document.write( "Question 310950: randomly selects answers to all 10 questions on a multiple-choice quiz. Each question has 1 correct answer and 3 incorrect answers. Find the probability that at most 3 answers are correct. Round your decimal to the nearest 1000th.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #222389 by stanbon(75887) ![]() You can put this solution on YOUR website! randomly selects answers to all 10 questions on a multiple-choice quiz. \n" ); document.write( " Each question has 1 correct answer and 3 incorrect answers. \n" ); document.write( "Find the probability that at most 3 answers are correct. \n" ); document.write( "Round your decimal to the nearest 1000th. \n" ); document.write( "------------ \n" ); document.write( "Binomial problem with n = 10, p = 1/4 \n" ); document.write( "--------------- \n" ); document.write( "P(0<= x <= 3) = binomcdf(10,1/4,3) = 0.7759 \n" ); document.write( "=================== \n" ); document.write( "cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |