document.write( "Question 287200: On a multiple choice examination with three possible answers (out of which only one is correct)for each of the five questions. what is the probability that a candidate would get four or more correct answers just by guessing? \n" ); document.write( "
Algebra.Com's Answer #208202 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! On a multiple choice examination with three possible answers (out of which only one is correct)for each of the five questions. what is the probability that a candidate would get four or more correct answers just by guessing? \n" ); document.write( "------------- \n" ); document.write( "Binomial Problem with n = 5 and p = 1/3 \n" ); document.write( "--- \n" ); document.write( "P(4<= x <=5) = 1-P(0<= x <=3) = 1-binomcdf(5,1/3,3) = 0.9547 \n" ); document.write( "============== \n" ); document.write( "I used a TI calculator to get the result. \n" ); document.write( "============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |