This Exam P sample reference tests Variance of Linear Combinations. Independence removes the covariance term, the coefficient 4 contributes a factor of 16, and constants contribute no variance. The result is 16(2)+3=35, so choice E is correct.
These notes identify the calculation error associated with each wrong letter when that error is reproducible.
AThe value 5 is 2+3. It ignores both coefficients in the linear combination.
BThe value 11 is 4(2)+3. It applies the coefficient 4 only once even though variance scales by its square.
CThe value 29 is 16(2)-3. It carries the minus sign on Y into the variance instead of squaring the coefficient -1.
DThe value 32 is 16(2). It omits the independent Y contribution, whose variance adds 3.
Original practice · fully worked
Original variant: routing pressure across four traffic states
A dispatch controller records a signed congestion index U and a route adjustment V. Four traffic states produce (U,V)=(-1,0), (0,2), (2,-1), and (3,1) with probabilities 0.12, 0.18, 0.27, and 0.43, respectively. The routing pressure score is L=2U+V. Calculate Var(L).
A 1.15
B 8.58
C 9.18
D 9.73
E 10.29
Variant answer in brief
The four traffic states give Var(U)=2.1459, Var(V)=1.1496, and Cov(U,V)=-0.1392. Therefore Var(2U+V)=9.1764, which rounds to 9.18 and choice C.
Setup
Setup
Compute the first, second, and mixed moments from the four traffic states.
E[U]=1.71,E[U2]=5.07
E[V]=0.52,E[V2]=1.42,E[UV]=0.75
Model
Model
Convert the moments to variances and covariance before applying the linear-combination formula.
Var(U)=5.07−(1.71)2=2.1459
Var(V)=1.42−(0.52)2=1.1496
Cov(U,V)=0.75−(1.71)(0.52)=−0.1392
Compute
Compute
Include the covariance cross term in the variance of the load score.
Var(L)=4Var(U)+Var(V)+4Cov(U,V)
=4(2.1459)+1.1496+4(−0.1392)=9.1764
Answer
Answer
The variance of the routing pressure score rounds to 9.18.
The 3108-page Probability Proof Manual reorganizes 718 verified Exam P solutions by syllabus skill and adds formula proofs, error patterns, and original worked practice.