document.write( "Question 165671: calculate the probabilty of randomly guessing the given number of correct answers on a 30-question multiple-choice exam that has choices A, B,C,and D for each question. \r
\n" );
document.write( "\n" );
document.write( "#19) 2 \n" );
document.write( "
Algebra.Com's Answer #122134 by edjones(8007)![]() ![]() You can put this solution on YOUR website! The chance of guessing exactly 2 answers correctly out of 30 questions. \n" ); document.write( "Let b=1/4, the chance of guessing a question correctly and a=3/4, guessing it wrong. \n" ); document.write( "The coefficient of a^28b^2 is nCr=30C2=435 \n" ); document.write( "435*(3/4)^28*(1/4)^2=.008631... \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |