SOLUTION: We roll a fair die for ten times. What is the probability that we get the number "6" exactly twice?
Algebra
->
Probability-and-statistics
-> SOLUTION: We roll a fair die for ten times. What is the probability that we get the number "6" exactly twice?
Log On
Algebra: Probability and statistics
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Probability-and-statistics
Question 911147
:
We roll a fair die for ten times. What is the probability that we get the number "6" exactly
twice?
Answer by
ewatrrr(24785)
(
Show Source
):
You can
put this solution on YOUR website!
probability that we get the number "6" exactly twice?
p = 1/6, n = 10
P(x = 2) = binompdf(10,1/6,2)