Skip to main content

Probability Riddle Using Python: Rolling a Die

Riddle: 

A normal die with numbers 1 through 6 on its faces is thrown repeatedly until the running total first exceeds 12. What is the most likely total that will be obtained? What is the expected total?


Python Solution: