Solved

You May Wish to Use a Table of Randomly Generated

Question 5

Essay

You may wish to use a table of randomly generated numbers efficiently to simulate this experiment.
Experiment: Draw a ball from a bag that has 13 black balls (B), 5 red balls (R), and 2 green balls (G), and note its color.
A) Tell what your code would be if you use two-digit random numbers. Use an efficient code, omitting as few numbers as you can.
00 01 02 03 …………………………………………………… 97 98 99
B) Use the following randomly selected digits to simulate the experiment above 15 times.
10394 8854 96029 711517 87601 71480 49210 81314 84069 64343 65909 23870
C) What is the theoretical probability of getting a red ball?
D) What is the probability of getting a red ball from your simulation in part B?
E) Explain the difference between the answer in part C and the answer in part D.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions