SOLUTION: A quiz consists of 20 multiple-choice questions, each with 6 possible answers. For someone who makes random guesses for all of the answers; what is the probability of passing, if t

Algebra ->  Probability-and-statistics -> SOLUTION: A quiz consists of 20 multiple-choice questions, each with 6 possible answers. For someone who makes random guesses for all of the answers; what is the probability of passing, if t      Log On


   



Question 324237: A quiz consists of 20 multiple-choice questions, each with 6 possible answers. For someone who makes random guesses for all of the answers; what is the probability of passing, if the minimum passing grade is 40 %?
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
A quiz consists of 20 multiple-choice questions, each with 6 possible answers. For someone who makes random guesses for all of the answers; what is the probability of passing, if the minimum passing grade is 40 %?
-----
Note: 40% of 20 = 8
------
Binomial Problem with n = 20, p = 1/6
P(x>=8) = 1 - binomcdf(20,1/6,7) = 0.0113
=====================
Cheers,
Stan H.
================