document.write( "Question 271787: A quiz cosists 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 70 % \n" ); document.write( "
Algebra.Com's Answer #198944 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A quiz cosists 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 70 % \n" ); document.write( "----- \n" ); document.write( "Binomial Problem with n = 20 ; p = 1/4 \n" ); document.write( "------- \n" ); document.write( "70% of 20 = 14 \n" ); document.write( "---- \n" ); document.write( "P(x = 14) = 20C14(1/4)^14(3/4)^6 = 0.000025699... \n" ); document.write( "----------------------- \n" ); document.write( "You could also find the probability \n" ); document.write( "that the person answered \"at least\" 14 questions correctly. \n" ); document.write( "P(14<= x <= 20) = 1 - binomialcdf(20,(1/4),13) = 0.000029512... \n" ); document.write( "=================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |