document.write( "Question 765574: Please help me solve this question: \r
\n" );
document.write( "\n" );
document.write( "A game involves rolling a die once. If a number less than 3 appears,you lose $60. If a 4 or 6 appears,you win $120. If a 5 appears,nothing happens.\r
\n" );
document.write( "\n" );
document.write( "A.) show the probability distribution for the money.
\n" );
document.write( "B.) calculate the expected monetary value of the game. \n" );
document.write( "
Algebra.Com's Answer #466306 by Theo(13342)![]() ![]() You can put this solution on YOUR website! your probabilities are incomplete. \n" ); document.write( "there is no condition for a value of 3 being chosen. \n" ); document.write( "i will assume that if a 3 or a 5 appears, nothing happens. \n" ); document.write( "that makes the probabilities come out correctly. \n" ); document.write( "p(<3) = 2/6 \n" ); document.write( "p(4 or 6) = 2/6 \n" ); document.write( "p(3 or 5) = 2/6 \n" ); document.write( "your expected value is: \n" ); document.write( "2/6 * -60 + 2/6 * 120 + 0 which is equal to -120/6 + 240/6 = 120/6 = 20. \n" ); document.write( "on the average, if you play the game an infinite number of times, you should collect 20 dollars each time. \n" ); document.write( "example: \n" ); document.write( "you play the game 1200 times. \n" ); document.write( "2/6 * 1200 = 2400/6 = 400 times you will lose 60 dollars. \n" ); document.write( "400 times you will win 120 dollars \n" ); document.write( "400 times you will get nothing. \n" ); document.write( "your total winning is 400 * 120 = 48,000. \n" ); document.write( "your total losing is 400 * 60 = 24,000 \n" ); document.write( "your net gain is 24,000 \n" ); document.write( "divide that by 1200 and you have average a net gain of 20 per game.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |