document.write( "Question 602144: Could you please help me solve this problem?
\n" );
document.write( "' At this years state fair, there was a dice rolling game. If you rolled two dice and got a sum of 2 or 12, you won $20. If you rolled a 7, you won $5. Any other roll was a loss. If the cost is $3 to play one game with one roll of the dice. What is the expectation of the game? ' \n" );
document.write( "
Algebra.Com's Answer #380140 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! At this years state fair, there was a dice rolling game. If you rolled two dice and got a sum of 2 or 12, you won $20. If you rolled a 7, you won $5. Any other roll was a loss. If the cost is $3 to play one game with one roll of the dice. What is the expectation of the game? ' \n" ); document.write( "------------ \n" ); document.write( "Random winning values:..........17.....2.....-3 \n" ); document.write( "Corresponding Probabilities:....2/36...6/36...28/36 \n" ); document.write( "---------------- \n" ); document.write( "Multiply each \"winning value\" by its probability; then add the products \n" ); document.write( "---- \n" ); document.write( "E(x) = [2*17 + 6*2 - 28*3]/36 \n" ); document.write( "E(x) = [34 + 12 - 84]/36 \n" ); document.write( "E(x) = -38/36 \n" ); document.write( "E(x) = -$1.06 \n" ); document.write( "----- \n" ); document.write( "You can expect to lose $1.06 each time you play the game. \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============== \n" ); document.write( " |