document.write( "Question 421858: A multiple choice test consists of 60 questions. Each question has 4 possible answers of which one is correct. Find the prob. of getting at most 15 correct. \n" ); document.write( "
Algebra.Com's Answer #294534 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A multiple choice test consists of 60 questions. Each question has 4 possible answers of which one is correct. Find the prob. of getting at most 15 correct. \n" ); document.write( "--------- \n" ); document.write( "Binomial Problem with n = 60 and p = 1/4 \n" ); document.write( "P(0<= x <=15) = binomcdf(60,0.25,15) = 0.5688 \n" ); document.write( "---------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |