document.write( "Question 438762: if there are 6 multiple choice questions each with four possible answers what is the probability of answering less than two correctly? \n" ); document.write( "
Algebra.Com's Answer #303335 by stanbon(75887) ![]() You can put this solution on YOUR website! if there are 6 multiple choice questions each with four possible answers what is the probability of answering less than two correctly? \n" ); document.write( "--------------- \n" ); document.write( "Binomial Problem with n = 6 and p = 1/4 \n" ); document.write( "----- \n" ); document.write( "P(0<= x <=1) = binomcdf(6,0.25,1) = 0.5339 \n" ); document.write( "================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |