document.write( "Question 1135239: In a game, the player and the house each roll a die.
\n" ); document.write( "Whoever gets the higher number wins.
\n" ); document.write( "Player and House each roll a die, higher number wins.
\n" ); document.write( "In ties, Player rolls again, but must roll higher than the tie number (no more rerolls on ties)\r
\n" ); document.write( "\n" ); document.write( "What are all the possible events for this game? and how would I calculate the expected value of the game to the house and player?
\n" ); document.write( "

Algebra.Com's Answer #752882 by its.evapatel(3)\"\" \"About 
You can put this solution on YOUR website!
You would use combinations for this problem. You can easily multiply 6 and 2. 6 ( 6 sides on a die),2 (2 people). Which are 12 combinations.
\n" ); document.write( "1,a
\n" ); document.write( "2,a
\n" ); document.write( "3,a
\n" ); document.write( "4,a
\n" ); document.write( "5,a
\n" ); document.write( "6,a
\n" ); document.write( "1,b
\n" ); document.write( "2,b
\n" ); document.write( "3,b
\n" ); document.write( "4,b
\n" ); document.write( "5,b
\n" ); document.write( "6,b
\n" ); document.write( "The highest number on the die is 6 and there are two possibilities out of twelve. Which is 1/6.
\n" ); document.write( "
\n" );