document.write( "Question 875863: A multiple choice trivia quiz has 10 questions, each with 5 possible answers. If someone guesses each answer randomly, what is the probability of acheiving 80% or better on the test? \n" ); document.write( "
Algebra.Com's Answer #528454 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
p(c0rrect) =.2, n = 10
\n" ); document.write( "80% is 8 correct
\n" ); document.write( "Using TI
\n" ); document.write( "P(x ≥ 8) = 1 - binomcdf(10, .2, 7) = .00008 0r .008%
\n" ); document.write( "
\n" ); document.write( "
\n" );