Question 310950
 randomly selects answers to all 10 questions on a multiple-choice quiz.
 Each question has 1 correct answer and 3 incorrect answers. 
Find the probability that at most 3 answers are correct. 
Round your decimal to the nearest 1000th.
------------
Binomial problem with n = 10, p = 1/4
---------------
P(0<= x <= 3) = binomcdf(10,1/4,3) = 0.7759
===================
cheers,
Stan H.