DISCLAIMER: this is a question already on the site, but I am seeking to gain clarity on a different approach to this problem.
Question is the probability of a full house (i.e., $3$ of a kind + $2$ of another kind) when drawing 5 cards at random from a standard deck of $52$ cards.
Solution 1) $$P(Full\ House) = \frac{13 \cdot 4C3 \cdot 12 \cdot 4C2}{52C5}$$
Solution 2) $$P(Full\ House) = \frac{52}{52} \cdot \frac{3}{51} \cdot \frac{2}{50} \cdot \frac{48}{49} \cdot \frac{3}{48}$$
Solution 1 provides the correct answer; however, solution 2 is incorrect by a factor of $10$. I believe I might need to introduce $5C2\ or\ 5C3 = 10$ into solution 2 to correct for the discrepancy, but I am unsure as to what the reasoning behind this might be.
What is the reason for the difference between solution 1 versus solution 2?