SOLUTION: On a 10 question multiple-choice test, where each question has 5 answers, what would be the probability of getting at least one question corret?

Algebra ->  Probability-and-statistics -> SOLUTION: On a 10 question multiple-choice test, where each question has 5 answers, what would be the probability of getting at least one question corret?       Log On


   



Question 842673: On a 10 question multiple-choice test, where each question has 5 answers, what would be the probability of getting at least one question corret?
Answer by ewatrrr(24785) About Me  (Show Source):
You can put this solution on YOUR website!
 
Hi,
p(correct)=.2, q(Incorrect) = .8, n = 10
P(at least one correct) = 1 - P(none correct) = 1 - binompdf(10, .8, 10).