What is the probability that a hand of five cards chosen randomly and without replacement from a standard deck of 52 cards contains the ace of hearts, exactly one other ace, and exactly two kings?
I have the following solution for this problem.
1*3*3*4/(52*51*50*49) = 3/541450
Is this correct, if no, how should I approach it?
You have assumed the ace of hearts is the first card drawn and (I suspect) the first $3$ is for the other ace, which you require to be the second card drawn. It could be you draw a king first, the stray card second, then the two aces and the other king. You need to account for all the orders you can draw the acceptable hands. Also the fifth card needs not to be an ace or king, so there are not $48$ choices for it.