A point is randomly selected with uniform probability in the X-Y plane within the rectangle with corners at (0,0), (1,0), (1,2) and (0,2). If p is the length of the position vector of the point, the expected value of p^2 is A. 2/3 B. 1 C. 4/3 D. 5/3

GATE 2004 · Engineering Mathematics · Uniform Distribution · medium

Answer: E[p^2] = 5/3. Answer: D.

  1. Compute E[x^2] for x ~ Uniform(0,1): E[x^2] = 1/3.
  2. Compute E[y^2] for y ~ Uniform(0,2): E[y^2] = 4/3.
  3. Add to get E[p^2]: E[p^2] = 1/3 + 4/3 = 5/3.