SOLUTION: 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

Algebra ->  Probability-and-statistics -> SOLUTION: 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       Log On


   



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.
Answer by stanbon(75887) About Me  (Show Source):
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.
-----------------
Binomial Problem with n = 10 and p(correct) = 1/5
----
P(5<= x <=10) = 1 - binomcdf(10,1/5,4) = 0.0328
----------------
Cheers,
Stan H.
---------------