document.write( "Question 528255: A student answers all 48 questions on a multiple-choice test by guessing. Each question has four possible answers, only one of which is correct. Find the probability that the student gets exactly 15 correct answers.\r
\n" );
document.write( "\n" );
document.write( "(Please answer in simplest terms. I do not know complex probability equations.) \n" );
document.write( "
Algebra.Com's Answer #349204 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A student answers all 48 questions on a multiple-choice test by guessing. Each question has four possible answers, only one of which is correct. Find the probability that the student gets exactly 15 correct answers. \n" ); document.write( "------ \n" ); document.write( "Binomial Problem with n = 48 and p(correct) = 1/4 \n" ); document.write( "---- \n" ); document.write( "P(x = 15) = 48C15*(1/4)^15*(3/4)^33 \n" ); document.write( "= binompdf(48,1/4,15) = 0.0767 \n" ); document.write( "======================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=========== \n" ); document.write( " |