A standard 52-card deck of cards is shuffled and then a hand of 10 cards is dealt from the deck.
How many different outcomes are possible that have exactly $2$ pairs, and all other cards of different ranks?
Note that a pair consists of two cards of the same rank, and each pair must be of a different rank. An example of a 5-card hand with 2 pairs is: 7 of hearts, 7 of clubs, 9 of diamonds, 9 of clubs, and Queen of spades.
It seems we cannot choose two of the same pair first i start by choosing the two numbers that i will hold pairs of then discount the 8 cards from selection. Then i have 44 left 40 etc. i think i need to multiply by one over 6! to account for the ordering of the numbers i have i selected ?
$${{13}\choose {2}}\cdot44\cdot 40\cdot 36\cdot 32\cdot 28\cdot 24 \cdot \frac{1}{6!} = 147603456$$
I guess my confusion is i could draw the same 10 card hand say say i draw 5 6 7 8 9 3 if i drew 3 5 6 7 8 9 its the same 10 card hand in the end how do i fix that?
You forgot to choose which pairs of cards exactly you take from the two ranks first selected: factor ${4 \choose 2}{4 \choose 2}$.
Otherwise it is perfect.