document.write( "Question 442573: A quiz consists 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 70 %.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #305283 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A quiz consists 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 70 %. \r \n" ); document.write( "\n" ); document.write( "--------------- \n" ); document.write( "Need at least 7 correct. \n" ); document.write( "----- \n" ); document.write( "Binomial Problem with n = 10 and p = 1/5 \n" ); document.write( "-------------------------------------------- \n" ); document.write( "To pass need to get at least 7 correct. \n" ); document.write( "---- \n" ); document.write( "P(7<= x <=10) = 1 - binomcdf(10,1/5,6) = 0.0008644 \n" ); document.write( "========================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============== \n" ); document.write( " |