Suppose that A and B each randomly and independently choose 4 out of 12 objects. Find the expected number of objects chosen by both A and B.
My attempt:
$$X_i = 1$$ when ith is chosen by A $$X_i = 0$$ otherwise
Similarly I define another indicator $Y_i$ for person B which says the exact same thing as $X_i$ but for B.
Now, $$Z=\sum(X_iY_i)$$ $i=0,\dots12$
$$\mathbb{E}(X_i)=\mathbb{E}(Y_i)= \frac{1}{12}$$
And $$\mathbb{E}[X_iY_i] = 1/12^2$$
And so the expected number chosen by both should be $$\frac{12}{12^2} = \frac{1}{12}$$
However this is not the correct answer, so can someone give me the solution and tell me where I went wrong.
Let's compute the number of items not chosen by any of them.
The number of items not chosen by either of them would be
$$12\left(\frac{8}{12}\right)^2= 12\left( \frac{2}{3}\right)^2$$
Hence the number of item chosen by at least one of them is
$$12 \left( 1-\frac{4}{9}\right)= 12\left( \frac59 \right)= \frac{20}3$$
Edit:
The expected number of items that are chosen by both of them would be
$$12 \left( \frac13 \right)^2=\frac43$$