For any discrete random variable X with probability mass function P(X = j) = p_j, j in {0, 1, ..., N} and sum_{j=0}^{N} p_j = 1, define the polynomial function g(z) = sum_{j=0}^{N} p_j z^j. For a certain discrete random variable Y, there exists a scalar beta in [0,1] such that g_Y(z) = (1 - beta + beta*z)^N. The expectation of Y is: A. N(1 - beta) B. N*beta C. N*beta*(1 - beta) D. Not expressible in terms of N and beta alone

GATE 2017 · Engineering Mathematics · Expectation · hard

Answer: B. N*beta

  1. Differentiate the PGF: By the chain rule: g_Y'(z) = N * (1 - beta + beta*z)^{N-1} * beta.
  2. Evaluate at z = 1 to find E[Y]: g_Y'(1) = N * (1 - beta + beta*1)^{N-1} * beta = N * (1)^{N-1} * beta = N*beta.