SOLUTION: Paul takes a 20 question true false test and randomly guesses at each answer what is the probability of his passing the quiz if it takes at least 12 correct answers

Algebra ->  Probability-and-statistics -> SOLUTION: Paul takes a 20 question true false test and randomly guesses at each answer what is the probability of his passing the quiz if it takes at least 12 correct answers      Log On


   



Question 272486: Paul takes a 20 question true false test and randomly guesses at each answer what is the probability of his passing the quiz if it takes at least 12 correct answers
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
Paul takes a 20 question true false test and randomly guesses at each answer what is the probability of his passing the quiz if it takes at least 12 correct answers
-----
Binomial: n = 20 ; p = 0.5
P(12 <= x <= 20) = 1-binomcdf(20,0.5,11) = 0.2517
===========
Cheers,
Stan H.