Answer:
c. 100 + 100x
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