document.write( "Question 272486: Paul takes a 20 question true false test and randomly guesses at each answer what is the probability of his passing the quiz if it takes at least 12 correct answers \n" ); document.write( "
Algebra.Com's Answer #199321 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Paul takes a 20 question true false test and randomly guesses at each answer what is the probability of his passing the quiz if it takes at least 12 correct answers \n" ); document.write( "----- \n" ); document.write( "Binomial: n = 20 ; p = 0.5 \n" ); document.write( "P(12 <= x <= 20) = 1-binomcdf(20,0.5,11) = 0.2517 \n" ); document.write( "=========== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |