SOLUTION: a mulitple choice quiz has fifteen question.each with 4 possible answers of which only one is correct answer what is the probability that man guess 5 to 10 correct answer

Algebra ->  Probability-and-statistics -> SOLUTION: a mulitple choice quiz has fifteen question.each with 4 possible answers of which only one is correct answer what is the probability that man guess 5 to 10 correct answer      Log On


   



Question 446293: a mulitple choice quiz has fifteen question.each with 4 possible answers of which only one is correct answer what is the probability that man guess 5 to 10 correct answer
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
a mulitple choice quiz has fifteen question.each with 4 possible answers of which only one is correct answer what is the probability that man guess 5 to 10 correct answer
-------------
Binomial Problem with n = 15 and p=1/4
---
P(5<= x <=10) = binomcdf(15,1/4,10) - binomcdf(15,1/4,4) = 0.3134
==========================================
I used a TI-84 to get the numbers.
==========================================
Cheers,
Stan H.