Independent solution

How to solve this Conditional Distributions question

Setup

Setup

After fixing Y at 1, sum the proportional weights over the two possible values of X for each value of W.

a0=(1+1)+(2+1)=5a_0=(1+1)+(2+1)=5
a1=(1+11)+(2+11)=3a_1=(1+1-1)+(2+1-1)=3

Model

Model

Normalize the two weights. The conditional distribution of W is Bernoulli because W can only be zero or one.

p=Pr(W=1Y=1)=a1a0+a1=38p=\Pr(W=1\mid Y=1)=\frac{a_1}{a_0+a_1}=\frac{3}{8}
Var(WY=1)=p(1p)\operatorname{Var}(W\mid Y=1)=p(1-p)

Compute

Compute

Insert the conditional success probability into the Bernoulli variance formula.

p(1p)=38(138)p(1-p)=\frac{3}{8}\left(1-\frac{3}{8}\right)
3858=1564\frac{3}{8}\frac{5}{8}=\frac{15}{64}

Answer

Answer

The conditional variance is 15/64.

1564(B)\boxed{\frac{15}{64}\quad\text{(B)}}