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. 
------
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.
===========