7.9k views
3 votes
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.

User Xll
by
5.1k points

1 Answer

4 votes

Answer:

D

Explanation:

There are 4 colors to choose from, so use numbers 1-4 to represent each color.

User Joe Martella
by
5.1k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.