document.write( "Question 867903: A quiz consists of 20 multiple-choice questions, each with 4 possible answers. For someone who makes random guesses for all of the answers, find the probability of passing if the minimum passing grade is 20 % \n" ); document.write( "
Algebra.Com's Answer #523265 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A quiz consists of 20 multiple-choice questions, each with 4 possible answers. For someone who makes random guesses for all of the answers, find the probability of passing if the minimum passing grade is 20 % \n" ); document.write( "======= \n" ); document.write( "Binomial Problem with n = 20 and p(correct) = 1/4 \n" ); document.write( "------------------------- \n" ); document.write( "Note:: 0.20*20 = 4 \n" ); document.write( "P(4 <= x <= 20) = 1 - binomcdf(20,1/4,3) = 0.7748 \n" ); document.write( "-------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "-------------- \n" ); document.write( " |