128k views
5 votes
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?

User Keveloper
by
8.8k points

2 Answers

6 votes

Answer:

It is answer D

Explanation:

I got it right on Edge 2022

User Compton
by
7.8k points
4 votes
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
User Auria
by
7.5k points