n pairs of parents attended a parent’s meeting ( 2n people in total). In the meeting, a delegation of 2k people was randomly chosen $2n \ge 2k \ge 4$ out of the 2n people. Calculate the expectation and variance of the number of pairs of parents that were chosen for the delegation.
I'm trying to solve this question and I'm not confident at all about my attempt.. it feels like I'm shooting in the dark and doing things I don't really understand fully, plus I'm having a hard time with the algebra of calculating the variance so I thought I'll put it on hold until I get the expectation right
My attempt:
Let $X,X_{i}$ such that
$X = $Numer of pairs of parents that were chosen for the deligation
$X_{i} = \left\{ \begin{array}{lcl} 1 \ \ \ if \ person \ i's \ > partner \ is \ selected\\ 0 \ \ \ else\\ \end{array} \right.$
Note that $X\ =\frac{1}{2}\ \sum_{i=1}^{2k}X_{i}$, also note that $X_{i\ }\sim HG\left(2n,2,2k\right)$, as we are choosing 2k times and are looking for 2 specials (a pair) out of a population of 2n.
$E\left(X\right)=E\left(\frac{1}{2}\sum_{i=1}^{2k}X_{i}\right)=\frac{1}{2}\sum_{i=1}^{2k}E\left(X_{i}\right)=\frac{1}{2}\sum_{i=1}^{2k}2k\cdot\frac{2}{2n}=\frac{2}{4n}\cdot\left(2k\right)^{2}$
first of all, I'm not sure that $X=X_{i}$, the whole notion of indicators is very confusing to me.. I'm also not confident that $X_{i}$ has an HG distribution. I was wondering if I could get tips on how to approach these type of questions, as I feel quiet lost
The following is a derivation of the expected value of the number of pairs, using the indicator method.
Number the pairs from $1$ to $n$, and define $$X_i = \begin{cases} 1 \qquad \text{if pair i is included in the delegation} \\ 0 \qquad \text{otherwise} \end{cases}$$ for $1 \le i \le n$. Then $$P(X_i = 1) = \frac{(2k)(2k-1)}{(2n)(2n-1)}$$ so applying linearity of expectation, the expected number of pairs in the delegation is $$E \left( \sum_{n=1}^n X_i \right) = \sum_{n=1}^n E(X_i) = n \cdot \frac{(2k)(2k-1)}{(2n)(2n-1)} = \frac{k(2k-1)}{2n-1}$$ Just a hint on finding the variance by the indicator method: the first step is to find $E(\sum_{i<j} X_i X_j)$.