document.write( "Question 560851: 4. Elizabeth had a bad night and didn’t study for her English test. She is so stressed that she can’t remember anything about Oedipus Rex. Her test is 20 multiple choice questions with 5 possible answers each. She has no choice but to guess on each question.
\n" ); document.write( "a. How many questions can Elizabeth expect to get correct by guessing?
\n" ); document.write( "b. What is the probability that she passes the test? (Her final grade is at least a 70.)
\n" ); document.write( "c. What is the probability that Elizabeth answers only 5 questions correctly?
\n" ); document.write( "d. What is the probability that she answers less than 10 questions incorrectly?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #364067 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
Her test is 20 multiple choice questions with 5 possible answers each. She has no choice but to guess on each question.
\n" ); document.write( "-----
\n" ); document.write( "Binomial Problem with n = 20 and p(correct) = 1/5
\n" ); document.write( "-------------------
\n" ); document.write( "a. How many questions can Elizabeth expect to get correct by guessing?
\n" ); document.write( "Ans: np = 20*(1/5) = 4
\n" ); document.write( "-----------------------------
\n" ); document.write( "b. What is the probability that she passes the test? (Her final grade is at least a 70.)
\n" ); document.write( "P(14 <= x <= 20)) = 1 - binomcdf(20,0.2,13) = 0.000001845
\n" ); document.write( "==================================================================
\n" ); document.write( "c. What is the probability that Elizabeth answers only 5 questions correctly?
\n" ); document.write( "P(x = 5) = 20C5(1/5)^5*(4/5)^15 = 0.1746
\n" ); document.write( "-----------------------------------
\n" ); document.write( "d. What is the probability that she answers less than 10 questions incorrectly?
\n" ); document.write( "P(0<= x <= 9) = binomcdf(20,0.2,9) = 0.9861
\n" ); document.write( "====================================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "==============
\n" ); document.write( "
\n" ); document.write( "
\n" );