SOLUTION: A fair die is rolled five times. What is the probability of obtaining exactly one 6?

Algebra ->  Customizable Word Problem Solvers  -> Misc -> SOLUTION: A fair die is rolled five times. What is the probability of obtaining exactly one 6?      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 871128: A fair die is rolled five times. What is the probability of obtaining exactly one 6?
Answer by ewatrrr(24785) About Me  (Show Source):
You can put this solution on YOUR website!
n = 1/6, n = 5
P(x = 1) = 5C1(1/6)^1(5/6)^4 = binompdf(5, 1/6, 1)= .4019