contestada

Consider a game in which a player rolls a number cube to determine the number of points earned. If a player rolls a number greater than or equal to 4, the number of the roll is added to the total points. Any other roll is deducted from the player’s total. What is the expected value of the points earned on a single roll in this game?

Respuesta :

toporc
The probability of rolling any specific number is 1/6. The expected number of points is found from:
E(points) = (1/6 * -1) + (1/6 * -2) + (1/6 * -3) + (1/6 * 4) + (1/6 * 5) + (1/6 * 6)
             = 9/6 = 1.5 points

Answer:

It is answer D

Step-by-step explanation:

I got it right on Edge 2022