document.write( "Question 443020: you pick 3 lotary games, you pay $.50 to select a sequence of three digits such as 233. If you select the same sequence of three digits that are drawn, you win and collect $250.00
\n" );
document.write( "a. how many diffrent selections are possible
\n" );
document.write( "b. what is the probability of winning
\n" );
document.write( "c. find the expected value
\n" );
document.write( "d. if you bet $0.50 in Ilw. game the expected value is -25c . which one is better, a 50cent bet in the ilw pick 3 game or a $0.50 cent bet in ilw pick 4 game? Explain \n" );
document.write( "
Algebra.Com's Answer #305561 by stanbon(75887) ![]() You can put this solution on YOUR website! You pick 3 lottery games, you pay $.50 to select a sequence of three digits such as 233. If you select the same sequence of three digits that are drawn, you win and collect $250.00 \n" ); document.write( "a. how many diffrent selections are possible: 10^3 = 1000 \n" ); document.write( "------------------------------------------- \n" ); document.write( "b. what is the probability of winning:1/1000 \n" ); document.write( "-------------------------------------------------- \n" ); document.write( "c. find the expected value: \n" ); document.write( "E(x) = (1/1000)(249.75)+ (999/1000)(-0.25) = 0.000000 \n" ); document.write( "--------------------------------------------------- \n" ); document.write( "d. if you bet $0.50 in Ilw. pick three game the expected value is -25c . which one is better, a 50cent bet in the ilw pick 3 game or a $0.50 cent bet in ilw pick 4 game? Explain \n" ); document.write( "----- \n" ); document.write( "Pick 4 game expected value: \n" ); document.write( "E(x) = (1/1000)(249.50)+(999/1000)(-0.50) = -0.25 \n" ); document.write( "======================= \n" ); document.write( "Both games have the same expected loss to the player. \n" ); document.write( "=========================================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |