document.write( "Question 552197: There are 5 multiple choice questions on an exam. Each with four possible answers. Find the following probabilities. \r
\n" );
document.write( "\n" );
document.write( "A exactly 3 are correct
\n" );
document.write( "B at least 2 are correct
\n" );
document.write( "C all five are correct
\n" );
document.write( "D no more than 4 are correct \n" );
document.write( "
Algebra.Com's Answer #360273 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! There are 5 multiple choice questions on an exam. Each with four possible answers. Find the following probabilities. \n" ); document.write( "Binomial Problem with n = 5 and p(correct) = 1/4 \n" ); document.write( "----- \n" ); document.write( "A exactly 3 are correct \n" ); document.write( "P(x = 3) = 5C3*(1/4)^3*(3/4)^2 = 0.0879 \n" ); document.write( "------- \n" ); document.write( "B at least 2 are correct \n" ); document.write( "P(2 <= x <= 5) = 1 - binomcdf(5,1/4,1) = 0.3672 \n" ); document.write( "------- \n" ); document.write( "C all five are correct \n" ); document.write( "P(x = 5) = (1/4)^5 = 0.0009766 \n" ); document.write( "--------- \n" ); document.write( "D no more than 4 are correct \n" ); document.write( "P(0 <= x <= 4) = binomcdf(5,1/4,4) = 0.9990\r \n" ); document.write( "\n" ); document.write( "============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |