Question 362450
A fair die is tossed three times. What is the probability that, on at least two of the throws, the face that appears on top is greater than 4?
---
Binomial Problem with n = 3, p = 2/6, and 2<=x<=3)
------------
Ans: 1 - binomcdf(3,1/3,1) = 0.2593
=================
Cheers,
Stan H.
-----------------