In a contest, players have to pick marbles from a bag. The bag contains 30 blue marbles, 20 yellow marbles, 10 red marbles, and 40 green marbles. A player wins $7 on picking a green marble, loses $5 on picking a blue marble, loses $3 on picking a yellow marble, and wins $2 on picking a red marble.
How will you simulate this game without actually having 100 marbles in a bag?
A.
Use the numbers 1–10 to represent different marbles based on their probabilities.
B.
Use the numbers 1–25 to represent different marbles based on their probabilities.
C.
Use the numbers 1–17 to represent different marbles based on their probabilities.
D.
Use the numbers 1–4 to represent different marbles based on their probabilities.