Questions: Continuous Uniform Distribution

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

Let X ~ Uniform[0, 4]. A student computes P(X = 2) = f(2) = 1/4, using the PDF value directly. What error has the student made?

AThe PDF value should be evaluated at the midpoint (0+4)/2 = 2, not at 2 directly
BThe student confused PDF density with probability — P(X = 2) = 0 for any specific point in a continuous distribution
CThe correct answer is 1/2 because x = 2 is the mean of the distribution
DThe calculation is correct; the PDF value at a point equals the probability of that point
Question 2 Multiple Choice

X ~ Uniform[2, 8]. What is P(3 ≤ X ≤ 5)?

A1/6 — the PDF value is 1/6, so that is the probability for any subinterval
B1/3 — the length of [3, 5] divided by the total length of [2, 8] gives 2/6
C1/4 — because the subinterval [3, 5] starts one unit in from the left boundary
D2/8 — the length of the subinterval divided by the right endpoint
Question 3 True / False

For X ~ Uniform[a, b], the mean is (a + b)/2 because the distribution is symmetric about its midpoint.

TTrue
FFalse
Question 4 True / False

The PDF value f(x) = 1/(b − a) represents the probability that X takes the value x in a continuous uniform distribution.

TTrue
FFalse
Question 5 Short Answer

Why is the continuous uniform distribution described as the 'raw material' for generating other continuous random variables? What property makes this possible?

Think about your answer, then reveal below.