Question 438762
 if there are 6 multiple choice questions each with four possible answers what is the probability of answering less than two correctly?
---------------
Binomial Problem with n = 6 and p = 1/4
-----
P(0<= x <=1) = binomcdf(6,0.25,1) = 0.5339
=================
Cheers,
Stan H.