SOLUTION: Could you please help me with this question? Cal’s Coffee prints prize coupons under the rims of 20% of its paper cups. If you buy ten cups of coffee. What is the probability tha

Algebra ->  Probability-and-statistics -> SOLUTION: Could you please help me with this question? Cal’s Coffee prints prize coupons under the rims of 20% of its paper cups. If you buy ten cups of coffee. What is the probability tha      Log On


   



Question 1029561: Could you please help me with this question?
Cal’s Coffee prints prize coupons under the rims of 20% of its paper cups. If you buy ten cups of coffee.
What is the probability that you would win at least seven prizes?
What is your expected number of prizes?

Answer by mathmate(429) About Me  (Show Source):
You can put this solution on YOUR website!

Question:
Could you please help me with this question?
Cal’s Coffee prints prize coupons under the rims of 20% of its paper cups. If you buy ten cups of coffee.
(a) What is the probability that you would win at least seven prizes?
(b) What is your expected number of prizes?

Solution:
Here the probability of winning is constant at 20%, and assuming the ten cups of coffee are purchased at random and independently, then we can apply the binomial distribution, given by:
P(x,n,p)=C%28n%2Cx%29%2Ap%5Ex%2A%281-p%29%5E%28n-x%29
where C(n,x) is the number of combinations of x objects taken out of n,
p=probability of success
n=number of objects in the sample.

(a) probability of winning at least 7 prizes
P(7≤x≤10,10,0.2)
=P(7,0,0.2)+P(8,0,0.2)+P(9,0,0.2)+P(10,0,0.2)
=C%2810%2C7%29%2A0.2%5E7%2A%281-0.2%29%5E3+C%2810%2C8%29%2A0.2%5E8%2A%281-0.2%29%5E2+C%2810%2C9%29%2A0.2%5E9%2A%281-0.2%29%5E1+C%2810%2C10%29%2A0.2%5E10%2A%281-0.2%29%5E0
=0.00078643+0.00007373+0.00000410+0.00000010
=0.0008644 (to 7 figures)
(b) expected value in a binomial distribution is np, which means the expected number of prizes is n*p=10*0.2=2 prizes.

You can read about binomial distributions and more examples at:
http://www.euclid.host-ed.me/probability/binomialDistribution.html