Here's the third one
From any of the 13 ranks we want to choose any 2 of them
And from each rank we want to choose and 2 of 4 cards
And from the other 44 remaining cards, we want to choose 1 of them
So....the total number of pairs are
C(13,2) * C(4,2)^2 * C(44,1) = 123,552
