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:8p(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=0Y=1),Pr(X=1Y=1),Pr(X=2Y=1))=(1240,2040,840)\bigl(\Pr(X=0\mid Y=1),\Pr(X=1\mid Y=1),\Pr(X=2\mid Y=1)\bigr)=\left(\frac{12}{40},\frac{20}{40},\frac8{40}\right)
(Pr(X=0Y=1),Pr(X=1Y=1),Pr(X=2Y=1))=(0.3,0.5,0.2)\bigl(\Pr(X=0\mid Y=1),\Pr(X=1\mid Y=1),\Pr(X=2\mid Y=1)\bigr)=(0.3,0.5,0.2)

Compute

Compute

Calculate the conditional first and second moments, then subtract the squared mean.

E[XY=1]=0(0.3)+1(0.5)+2(0.2)=0.9\operatorname{E}[X\mid Y=1]=0(0.3)+1(0.5)+2(0.2)=0.9
E[X2Y=1]=02(0.3)+12(0.5)+22(0.2)=1.3\operatorname{E}[X^2\mid Y=1]=0^2(0.3)+1^2(0.5)+2^2(0.2)=1.3
Var(XY=1)=1.3(0.9)2=0.49\operatorname{Var}(X\mid Y=1)=1.3-(0.9)^2=0.49

Answer

Answer

The conditional variance is 49/100.

49100(B)\boxed{\frac{49}{100}\quad\text{(B)}}