document.write( "Question 999924: A student is preparing for an upcoming midterm exam. The professor given the student 40 practice questions and plans to select 12 of the questions at random to create the midterm exam. Suppose the student knows how to correctly answer 34 of the 40 questions. Let X represent the number of questions the student answers correctly on the exam.
\n" ); document.write( "(a) What is the probability distribution of X?
\n" ); document.write( "(b) What is the probability that the student will know how to answer at least 10 questions on the exam?
\n" ); document.write( "

Algebra.Com's Answer #617453 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
A student is preparing for an upcoming midterm exam. The professor given the student 40 practice questions and plans to select 12 of the questions at random to create the midterm exam. Suppose the student knows how to correctly answer 34 of the 40 questions. Let X represent the number of questions the student answers correctly on the exam.
\n" ); document.write( "-------
\n" ); document.write( "Binomial Problem with n = 12 and p(getting answer correct) = 34/40 = 17/20
\n" ); document.write( "-------------------------------
\n" ); document.write( "(a) What is the probability distribution of X?
\n" ); document.write( "mean = np = 12*(17/20) = 10.2
\n" ); document.write( "std = sqrt[npq] = sqrt[10.2*3/20] = 1.24
\n" ); document.write( "-------------------------
\n" ); document.write( "(b) What is the probability that the student will know how to answer at least 10 questions on the exam?
\n" ); document.write( "P(10<= x <=12) = 1-P(0<= x <=9) = 1- binomcdf(12,17/20,9) = 0.7358
\n" ); document.write( "-------------------
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "-----------
\n" ); document.write( "
\n" ); document.write( "
\n" );