document.write( "Question 924700: bill is taking a 10-question multiple choice exam. each question has 5 answers, of which only one is correct. since bill has missed every class, he doesn't know any of the answers and decides to guess on all 10 questions. find the probability that bill will answer at least half of the question correctly. \n" ); document.write( "
Algebra.Com's Answer #561032 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
bill is taking a 10-question multiple choice exam. each question has 5 answers, of which only one is correct. since bill has missed every class, he doesn't know any of the answers and decides to guess on all 10 questions. find the probability that bill will answer at least half of the question correctly.
\n" ); document.write( "-----------------
\n" ); document.write( "Binomial Problem with n = 10 and p(correct) = 1/5
\n" ); document.write( "----
\n" ); document.write( "P(5<= x <=10) = 1 - binomcdf(10,1/5,4) = 0.0328
\n" ); document.write( "----------------
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "---------------
\n" ); document.write( "
\n" );