document.write( "Question 1162755: Questions are based on the following information: The fine print on an instant lottery ticket claims that one in nine tickets win a prize.\r
\n" );
document.write( "\n" );
document.write( "What is the probability that you win at least once if you purchase five tickets?
\n" );
document.write( "What is the probability that you win at least twice if you purchase ten tickets?
\n" );
document.write( "What is the approximate probability that you win more than 120 times if you purchase 900 tickets?
\n" );
document.write( "Of all awarded prizes, 10% are worth Ghc1000, 20% are worth Ghc100, and 70% are worth $10. Find the expected winnings if you purchase a single ticket. \n" );
document.write( "
Algebra.Com's Answer #786600 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! probability you don't win is 8/9 each time \n" ); document.write( "for 5 times NOT winning at all, the probability is (8/9)^5=0.5549 \n" ); document.write( "all other possibilities are winning at least once, and that is 1-0.5549=0.4451\r \n" ); document.write( "\n" ); document.write( "For 10 tickets, probability don't win is (8/9)^10=0.3079 \n" ); document.write( "probability win 1 time is 10*(8/9)^9*(1/9), because 10 ways can win once \n" ); document.write( "That probability is 0.3849 \n" ); document.write( "Those two sum to 0.6929 \n" ); document.write( "All other probabilities are winning at least 2 or more times, and that is 1-0.6929=0.3071\r \n" ); document.write( "\n" ); document.write( "np=900*(1/9)=100 times \n" ); document.write( "variance is np(1-p)=100*(8/9)=88.89 \n" ); document.write( "sd is sqrt (V)=9.43 \n" ); document.write( "normal approximation is z>(120-100)/9.43 or z>2.12, and that probability is 0.0170.\r \n" ); document.write( "\n" ); document.write( "E(X)=(1/9)(0.1*1000+0.2*100+0.7*10) \n" ); document.write( "=(1/9)(127) \n" ); document.write( "=Ghc14.11; I am ignoring the dollar sign for the last prize. \n" ); document.write( "This is the expected value for the winnings. The overall expected value cannot be determined, since the price of the tickets is not unknown. That would be subtracting (8/9)*price of the ticket from the above figure. \n" ); document.write( " |