Statistics Graduate Level Quiz: Expectation Properties
10 questions · exam conditions
0:00
Expectation PropertiesQuestion 1 of 10

Random variables XX and YY satisfy E(X)=1E(X)=1, E(Y)=1E(Y)=-1, Var(X)=4Var(X)=4, Var(Y)=9Var(Y)=9, and Cov(X,Y)=2Cov(X,Y)=-2. What is E[(X2Y+1)2]E[(X-2Y+1)^2]?

1616
4848
5656
6464
← Back to quizzes

Statistics Graduate Level Quiz

Statistics Graduate Level Quiz: Expectation Properties

Practice Expectation Properties in Statistics Graduate Level with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on Expectation Properties, giving you a quick way to practice the rules, question types, and explanations that matter most for Statistics Graduate Level.

How to use this quiz

Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.

All questions

Question 1

Random variables XX and YY satisfy E(X)=1E(X)=1, E(Y)=1E(Y)=-1, Var(X)=4Var(X)=4, Var(Y)=9Var(Y)=9, and Cov(X,Y)=2Cov(X,Y)=-2. What is E[(X2Y+1)2]E[(X-2Y+1)^2]?

  1. 1616
  2. 4848
  3. 5656
  4. 6464 (correct answer)
Explanation: When you see a question asking for E[g(X,Y)2]E[g(X,Y)^2], your instinct should be to use the identity E[Z2]=Var(Z)+[E(Z)]2E[Z^2] = Var(Z) + [E(Z)]^2. This cleanly separates the problem into computing a mean and a variance. Let Z=X2Y+1Z = X - 2Y + 1. First, find E(Z)E(Z): E(Z)=E(X)2E(Y)+1=12(1)+1=4E(Z) = E(X) - 2E(Y) + 1 = 1 - 2(-1) + 1 = 4 Next, find Var(Z)Var(Z). Since the constant 1 doesn't affect variance: Var(X2Y)=Var(X)+4Var(Y)2(2)Cov(X,Y)Var(X - 2Y) = Var(X) + 4\,Var(Y) - 2(2)\,Cov(X,Y) =4+4(9)4(2)=4+36+8=48= 4 + 4(9) - 4(-2) = 4 + 36 + 8 = 48 Now apply the identity: E(Z2)=Var(Z)+[E(Z)]2=48+16=64E(Z^2) = Var(Z) + [E(Z)]^2 = 48 + 16 = 64 The correct answer is D. Tracing the wrong answers reveals exactly where students stumble. Choice A (16) is simply [E(Z)]2=42[E(Z)]^2 = 4^2, forgetting to add the variance — a classic error of treating expectation as linear through squaring. Choice B (48) is just Var(Z)Var(Z), ignoring the mean term entirely. Choice C (56) likely comes from a sign error on the covariance term: if you treat Cov(X,Y)=2Cov(X,Y) = -2 as +2+2, you get Var(Z)=40Var(Z) = 40, and 40+16=5640 + 16 = 56. Study tip: Always decompose E[Z2]=Var(Z)+[E(Z)]2E[Z^2] = Var(Z) + [E(Z)]^2 before computing. Also, memorize the bilinear variance formula carefully — the covariance term picks up a factor of 2ab2 \cdot a \cdot b for aX+bYaX + bY, and sign errors there are the most common trap on these problems.

Question 2

Let X1X_1 be standard normal. Define a random index NN by N=1N=1 when X1>0X_1>0 and N=0N=0 otherwise. Adopt the convention that a sum with no terms equals 00.

What is E[Σi=1NXi]E[Σ_{i=1}^{N}X_i]?

  1. 1/(2π)-1/√(2π)
  2. 00
  3. 1/(2π)1/√(2π) (correct answer)
  4. 1/21/2
Explanation: This question tests your ability to work with random sums (compound random variables), where both the number of terms and the terms themselves involve randomness. The key tool is the law of total expectation: condition on the value of NN. Since NN is determined by X1X_1, you need to split the expectation into two cases. When N=0N = 0 (i.e., X10X_1 \leq 0), the sum is empty and equals 00 by convention, contributing nothing. When N=1N = 1 (i.e., X1>0X_1 > 0), the sum equals X1X_1 itself. So: E ⁣[i=1NXi]=E[X11X1>0]E\!\left[\sum_{i=1}^{N} X_i\right] = E[X_1 \cdot \mathbf{1}_{X_1 > 0}] This is the expectation of a truncated standard normal. Computing directly: E[X11X1>0]=0x12πex2/2dx=12π[ex2/2]0=12πE[X_1 \cdot \mathbf{1}_{X_1 > 0}] = \int_0^{\infty} x \cdot \frac{1}{\sqrt{2\pi}} e^{-x^2/2}\, dx = \frac{1}{\sqrt{2\pi}}\left[-e^{-x^2/2}\right]_0^{\infty} = \frac{1}{\sqrt{2\pi}} This confirms C is correct. Choice B (00) is the most seductive trap — you might think symmetry of the standard normal implies the answer is zero, but symmetry only applies to E[X1]E[X_1] over the full real line. Here you're restricting to the positive half. Choice A (1/2π-1/\sqrt{2\pi}) would correspond to E[X11X1<0]E[X_1 \cdot \mathbf{1}_{X_1 < 0}], the negative-half analog — a sign error. Choice D (1/21/2) confuses this with P(X1>0)P(X_1 > 0), a probability, not an expectation. When you see random sums, always condition on the index first — symmetry arguments are only valid when the domain of integration is symmetric.

Question 3

Random variables AA and XX satisfy E(A)=2E(A)=2, Var(A)=3Var(A)=3, and E(XA)=1+4AE(X\mid A)=1+4A. No assumption is made about the conditional variance of XX.

What is E[(A2)(X9)]E[(A-2)(X-9)]?

  1. 00
  2. 99
  3. 1212 (correct answer)
  4. 3636
Explanation: When you see an expression like E[(A2)(X9)]E[(A-2)(X-9)], your instinct should be to use the law of total expectation combined with iterated conditioning — specifically, conditioning on AA first to exploit what you know about E(XA)E(X \mid A). Start by writing E[(A2)(X9)]=E{E[(A2)(X9)A]}E[(A-2)(X-9)] = E\{E[(A-2)(X-9) \mid A]\}. Since (A2)(A-2) is a function of AA, it factors out of the inner expectation: E[(A2)(X9)A]=(A2)E[(X9)A]=(A2)[E(XA)9]E[(A-2)(X-9) \mid A] = (A-2)\cdot E[(X-9) \mid A] = (A-2)\cdot[E(X \mid A) - 9]. Substituting E(XA)=1+4AE(X \mid A) = 1 + 4A gives (A2)(1+4A9)=(A2)(4A8)=4(A2)2(A-2)(1+4A-9) = (A-2)(4A-8) = 4(A-2)^2. Taking the outer expectation: E[4(A2)2]=4E[(A2)2]=4Var(A)=43=12E[4(A-2)^2] = 4\cdot E[(A-2)^2] = 4\cdot \text{Var}(A) = 4\cdot 3 = \mathbf{12}, confirming C. For the wrong answers: A (0) tempts students who assume AA and XX are uncorrelated or independent — but the conditional mean structure directly creates dependence. B (9) likely comes from confusing Var(A)=3\text{Var}(A) = 3 with Var(A)=9\text{Var}(A) = 9, or misapplying the formula by forgetting the factor of 4. D (36) results from computing 4E(A2)24\cdot E(A-2)^2 but using E(A)2=4E(A)^2 = 4 instead of Var(A)=3\text{Var}(A) = 3, conflating variance with squared mean. Your study tip: whenever a covariance-style expression involves a conditional mean, use iterated expectations and pull out functions of the conditioning variable — it almost always simplifies the problem cleanly.

Question 4

A random vector ZZ has mean μ=(1,1)Tμ=(1,-1)^T and covariance matrix Σ=(21/21/21)Σ=\begin{pmatrix}2 & 1/2\\ 1/2 & 1\end{pmatrix} . Let $$A=\begin{pmatrix}1 & 2\ -1 & 3\end{pmatrix}

What is E(ZTAZ)E(Z^TAZ)?

  1. 33
  2. 11/211/2
  3. 99
  4. 17/217/2 (correct answer)
Explanation: When you see a quadratic form involving a random vector, the key identity to recall is: for any random vector ZZ and constant matrix AA, E(ZTAZ)=tr(AΣ)+μTAμE(Z^T A Z) = \text{tr}(A\Sigma) + \mu^T A \mu This decomposes the expectation into a variance component and a mean component — a result derived from the identity ZTAZ=tr(AZZT)Z^T A Z = \text{tr}(AZZ^T) and linearity of expectation. Computing each piece: First, μTAμ\mu^T A \mu where μ=(1,1)T\mu = (1,-1)^T: Aμ=(1(1)+2(1)1(1)+3(1))=(14),μTAμ=(1)(1)+(1)(4)=3A\mu = \begin{pmatrix}1(1)+2(-1)\\-1(1)+3(-1)\end{pmatrix} = \begin{pmatrix}-1\\-4\end{pmatrix}, \quad \mu^T A\mu = (1)(-1)+(-1)(-4) = 3 Next, tr(AΣ)\text{tr}(A\Sigma): tr(AΣ)=3+5/2=11/2\text{tr}(A\Sigma) = 3 + 5/2 = 11/2 So E(ZTAZ)=11/2+3=17/2E(Z^T A Z) = 11/2 + 3 = 17/2, confirming D. Choice A (3) gives only μTAμ\mu^T A \mu, forgetting the trace term entirely. Choice B (11/2) gives only tr(AΣ)\text{tr}(A\Sigma), ignoring the mean contribution. Choice C (9) likely results from computing tr(AΣ)+μTAμ\text{tr}(A\Sigma) + \mu^T A \mu with an arithmetic error, possibly doubling μTAμ\mu^T A\mu incorrectly. A reliable study habit: memorize the quadratic form identity E(ZTAZ)=tr(AΣ)+μTAμE(Z^T A Z) = \text{tr}(A\Sigma) + \mu^T A\mu and practice splitting problems into these two components — this formula appears frequently in multivariate statistics and linear model theory.

Question 5

Independent random variables X1,X2,X3,X4X_1,X_2,X_3,X_4 have a common mean μμ but variances 11, 22, 33, and 66, respectively. Let Xˉ=(X1+X2+X3+X4)/4\bar X=(X_1+X_2+X_3+X_4)/4.

What is E[Σi=14(XiXˉ)2]E[Σ_{i=1}^{4}(X_i-\bar X)^2]?

  1. 33
  2. 88
  3. 99 (correct answer)
  4. 1212
Explanation: When you see a question asking for the expected value of a sum of squared deviations from the sample mean, think immediately about the bias-variance decomposition and how individual variances contribute to that sum. The key identity is: E[i=14(XiXˉ)2]=i=14Var(Xi)1n(i=14Var(Xi))E\left[\sum_{i=1}^{4}(X_i - \bar{X})^2\right] = \sum_{i=1}^{4} \text{Var}(X_i) - \frac{1}{n}\left(\sum_{i=1}^{4} \text{Var}(X_i)\right) This comes from writing (XiXˉ)=Xi1njXj(X_i - \bar{X}) = X_i - \frac{1}{n}\sum_j X_j, computing the variance of each deviation, and summing. More precisely, E[i=14(XiXˉ)2]=(11n)i=14σi2E\left[\sum_{i=1}^{4}(X_i - \bar{X})^2\right] = \left(1 - \frac{1}{n}\right)\sum_{i=1}^{4}\sigma_i^2 Here σi2=1+2+3+6=12\sum \sigma_i^2 = 1 + 2 + 3 + 6 = 12, and with n=4n = 4: (114)(12)=34(12)=9\left(1 - \frac{1}{4}\right)(12) = \frac{3}{4}(12) = 9 So the correct answer is C. A (3) likely comes from computing 1nσi2=3\frac{1}{n}\sum \sigma_i^2 = 3, which is just the variance of Xˉ\bar{X} scaled up — a piece of the calculation, not the whole thing. B (8) has no clean derivation and likely reflects an arithmetic error. D (12) is the raw sum of variances σi2\sum \sigma_i^2, ignoring the correction factor that accounts for the mean being estimated from the same data — this is the most tempting trap. Your study tip: remember that (XiXˉ)2\sum(X_i - \bar{X})^2 is a biased estimator of σi2\sum \sigma_i^2 precisely because Xˉ\bar{X} "absorbs" one degree of freedom. The factor (11/n)(1 - 1/n) always appears, even when variances are unequal.

Question 6

A sampling design selects a random subset from a population of 5050 units. The sample size KK is random, with E(K)=12E(K)=12. The design is exchangeable: every population unit has the same marginal probability of inclusion. A designated subgroup contains 2020 of the population units.

Without assuming independent inclusion indicators, what is the expected number of sampled units belonging to the designated subgroup?

  1. 18/518/5
  2. 24/524/5 (correct answer)
  3. 66
  4. 1212
Explanation: When a sample size is itself random, you need a tool that handles randomness at two levels — and that tool is the law of total expectation. Whenever you see "random sample size" paired with "expected count in a subgroup," think: condition on the sample size first, then average over it. Here's the core reasoning. Let MM be the number of sampled units from the subgroup of 20. For any fixed sample size K=kK = k, exchangeability guarantees every unit has equal inclusion probability. This means the expected number from the subgroup, given K=kK = k, is simply proportional: E(MK=k)=k2050=2k5E(M \mid K = k) = k \cdot \frac{20}{50} = \frac{2k}{5}. Critically, this proportionality holds regardless of whether inclusion indicators are independent — exchangeability alone is sufficient to establish the marginal inclusion probability as k/50k/50. Now apply the law of total expectation: E(M)=E ⁣[E(MK)]=E ⁣[2K5]=25E(K)=2512=245E(M) = E\!\left[E(M \mid K)\right] = E\!\left[\frac{2K}{5}\right] = \frac{2}{5} E(K) = \frac{2}{5} \cdot 12 = \frac{24}{5}. That confirms B. As for the distractors: A (18/518/5) would correspond to a subgroup fraction of 30/5030/50 — a wrong proportion, perhaps from miscounting. C (66) comes from applying the subgroup fraction to only half the expected sample size, or confusing E(K)=12E(K) = 12 with some intermediate step. D (1212) is the trap of simply reporting E(K)E(K) itself, ignoring that only 20 of 50 units belong to the subgroup. Your strategy: on questions with random sample sizes, always decompose using E(M)=subgroup sizepopulation sizeE(K)E(M) = \frac{\text{subgroup size}}{\text{population size}} \cdot E(K). Independence of indicators is irrelevant — exchangeability is all you need.

Question 7

Random variables XX and YY satisfy E(X)=E(Y)=0E(X)=E(Y)=0, E(X2)=E(Y2)=1E(X^2)=E(Y^2)=1, and E[(X+Y)2]=3E[(X+Y)^2]=3.

What is E[(2XY)(X+3Y)]E[(2X-Y)(X+3Y)]?

  1. 3/23/2 (correct answer)
  2. 1/21/2
  3. 1-1
  4. 7/27/2
Explanation: When you see expressions involving products of random variables with zero means, your first move should be to expand everything algebraically and then apply linearity of expectation — reducing the problem to known quantities like E(X2)E(X^2), E(Y2)E(Y^2), and E(XY)E(XY). Start by extracting E(XY)E(XY) from the given information. Expanding E[(X+Y)2]=E(X2)+2E(XY)+E(Y2)=1+2E(XY)+1=3E[(X+Y)^2] = E(X^2) + 2E(XY) + E(Y^2) = 1 + 2E(XY) + 1 = 3, so 2E(XY)=12E(XY) = 1, giving E(XY)=12E(XY) = \frac{1}{2}. Now expand the target expression: (2XY)(X+3Y)=2X2+6XYXY3Y2=2X2+5XY3Y2(2X - Y)(X + 3Y) = 2X^2 + 6XY - XY - 3Y^2 = 2X^2 + 5XY - 3Y^2. Applying linearity of expectation: E[(2XY)(X+3Y)]=2E(X2)+5E(XY)3E(Y2)=2(1)+5(12)3(1)=2+523=32E[(2X-Y)(X+3Y)] = 2E(X^2) + 5E(XY) - 3E(Y^2) = 2(1) + 5\left(\frac{1}{2}\right) - 3(1) = 2 + \frac{5}{2} - 3 = \frac{3}{2}. This confirms the answer is A. As for the distractors: B (1/2) likely comes from stopping after computing E(XY)=12E(XY) = \frac{1}{2} and forgetting to complete the full expansion. C (-1) may result from a sign error during expansion — for example, treating the middle terms as 5XY-5XY instead of +5XY+5XY. D (7/2) could arise from adding rather than subtracting the 3E(Y2)3E(Y^2) term, i.e., computing 2+52+32 + \frac{5}{2} + 3 instead. The key study tip: always fully expand bilinear products before taking expectations, and remember that E[(X+Y)2]E[(X+Y)^2] is the standard tool for uncovering E(XY)E(XY) when means are zero.

Question 8

Let MM be Bernoulli with P(M=1)=0.3P(M=1)=0.3. An estimator TT has conditional expectations E(TM=1)=θ+2E(T\mid M=1)=θ+2 and E(TM=0)=θ1E(T\mid M=0)=θ-1. For a constant cc, define Tc=T+c(2M1)T_c=T+c(2M-1).

Which value of cc makes TcT_c unbiased for θθ?

  1. 1/2-1/2
  2. 1/4-1/4 (correct answer)
  3. 1/41/4
  4. 1/21/2
Explanation: When a problem mixes a random "switching" variable like MM with a biased estimator, your first move should be computing the unconditional bias using the law of total expectation: E(Tc)=E(TcM=1)P(M=1)+E(TcM=0)P(M=0)E(T_c) = E(T_c \mid M=1)P(M=1) + E(T_c \mid M=0)P(M=0). Notice that 2M12M - 1 equals +1+1 when M=1M=1 and 1-1 when M=0M=0, so Tc=T+c(2M1)T_c = T + c(2M-1) shifts TT by +c+c or c-c depending on the group. The conditional expectations become E(TcM=1)=(θ+2)+cE(T_c \mid M=1) = (\theta + 2) + c and E(TcM=0)=(θ1)cE(T_c \mid M=0) = (\theta - 1) - c. Plugging into total expectation with P(M=1)=0.3P(M=1)=0.3 and P(M=0)=0.7P(M=0)=0.7: E(Tc)=0.3[(θ+2)+c]+0.7[(θ1)c]=θ+0.3(2)+0.3c+0.7(1)0.7cE(T_c) = 0.3[(\theta+2)+c] + 0.7[(\theta-1)-c] = \theta + 0.3(2) + 0.3c + 0.7(-1) - 0.7c =θ+0.60.7+c(0.30.7)=θ0.10.4c= \theta + 0.6 - 0.7 + c(0.3 - 0.7) = \theta - 0.1 - 0.4c For unbiasedness, set this equal to θ\theta: 0.10.4c=0c=0.1/0.4=1/4-0.1 - 0.4c = 0 \Rightarrow c = -0.1/0.4 = -1/4. That confirms B. Choice A (c=1/2c = -1/2) overcorrects — it likely comes from ignoring the probability weights and solving 2c+(1)(c)=02c + (-1)(-c) = 0 incorrectly. Choice C (c=1/4c = 1/4) gets the magnitude right but the sign wrong, a common sign error when misreading 2M12M-1. Choice D (c=1/2c = 1/2) compounds both errors. Study tip: Whenever you see a correction term involving an indicator variable, always write out 2M12M - 1 explicitly in each case before computing total expectation — sign errors and missed probability weights are the two classic traps here.

Question 9

A sequence of integrable random variables X1,X2,X_1,X_2,\ldots, not necessarily independent, satisfies Σn=1E(Xn)<Σ_{n=1}^{∞}E(|X_n|)<∞.

Which conclusion is guaranteed?

  1. The series Σn=1XnΣ_{n=1}^{∞}X_n converges only in probability, and its expectation need not equal the sum of the expectations.
  2. The series Σn=1XnΣ_{n=1}^{∞}X_n converges in L2L^2, and its variance equals the sum of the individual variances.
  3. The series Σn=1XnΣ_{n=1}^{∞}X_n converges absolutely almost surely and in L1L^1, with expectation Σn=1E(Xn)Σ_{n=1}^{∞}E(X_n). (correct answer)
  4. The series Σn=1XnΣ_{n=1}^{∞}X_n has the stated expectation only if the random variables are mutually independent.
Explanation: When you see a condition like n=1E(Xn)<\sum_{n=1}^{\infty} E(|X_n|) < \infty, your instinct should immediately go to the dominated convergence theorem and its cousins in measure/integration theory. This condition is precisely what enables you to exchange limits and expectations — the heart of L1L^1 convergence theory. Here's the core reasoning for why C is correct. Define the partial sums SN=n=1NXnS_N = \sum_{n=1}^N X_n and consider n=1E(Xn)<\sum_{n=1}^\infty E(|X_n|) < \infty. By the monotone convergence theorem, E ⁣(n=1Xn)=n=1E(Xn)<E\!\left(\sum_{n=1}^\infty |X_n|\right) = \sum_{n=1}^\infty E(|X_n|) < \infty, which forces Xn<\sum |X_n| < \infty almost surely — giving absolute a.s. convergence. Since the partial sums are dominated in L1L^1 by this integrable majorant, the dominated convergence theorem also yields L1L^1 convergence and justifies swapping the sum and expectation: E ⁣(Xn)=E(Xn)E\!\left(\sum X_n\right) = \sum E(X_n). Crucially, no independence assumption is needed — this holds for any integrable sequence. A is wrong because the convergence here is far stronger than mere convergence in probability; it's absolute a.s. and in L1L^1. B is wrong on two counts: the hypothesis says nothing about second moments, so L2L^2 convergence isn't guaranteed, and variance additivity requires uncorrelated (not just integrable) variables. D is wrong because the expectation identity follows from dominated convergence alone — independence is completely irrelevant here. Study tip: Whenever you see E(Xn)<\sum E(|X_n|) < \infty, think "MCT gives an integrable majorant → DCT applies → swap sum and expectation freely, no independence needed."

Question 10

Let XX be integrable, and let sigma-fields HH and GG satisfy HGH⊆G. Let YY be a bounded, HH-measurable random variable.

Which statement about E[Y{E(XG)E(XH)}]E[Y\{E(X\mid G)-E(X\mid H)\}] is correct?

  1. It equals 00 under the stated assumptions. (correct answer)
  2. It equals E(YX)E(Y)E(X)E(YX)-E(Y)E(X) under the stated assumptions.
  3. It equals 00 only when XX is independent of GG.
  4. It equals 00 only when YY is constant almost surely.
Explanation: Whenever you encounter expressions involving conditional expectations across nested sigma-fields, your instinct should be to apply the tower property and the pulling-out property of conditional expectation. Here, since YY is HH-measurable and HGH \subseteq G, YY is also GG-measurable. Consider expanding the expression: E[Y{E(XG)E(XH)}]=E[YE(XG)]E[YE(XH)]E[Y\{E(X\mid G) - E(X\mid H)\}] = E[Y \cdot E(X\mid G)] - E[Y \cdot E(X\mid H)] For the first term, use the pulling-out property: since YY is GG-measurable, E[YE(XG)]=E[E(YXG)]=E[YX]E[Y \cdot E(X\mid G)] = E[E(YX\mid G)] = E[YX]. For the second term, since YY is HH-measurable, E[YE(XH)]=E[E(YXH)]=E[YX]E[Y \cdot E(X\mid H)] = E[E(YX\mid H)] = E[YX]. Both terms are equal, so their difference is exactly 00. This confirms A is correct — no additional assumptions beyond those stated are needed. B is wrong because E(YX)E(Y)E(X)E(YX) - E(Y)E(X) is the covariance Cov(Y,X)\text{Cov}(Y,X), which has no reason to equal zero in general, and the expression in question is always zero regardless of dependence structure. C is wrong because it imposes an unnecessary independence condition. The result holds purely from measurability and the tower property — independence of XX and GG is irrelevant. D is wrong for the same structural reason: YY being constant is not required. Even a non-trivial bounded HH-measurable YY produces zero. As a study tip: whenever you see a bounded measurable YY multiplied by a conditional expectation difference, immediately reach for the pulling-out property — it almost always telescopes to zero.