document.write( "Question 712486: Each question of a forty-question multiple choice exam has 5 choices, only one of which is correct. Passing requires a minimum score of 70%. A student decides to answer each questions by randomly guessing.
\n" );
document.write( "a) In words, define the random variable
\n" );
document.write( "b) X~_________________________________
\n" );
document.write( "c) How many correct answers is this student expected to get( show some work, including what you entered into calculator)
\n" );
document.write( "d) What is the probability that the student correctly answers the expected number of correct questions
\n" );
document.write( " P(____)=_______________=________________
\n" );
document.write( "e) What is the probability that, by random guessing, the student passes the exam
\n" );
document.write( " P(____)=_______________=________________ \n" );
document.write( "
Algebra.Com's Answer #438020 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Each question of a forty-question multiple choice exam has 5 choices, only one of which is correct. Passing requires a minimum score of 70%. A student decides to answer each questions by randomly guessing. \n" ); document.write( "a) In words, define the random variable \n" ); document.write( "b) X = # of questions answered correctly \n" ); document.write( "c) How many correct answers is this student expected to get( show some work, including what you entered into calculator) \n" ); document.write( "mean = np = 40*(1/5) = 8 \n" ); document.write( "---------------------------------- \n" ); document.write( "d) What is the probability that the student correctly answers the expected number of correct questions \n" ); document.write( "P(x = 8)= 40C8(1/5)^8*(4/5)^32 = binompdf(40,1/5,8) = 0.1590 \n" ); document.write( "---------------------------------------------------------------- \n" ); document.write( "e) What is the probability that, by random guessing, the student passes the exam \n" ); document.write( "Note: 0.7*40 = 28 \n" ); document.write( "P(x >= 28) = 1 - P(40,1/5,27) = 1 - binomcdf(40,1/5,27) = 1.148x10^-11 \n" ); document.write( "============================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |