document.write( "Question 281791: With Binomial Distributions and Probability:
\n" );
document.write( "In a lottery, each ticket buyer has a 1 in 10 chance of winning a prize. If Steve buys 10 tickets, what is the probability that he will win at least 1 prize? How do you work this problem out? \n" );
document.write( "
Algebra.Com's Answer #204768 by stanbon(75887) ![]() You can put this solution on YOUR website! With Binomial Distributions and Probability: \n" ); document.write( "In a lottery, each ticket buyer has a 1 in 10 chance of winning a prize. If Steve buys 10 tickets, what is the probability that he will win at least 1 prize? How do you work this problem out? \n" ); document.write( "------------------------------- \n" ); document.write( "Binomial Problem: \n" ); document.write( "n = 10 ; p = 1/10 \n" ); document.write( "--- \n" ); document.write( "P(win at least 1) = 1 - P(win none) \n" ); document.write( "---- \n" ); document.write( "P(win at least 1) = 1 - (0.9)^10 \n" ); document.write( "--- \n" ); document.write( "P(win at least 1) = 1 - 0.3487 = 0.6513 \n" ); document.write( "======================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |