document.write( "Question 857278: a student takes an exam containing 10 multiple choice questions. The probability of choosing a correct answer by knowledgeable guessing is 0.2 At least 6 correct answers are required to pass. If a student makes knowledgeable guesses, what is the probability that he will fail? \n" ); document.write( "
Algebra.Com's Answer #516539 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "p(guessing correctly) = .2, n = 10
\n" ); document.write( "P(x < 6) = 1 - binomcdf(10, .2, 5) = .9672 |TI syntax is 1 – binomcdf(n, p, largest x-value) \n" ); document.write( "
\n" );