document.write( "Question 303380: A true-false test has ten questions. A student guesses all the answers. Find the probability of getting at least eight questions correct. \n" ); document.write( "
Algebra.Com's Answer #217531 by stanbon(75887) ![]() You can put this solution on YOUR website! A true-false test has ten questions. A student guesses all the answers. Find the probability of getting at least eight questions correct. \n" ); document.write( "------------------------------ \n" ); document.write( "Binomial Problem: \n" ); document.write( "n = 10 ; p = 1/2 ; 8<= x <=10 \n" ); document.write( "-------------------------------- \n" ); document.write( "P(8<= x <=10) = 1 - binomcdf(10,1/2,7) = 0.0547 \n" ); document.write( "=================================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |