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
Word Problems: Miscellaneous Word Problems
Word
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Miscellaneous Word Problems
Question 871128
:
A fair die is rolled five times. What is the probability of obtaining exactly one 6?
Answer by
ewatrrr(24785)
(
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