document.write( "Question 1206558: A game involves selecting a card from a regular 52-card deck and tossing a coin. The coin is a fair coin and is equally likely to land on heads or tails.
\n" );
document.write( "• If the card is a face card, and the coin lands on Heads, you win $9
\n" );
document.write( "• If the card is a face card, and the coin lands on Tails, you win $2
\n" );
document.write( "• If the card is not a face card, you lose $2, no matter what the coin shows.
\n" );
document.write( "Find the expected value for this game (expected net gain or loss). (Round your answer to two decimal places.) \n" );
document.write( "
Algebra.Com's Answer #844107 by Theo(13342)![]() ![]() You can put this solution on YOUR website! it has been pointed out that my solution is wrong. \n" ); document.write( "i went back to see where i went wrong. \n" ); document.write( "i think i found it. \n" ); document.write( "the problem was not in the procedure. \n" ); document.write( "it was in the arithmetic. \n" ); document.write( "thanks to the other tutors who set me straight. \n" ); document.write( "my apologies to the student that i provided an incorrect solution to.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "here is the corrected solution.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if the card is a face card and the coin lands on heads, you win 9. \n" ); document.write( "if the card is a face card and the coin lands on tails, you win 2. \n" ); document.write( "if the card is not a face card, you lose 2.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "there are 12 face cards in the deck. \n" ); document.write( "4 jacks \n" ); document.write( "4 queens \n" ); document.write( "4 kinds\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "probability of getting a face card is 12/52. \n" ); document.write( "probability of a coin landing on heads is 1/2. \n" ); document.write( "probability of a coin landing on tails is 1/2.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "probability of getting a face card and a coin landing on heads is 12/52 * 1/2 = 12/104 = 3/26.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "probability of getting a face card and a coin landing on tails is 12/52 * 1/2 = 12/104 = 3/26.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "probability of not landing on a face card is 40/52 = 20/26.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your expected value if you get a face card and flip heads is 9. \n" ); document.write( "your expected value if you get a face card and flip tails is 2. \n" ); document.write( "your expected value if you don't get a face card is -2.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your overall expected value is 3/26 * 9 + 3/26 * 2 - 20/26 * 2 = (27 + 6 - 40) / 26 = -7 / 26 = -.2692307692.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "round to the nearest penny to get -.27.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |