Question 619639
what is the probability that a student will answer at least nine questions correctly by random guessing on an exam with 10 multiple choice questions each of which has four options?
-------------------------------
Binomial Problem with n = 10 and p(correct) = 1/4
--
P(9<= x <=10) = 1 - binomcdf(10,1/4,8) = 0.00002956
----------------
Cheers,
Stan H.
=============