SOLUTION: A multiple-choice quiz of nine questions is given. Each question has five possible answers. If a student guesses at all the answers, find the probability that six out of nine are c
Algebra ->
Probability-and-statistics
-> SOLUTION: A multiple-choice quiz of nine questions is given. Each question has five possible answers. If a student guesses at all the answers, find the probability that six out of nine are c
Log On
Question 816316: A multiple-choice quiz of nine questions is given. Each question has five possible answers. If a student guesses at all the answers, find the probability that six out of nine are correct. (See Example 3. Round your answer to four decimal places.) Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! A multiple-choice quiz of nine questions is given. Each question has five possible answers. If a student guesses at all the answers, find the probability that six out of nine are correct.
--------
Binomial Problem with n = 9 and p(correct) = 1/5
-----
P(x = 6) = 9C6*(1/5)^6*(5/6)^3 = binompdf(9,1/5,6) = 0.0028
------------
Cheers,
Stan H.
============