Question 731115: Here is a fair dice. It has six faces 1,2,3,4,5 and 6. The dice is thrown three times. Work out the probability that the dice shows a score of 1 on exactly one of three throws.
Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! Here is a fair dice. It has six faces 1,2,3,4,5 and 6. The dice is thrown three times. Work out the probability that the dice shows a score of 1 on exactly one of three throws.
------------------
Binomial Problem with n = 3 and p(1) = 1/6
----
P(x = 1) = 3C1(1/6)(5/6)^2 = binompdf(3,1/6,1) = 0.3472
=============
Cheers,
Stan H.
=============
|
|
|