The probability of getting a hand with two pairs in poker is $C^{13}_2 \cdot C^4_2 \cdot C^4_2 \cdot 11 \cdot C^4_1.$
When I first started calculating the probability, I thought it was:
$$\binom{13}{1} \times \binom{4}{2} \times \binom{12}{1} \times \binom{4}{2} \times \binom{11}{1} \times \binom{4}{1}$$
Would someone please explain why my first thought is wrong? Since in the second part, you have already picked a pair, and there are only 12 ranks left to choose from to make the second pair.