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