SOLUTION: You roll a fair 6-sided die 8 times. What is the probability that you will roll at least four “4’s”?
Algebra
->
Probability-and-statistics
-> SOLUTION: You roll a fair 6-sided die 8 times. What is the probability that you will roll at least four “4’s”?
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 878792
:
You roll a fair 6-sided die 8 times. What is the probability that you will roll at least four “4’s”?
Answer by
ewatrrr(24785)
(
Show Source
):
You can
put this solution on YOUR website!
Previously Posted
p(four) = 1/6, n = 8
P(x ≥ 4) = 1 - binomcdf(8, 1/6, 3) = 1 - .9693 = .0307