SOLUTION: A person throws two standard six-sided dice six times in succession. What is the probability that he/she throws double six exactly once.
Algebra ->
Probability-and-statistics
-> SOLUTION: A person throws two standard six-sided dice six times in succession. What is the probability that he/she throws double six exactly once.
Log On
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. Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! 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.
==============