document.write( "Question 1102406: 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 60 %. \n" ); document.write( "
Algebra.Com's Answer #717119 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
Each question has a 0.25 probability of being right
\n" ); document.write( "Want 12 or more right
\n" ); document.write( "start with 12, 20C12(0.25^12)(0.75^8)=0.0008\r
\n" ); document.write( "\n" ); document.write( "20C13*0.25^13*0.75^7=0.0002-- both are 0.0009 if the rounding is done only at the end.
\n" ); document.write( "20C14*0.25^14*0.75^6=0.000026
\n" ); document.write( "Probability is 0.0009
\n" ); document.write( "Expected value is 5, np, and variance is 5(.75)=3.75, so sd is sqrt (3.75)=1.94, so this is about 3.5 sd s from mean of 5.
\n" ); document.write( "
\n" );