document.write( "Question 463713: A student takes a 20 question, multiple choice exam with 5 choices for each question. If the student is guessing, find the following probabilities:
\n" );
document.write( "A. Getting less than 5 questions right?
\n" );
document.write( "B. Passing the exam with at least an 80% score?
\n" );
document.write( "C. Getting every question but 2 wrong?
\n" );
document.write( "Please help?!? \n" );
document.write( "
Algebra.Com's Answer #317700 by reviewermath(1029)![]() ![]() You can put this solution on YOUR website! Let X = number of correct answers in a 20-multiple choice questions. \n" ); document.write( "X~Binomial(n=20, p=0.2) \n" ); document.write( "There are 5 choices so the probability of success is 1/5 or 0.2 and the probability of failure is 1-0.2 = 0.8. \n" ); document.write( "Therefore, the pmf of X is \n" ); document.write( "Using the pmf we can now solve problems A,B, and C.\r \n" ); document.write( "\n" ); document.write( "A. \n" ); document.write( "B. 80% of 20 is 16 so we compute \n" ); document.write( "\n" ); document.write( "C. \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |