224k views
2 votes
If xis a random number between 0 and 1, then we can use xto simulate a variable that is uniformly distributed between 100 and 200 using the formula:

a.100 + x
b. 200 −x
c. 100 + 100x
d. 200x

User Silverio
by
7.0k points

1 Answer

2 votes

Answer:

c. 100 + 100x

Step-by-step explanation:

Given that X is a random number between 0 and 1. To simulate X so that it is uniformly distributed between 100 and 200 will be done by using the formula of 100+100X.

If X = 0, 100+100X will result in the output as 100

If X = 0.5, 100+100X will result in the output as 150

If X = 1, 100+100X will result in the output as 200

User JiaYow
by
6.5k points