Question 751480
A person throws two standard six-sided dice six times in succession. What is the probability that he/she throws double six exactly once.
-----
Binomial Problem with n = 6 and p(double-six) = 1/36
----
P(x = 1) = 6C1(1/36)*(35/36)^5 = binompdf(6,1/36,1) = 0.1448
==============
Cheers,
Stan H.
==============