SOLUTION: A multiple choice test consists of 60 questions. Each question has 4 possible answers of which one is correct. Find the prob. of getting at most 15 correct.
Algebra ->
Probability-and-statistics
-> SOLUTION: A multiple choice test consists of 60 questions. Each question has 4 possible answers of which one is correct. Find the prob. of getting at most 15 correct.
Log On
Question 421858: A multiple choice test consists of 60 questions. Each question has 4 possible answers of which one is correct. Find the prob. of getting at most 15 correct. Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! A multiple choice test consists of 60 questions. Each question has 4 possible answers of which one is correct. Find the prob. of getting at most 15 correct.
---------
Binomial Problem with n = 60 and p = 1/4
P(0<= x <=15) = binomcdf(60,0.25,15) = 0.5688
----------------
Cheers,
Stan H.