document.write( "Question 119633This question is from textbook
\n" );
document.write( ": In the carnival game \"chuck-a-luck,\" you pick a number from 1 to 6 and roll 3 dice in succession. If your number comes up all 3 times, you win $3; if your number comes up twice, you win $2; if it comes up once, you win $1; otherwise you lose $1. What is your expected gain or loss? \n" );
document.write( "
Algebra.Com's Answer #87633 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! In the carnival game \"chuck-a-luck,\" you pick a number from 1 to 6 and roll 3 dice in succession. If your number comes up all 3 times, you win $3; if your number comes up twice, you win $2; if it comes up once, you win $1; otherwise you lose $1. What is your expected gain or loss? \n" ); document.write( "------------------ \n" ); document.write( "The random variable is \"gain\" with values 3,2,1,-1 \n" ); document.write( "The corresponding Probabilities are: \n" ); document.write( "P(3) = (1/6)^3 \n" ); document.write( "P(2) = 3*(1/6)^3 \n" ); document.write( "P(1) = 3*(1/6)^3 \n" ); document.write( "P(-1) = 1 - 7(1/3)^3 \n" ); document.write( "------------------ \n" ); document.write( "Expected gain is: 3*(1/6)^3+2*3(1/6)^3+1*3(1/6)^3-1*(1-7(1/3)^3) \n" ); document.write( "Expected gain is (1/3)^3[3+6+3-(0.7407)]= (1/3)^3[11.2593] = 0.4170 \n" ); document.write( "Rounding to the nearest cent, expected gain is 42 cents \n" ); document.write( "=========================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |