SOLUTION: An unprepared student makes random guesses for 6 multiple choice questions that have selections a - e. Find the probability that there is at least one correct answer.
Algebra ->
Probability-and-statistics
-> SOLUTION: An unprepared student makes random guesses for 6 multiple choice questions that have selections a - e. Find the probability that there is at least one correct answer.
Log On
Question 602666: An unprepared student makes random guesses for 6 multiple choice questions that have selections a - e. Find the probability that there is at least one correct answer. Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! An unprepared student makes random guesses for 6 multiple choice questions that have selections a - e. Find the probability that there is at least one correct answer.
-----
Binomial Problem with n = 6 and P(correct) = 1/5
----
P(1<= x <=6) = 1 - P(x = 0)
---
= 1 - 6C0*(1/5)^0*(5/6)^6
---
= 1 - 0.3349
----
= 0.6651
==============
Cheers,
Stan H.