document.write( "Question 522704: If you take a 30 question, multiple choice test, where each question has answer choices A, B, C, D,
\n" );
document.write( "E, and you randomly guess all of the answers, what is the probability that you will get 20 correct? \n" );
document.write( "
Algebra.Com's Answer #346994 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! If you take a 30 question, multiple choice test, where each question has answer choices A, B, C, D, E, and you randomly guess all of the answers, \n" ); document.write( "what is the probability that you will get 20 correct? \n" ); document.write( "---- \n" ); document.write( "Binomial Problem with n = 30 and p = 1/5 \n" ); document.write( "---=============== \n" ); document.write( "P(x = 20) = 30C20*(1/5)^20*(4/5)^10 = binompdf(30,1/5,20) = 0.0000000338 \n" ); document.write( "------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |