document.write( "Question 855562: A student is taking a multiple choice exam in which each question has five choices. Assuming
\n" ); document.write( "that she has no knowledge of the correct answers to any of the questions, she has decided on a
\n" ); document.write( "strategy in which she will place five balls (marked A, B, C, D, E) into a box. She randomly selects
\n" ); document.write( "one ball for each question and replaces the ball in the box. The marking on the ball will determine
\n" ); document.write( "her answer to the question.
\n" ); document.write( "There are four multiple choice questions on the exam.
\n" ); document.write( "(a) What is the probability that she will obtain full marks?
\n" ); document.write( "(b) What is the probability that she will get at least three questions correct?
\n" ); document.write( "

Algebra.Com's Answer #515432 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
A student is taking a multiple choice exam in which each question has five choices. Assuming
\n" ); document.write( "that she has no knowledge of the correct answers to any of the questions, she has decided on a
\n" ); document.write( "strategy in which she will place five balls (marked A, B, C, D, E) into a box. She randomly selects
\n" ); document.write( "one ball for each question and replaces the ball in the box. The marking on the ball will determine
\n" ); document.write( "her answer to the question.
\n" ); document.write( "There are four multiple choice questions on the exam.
\n" ); document.write( "--------------------------
\n" ); document.write( "Binomial Problem with n = 4 and p(correct) = 1/5
\n" ); document.write( "----------------------------
\n" ); document.write( "(a) What is the probability that she will obtain full marks?
\n" ); document.write( "P(x = 4) = (1/5)^4 = 0.0016
\n" ); document.write( "--------------------------------
\n" ); document.write( "(b) What is the probability that she will get at least three questions correct?
\n" ); document.write( "P(3<= x <=5) = 1 - binomcdf(4,1/5,2) = 0.0272
\n" ); document.write( "=================================================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" ); document.write( "
\n" );