document.write( "Question 828782: a test consists of 10 true or false questions to pass the test a student must answer at least 8 questions correctly. if the student guesses on each question what is the probability that the student will pass? \n" ); document.write( "
Algebra.Com's Answer #499483 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
a test consists of 10 true or false questions to pass the test a student must answer at least 8 questions correctly. if the student guesses on each question what is the probability that the student will pass?
\n" ); document.write( "------
\n" ); document.write( "Binomial Problem with n = 10 and p(correct) = 1/2
\n" ); document.write( "--------
\n" ); document.write( "P(8<= x <=10) = 1 - P(0<= x <=7) = 1-binomcdf(10,1/2,7) = 0.0547
\n" ); document.write( "===============
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "---------------
\n" ); document.write( "
\n" );