Independent solution

How to solve this Uniform Distribution question

Setup

Setup

For a uniform variable on the interval from a to b, write the distribution function inside its support.

F(x)=xaba,axbF(x)=\frac{x-a}{b-a},\qquad a\le x\le b

Model

Model

Let q denote the requested percentile and set its cumulative probability equal to 0.80.

qaba=0.80\frac{q-a}{b-a}=0.80

Compute

Compute

Move 80% of the interval width upward from the lower endpoint and collect endpoint coefficients.

q=a+0.80(ba)q=a+0.80(b-a)
q=0.20a+0.80bq=0.20a+0.80b

Answer

Answer

The lower and upper endpoints receive weights 0.20 and 0.80, respectively.

0.20a+0.80b(B)\boxed{0.20a+0.80b\quad\text{(B)}}