document.write( "Question 472642: A number cube is rolled and a coin is flipped. If the number cube shows and odd number, or the coin shows tails, or both, you get 6 points. If neither event occurs, you get 4 points. What is the expected value of this game? \n" ); document.write( "
Algebra.Com's Answer #324035 by edjones(8007) You can put this solution on YOUR website! 1/2 * 1/2 = 1/4 of the time the number of the die will be even and the coin will show heads and you get 4 pts. \n" ); document.write( "3/4 of the time you get 6 pts. \n" ); document.write( "3/4 * 6 + 1/4 * 4 \n" ); document.write( "=9/2 + 1 \n" ); document.write( "=11/2 = 5.5 points, the expected value of the game. \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |