document.write( "Question 479070: In a game of change if you purchase one ticket out of the 100 tickets being sold at a cost of $5.00 how much money would you expect to win taking into consideration the cost of the ticket. The winning prize is $500?\r
\n" );
document.write( "\n" );
document.write( "If I purchase two tickets instead of one ticket at the same cost of $5.00 each, how much money would I expect to win, taking into consideration the cost of the tickets if the winning prize is $500.\r
\n" );
document.write( "\n" );
document.write( "Which of these games, if any, are fair? \n" );
document.write( "
Algebra.Com's Answer #328275 by robertb(5830) You can put this solution on YOUR website! let x= random variable for the earnings\r \n" ); document.write( "\n" ); document.write( "If only one ticket is bought, \n" ); document.write( "If x = -5, then p(x) = 99/100, \n" ); document.write( "If x = 495, then p(x) = 1/100, and so \n" ); document.write( "E(x) = -5*(99/100) + 495*(1/100) = 0, the expected earning.\r \n" ); document.write( "\n" ); document.write( "If 2 tickets are bought, \n" ); document.write( "E(X) = -10*(98/100) + 490*(2/100) = 0, the expected earning.\r \n" ); document.write( "\n" ); document.write( "Both games are fair. \n" ); document.write( " |