Probability (FH) = Number of ways to get 3 of a kind * Number of ways to get 2 of a kind of a different card divided by the number of ways to get 5 cards from 52.
13 card values to get a TOK * 4 ways to pull 3 cards out of 4 * 12 card values to get 2 cards(can't be same a as TOK) * combination of 4 cards 2 at a time = 4*3/2 = 6
13*4*12*6/ 52C5 = 3744/2598960 = .00144 nCk = n!/(k!(n-k)!)
The formal way:
13C1 4C3 12C1 4C2 / 52C5