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

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


   



Question 867903: A quiz consists of 20 multiple-choice questions, each with 4 possible answers. For someone who makes random guesses for all of the answers, find the probability of passing if the minimum passing grade is 20 %
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 4 possible answers. For someone who makes random guesses for all of the answers, find the probability of passing if the minimum passing grade is 20 %
=======
Binomial Problem with n = 20 and p(correct) = 1/4
-------------------------
Note:: 0.20*20 = 4
P(4 <= x <= 20) = 1 - binomcdf(20,1/4,3) = 0.7748
--------------------
Cheers,
Stan H.
--------------