Question 674964
A multiple choice quiz has 5 questions, each with 5 answers. If you guess on all 5 questions what is the probability that you get at least one right?
-------
Binomial Problem n = 5 and p(correct) = 1/5 ; p(wrong) = 4/5
---------
P(1 <= x <= 5) = 1 - P(x = 0)
---
= 1 - (4/5)^5 
-------
= 0.6723
===============
Cheers,
Stan H.