contestada

You are interested in the probability of drawing 1 yellow marble from a box that contains 20 red marbles, 30 blue marbles, 10 green marbles, and 40 yellow marbles. How could you model the simulation for this situation using random numbers?

Respuesta :

Considering the numbers range from 1 to 10 and being whole numbers,
If:
1 or 2 is generated, a red marble is drawn
3, 4, or 5 is generated, a blue marble is drawn
6 is generated, a green marble is drawn
7, 8, 9, or 10 is generated, a yellow marble is drawn.

If you are using plato, the answer will be the lst choice, or answer D.