I have $52$ cards from $4$ series ($13 \times 4=52 \text{ cards}$). Each series are numbered from $1$ to $13$. In how many possible ways you can draw from the deck $6$ cards, so that all your six cards has two numbers exactly?
My answer:
First card - $\binom{13}{1} \cdot \binom{8}{4}$ (choosing from the $8$ possibilities, $4$ places I can put my cards. choosing $4$ because I can't have more than $4$ cards of the same number)
Second card - $\binom{13}{1} \cdot \binom{7}{4}$ (same, but $7$)
Total - First card + Second card
Not quite sure about my answer. I am pretty sure I am counting more than there is. Help will be much appreciated.