document.write( "Question 981077: At a carnival game you pay $3 for a ticket to spin the wheel and win the amount shown. The odds are listed below:\r
\n" );
document.write( "\n" );
document.write( "25% chance win $0
\n" );
document.write( "25% chance win $2
\n" );
document.write( "50% chance win $5
\n" );
document.write( "1.Calculate the expected value for this game according to these directions:\r
\n" );
document.write( "\n" );
document.write( "a).Multiply the probability of the event occurring times the payoff for that event.
\n" );
document.write( "b).Repeat step 1 for all possible events
\n" );
document.write( "c).Sum up all the results from steps 1 and 2\r
\n" );
document.write( "\n" );
document.write( "2.Is this a fair game? (Does the amount you pay = what you expect to win)\r
\n" );
document.write( "\n" );
document.write( "I am completely lost on this one. Any help is greatly appreciated!\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #602101 by jim_thompson5910(35256) ![]() You can put this solution on YOUR website! 1)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Factoring in the cost to play the game ($3)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If you win $0, then you really gain -3 dollars (ie you lost $3) \n" ); document.write( "If you win $2, then you really gain -1 dollars (ie you lost $1) \n" ); document.write( "If you win $5, then you really gain 2 dollars (you finally have won some money)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "
\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Multiply the probabilities with their corresponding net gain\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "0.25*(-3) = -0.75 \n" ); document.write( "0.25*(-1) = -0.25 \n" ); document.write( "0.50*(2) = 1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Add up those results\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-0.75+(-0.25)+1 = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The expected value is 0.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "=======================================================\r \n" ); document.write( "\n" ); document.write( "2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "From problem 1 above, we found the expected value to be 0. This is a fair game because, over the long run, you gain on average $0. You neither win money nor lose money. The same applies to the person running the game. Both sides (you and the person running the game) are equal. \n" ); document.write( " \n" ); document.write( " |