If the difference between the expectation of the square of a random variable (E[X^2]) and the square of the expectation of the random variable ((E[X])^2) is denoted by B, then: A. B < 0 B. B >= 0 C. B > 0 D. B = 0
GATE 2011 · Engineering Mathematics · Expectation · medium
Answer: B. B >= 0
- Rewrite B as variance: By the computational formula for variance: Var(X) = E[X^2] - (E[X])^2. So B is the variance of X.
- Show variance is non-negative: Since (X - mu)^2 >= 0 for every value of X, its expectation is also >= 0. Therefore B = Var(X) >= 0. Equality holds if and only if X = mu with probability 1 (X is a constant random variable).