SOLUTION: A student answers all 48 questions on a multiple-choice test by guessing. Each question has four possible answers, only one of which is correct. Find the probability that the stude
Algebra ->
Probability-and-statistics
-> SOLUTION: A student answers all 48 questions on a multiple-choice test by guessing. Each question has four possible answers, only one of which is correct. Find the probability that the stude
Log On
Question 528255: A student answers all 48 questions on a multiple-choice test by guessing. Each question has four possible answers, only one of which is correct. Find the probability that the student gets exactly 15 correct answers.
(Please answer in simplest terms. I do not know complex probability equations.) Found 2 solutions by stanbon, solver91311:Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! A student answers all 48 questions on a multiple-choice test by guessing. Each question has four possible answers, only one of which is correct. Find the probability that the student gets exactly 15 correct answers.
------
Binomial Problem with n = 48 and p(correct) = 1/4
----
P(x = 15) = 48C15*(1/4)^15*(3/4)^33
= binompdf(48,1/4,15) = 0.0767
=======================
Cheers,
Stan H.
===========