document.write( "Question 1029561: Could you please help me with this question?
\n" );
document.write( "Cal’s Coffee prints prize coupons under the rims of 20% of its paper cups. If you buy ten cups of coffee.
\n" );
document.write( "What is the probability that you would win at least seven prizes?
\n" );
document.write( "What is your expected number of prizes?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #644575 by mathmate(429) You can put this solution on YOUR website! \n" ); document.write( "Question: \n" ); document.write( "Could you please help me with this question? \n" ); document.write( "Cal’s Coffee prints prize coupons under the rims of 20% of its paper cups. If you buy ten cups of coffee. \n" ); document.write( "(a) What is the probability that you would win at least seven prizes? \n" ); document.write( "(b) What is your expected number of prizes? \n" ); document.write( " \n" ); document.write( "Solution: \n" ); document.write( "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: \n" ); document.write( "P(x,n,p)= \n" ); document.write( "where C(n,x) is the number of combinations of x objects taken out of n, \n" ); document.write( "p=probability of success \n" ); document.write( "n=number of objects in the sample. \n" ); document.write( " \n" ); document.write( "(a) probability of winning at least 7 prizes \n" ); document.write( "P(7≤x≤10,10,0.2) \n" ); document.write( "=P(7,0,0.2)+P(8,0,0.2)+P(9,0,0.2)+P(10,0,0.2) \n" ); document.write( "= \n" ); document.write( "=0.00078643+0.00007373+0.00000410+0.00000010 \n" ); document.write( "=0.0008644 (to 7 figures)\r \n" ); document.write( "\n" ); document.write( "(b) expected value in a binomial distribution is np, which means the expected number of prizes is n*p=10*0.2=2 prizes. \n" ); document.write( " \n" ); document.write( "You can read about binomial distributions and more examples at: \n" ); document.write( "http://www.euclid.host-ed.me/probability/binomialDistribution.html \n" ); document.write( " |