12.6k views
4 votes
A random number generator is used to select an integer from 1 to 3 inclusive. What is the difference between the estimated probability that a 3 is generated and the actual probability that a 3 is generated?

User JuanF
by
7.2k points

1 Answer

2 votes

Answer: The estimated probability of generating a 3 using the random number generator is 1/3, since there are 3 possible outcomes and each is equally likely.

The actual probability of generating a 3 is also 1/3, since the generator is equally likely to generate any of the 3 possible integers.

Therefore, the difference between the estimated and actual probability of generating a 3 is:

1/3 - 1/3 = 0

So there is no difference between the estimated and actual probability of generating a 3.

Explanation:

User Ali Motameni
by
6.9k points