Question 804734
You take a 10 question multiple choice test. Each question has 4 choices and you randomly guess on each. What is the probability of getting 7 questions correct?
------
Binomial Problem with n = 10 and p(correct) = 1/4
-----
P(x = 7) = 10C7*(1/4)^7*(3/4)^3 = binompdf(10,1/4,7) = 0.0031
=================
Cheers,
Stan H.
=================