Skip to main content

Probability Riddle Using Python: 2 in Three Tosses

 Riddle:

A fair standard six-sided dice is tossed three times. Given that the sum of the first two tosses equal the third, what is the probability that at least one "2" is tossed?


Python Solution:


Riddle source:

https://artofproblemsolving.com/wiki/index.php/1996_AHSME_Problems/Problem_16