Independent solution
How to solve this Joint Distributions question
Answer in brief
Fixing the second count at one gives relative masses 12, 20, and 8 for first-count values zero, one, and two. After normalization their mean is 0.9 and second moment is 1.3, so the conditional variance is 1.3-0.9^2=0.49 and choice B.
Setup
Setup
Evaluate the joint probability rule at the conditioning value. Common factors cancel, leaving three relative masses.
p(0,1):p(1,1):p(2,1)=12:20:8 Model
Model
Normalize the three masses by their total of forty to obtain the conditional distribution.
(Pr(X=0∣Y=1),Pr(X=1∣Y=1),Pr(X=2∣Y=1))=(4012,4020,408) (Pr(X=0∣Y=1),Pr(X=1∣Y=1),Pr(X=2∣Y=1))=(0.3,0.5,0.2) Compute
Compute
Calculate the conditional first and second moments, then subtract the squared mean.
E[X∣Y=1]=0(0.3)+1(0.5)+2(0.2)=0.9 E[X2∣Y=1]=02(0.3)+12(0.5)+22(0.2)=1.3 Var(X∣Y=1)=1.3−(0.9)2=0.49 Answer
Answer
The conditional variance is 49/100.
10049(B)