Explanation
For a uniform distribution on the interval [0,500], the probability density function is:
f(x)=500−01=5001
Finding the Median (50th percentile)
The median is found by solving:
P(X<k)=(k−0)⋅f(x)=0.5
⇒5001k=0.5
⇒k=0.5×500=250
Finding the 10th percentile
The 10th percentile is found by solving:
P(X<k)=(k−0)⋅f(x)=0.10
⇒5001k=0.10
⇒k=0.10×500=50
Calculating the Difference
Difference=Median−10th percentile=250−50=200
Therefore, the correct answer is B. 200.