document.write( "Question 443601: A quiz consists of 20 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( "
Algebra.Com's Answer #306051 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi
\n" ); document.write( "A quiz consists of 20 multiple-choice questions, each with 5 possible answers
\n" ); document.write( " P(passing) if the minimum passing grade is 70 %. |that is, 14 or more correct
\n" ); document.write( "Note: The probability of x successes in n trials is:
\n" ); document.write( "P = nCx* \"p%5Ex%2Aq%5E%28n-x%29\" where p and q are the probabilities of success and failure respectively.
\n" ); document.write( "In this case p = 1/5 = .2 and q = .8
\n" ); document.write( "nCx = \"n%21%2F%28x%21%28n-x%29%21%29\"
\n" ); document.write( "For example:
\n" ); document.write( " P(x = 14) = 30C14(.2)^14(.8)^6 = 38,760(.2)^14(.8)^6 = .0000016647
\n" ); document.write( " P(x ≥ 14) = P(14)+P(15)+P(16)+P(17)+P(18)+P(19)+P(20) = .000001845 \n" ); document.write( "
\n" );