Draw 5 cards from a deck of 32 cards (8 of each suit). $X$ counts the number of hearts.
For $k\in\lbrace 0,...,5\rbrace $ I have $P(X=k)=\frac{C_8^k C_{24}^{5-k}}{C_{32}^5}$.
I'm supposed to "calculate" $E(X)$. I really can't see what more I can do than write it from the very definition : $E(X)=\Sigma_{k=0}^5k\frac{C_8^k C_{24}^{5-k}}{C_{32}^5}$
Does this turn out to have a simpler expression ?
The expected number of hearts must equal the expected number of any other suit.
The sum of the expected numbers for all 4 suits must equal the number of cards chosen i.e. 5.
The expected number of hearts therefore equals $\frac{5}{4}.$