document.write( "Question 601459: Imagine that you are a participant in a game show, where \"free\" money is given away. There are 4 prizes hidden on a game board with 16 spaces. One prize is worth $4000, another is worth $1500, and two are worth $1000 each.
\n" );
document.write( "If you select one of the prize spaces, you will get the related prize. However, if you select any of the other spaces, you will have to pay $50, as penalty for not making the ‘wise’ choice
\n" );
document.write( "In this game show, you are actually given a choice:
\n" );
document.write( "• Choice #1: You are offered a sure prize of $400 in cash. You can take the money and leave.
\n" );
document.write( "• Choice #2: Take your chance and play the game.
\n" );
document.write( "What would be your choice? Take the money and run, or play the game? Please explain your decision.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #379775 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Imagine that you are a participant in a game show, where \"free\" money is given away. There are 4 prizes hidden on a game board with 16 spaces. One prize is worth $4000, another is worth $1500, and two are worth $1000 each. \n" ); document.write( "If you select one of the prize spaces, you will get the related prize. However, if you select any of the other spaces, you will have to pay $50, as penalty for not making the ‘wise’ choice \n" ); document.write( "In this game show, you are actually given a choice: \n" ); document.write( "• Choice #1: You are offered a sure prize of $400 in cash. You can take the money and leave. \n" ); document.write( "• Choice #2: Take your chance and play the game. \n" ); document.write( "What would be your choice? Take the money and run, or play the game? Please explain your decision. \n" ); document.write( "-------------------- \n" ); document.write( "Random \"winning\" values: 5000,1500,1000,1000 \n" ); document.write( "Corresponding probabilities are all 4/16 = 1/4 \n" ); document.write( "--------------------- \n" ); document.write( "Expected \"Winnings\": (5000 + 1500 + 1000 + 1000 - 50*12)/16 = $493.75 \n" ); document.write( "------ \n" ); document.write( "Since the expected winnings is not that much better than $400, \n" ); document.write( "take the $400 and quit the game. \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |