document.write( "Question 476493: A friend gives you 100 lottery tickets for your birthday. The probability of winning a prize is .012. What is the probability that you will have at least 2 winning tickets? \n" ); document.write( "
Algebra.Com's Answer #326672 by stanbon(75887) ![]() You can put this solution on YOUR website! A friend gives you 100 lottery tickets for your birthday. The probability of winning a prize is .012. What is the probability that you will have at least 2 winning tickets? \n" ); document.write( "---- \n" ); document.write( "P(at least 2) = 1 - P(0<= x <=1) \n" ); document.write( "--- \n" ); document.write( "= 1 - binomcdf(100,0.012,1) \n" ); document.write( "= 1 - 0.6622 \n" ); document.write( "= 0.3378 \n" ); document.write( "================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============== \n" ); document.write( " |