Help would be much appreciated!
In a poker game five cards are dealt at random from an ordinary deck of 52 playing cards. Find the probability of: “Two pairs”, where the number of face value of the pairs are distinct, and the remaining card has a different number or face value than either of the two pairs.
My solution: $((4/52)*(3/51)*(4/50)*(3/49)*(44/48))*13*nCr(???)$ Not sure if my approach is right.
The probability to have "two pairs" in a hand of $5$ cards should be $$\frac{\overbrace{\binom{13}{2}}^{\mbox{values of the pairs}}\cdot \overbrace{\binom{4}{2}^2}^{\mbox{suits of the pairs}}\cdot \overbrace{(52-2\cdot 4)}^{\mbox{remaining card}}}{\binom{52}{5}}= \frac{198}{4165}\approx 0.047539$$