Find the probability of drawing an Ace of Heart, two cards of Number 7 and two Face Cards; Without replacement and In any order!
I knew the correct answer is (use combination formula nCr)
$$ P(E)= \frac{\#E}{\#S} = \frac{1C1\cdot4C2\cdot12C2}{52C5} = \frac{1\cdot6\cdot66}{2598960} =\frac{33}{216580}= 0.0001524 $$
I try an alternative method based on similar approach by Cyllinidra from one of the question in stackexchange.
The Probability of getting a Ace of Heart and then two number 7 cards in order and then two Face cards in order is
$$P(E) =\frac{1\cdot4\cdot3\cdot12\cdot11}{52\cdot51\cdot50\cdot49\cdot48} ~~~~~\text{(assume the order matters!)}$$
As the five cards are selected In Any Order, there are $nPn=5P5=5!=120 $ orders that give me an Ace of Heart, two number 7 cards and two face cards.
Typical sample points:
$$\{(AH, 7a, 7b, Fa, Fb), (AH, 7a, 7b, Fb, Fa), (AH, 7b, 7a, Fa, Fb), (AH, 7b, 7a, Fb, Fa), \dots\}
$$
So, I take the original probability and multiply by 120
$$
P(E) =\left[\frac{1\cdot4\cdot3\cdot12\cdot11}{52\cdot51\cdot50\cdot49\cdot48}\right]\cdot120 = \frac{33}{54145} = 0.00060947.
$$
This answer is exactly 4 times greater than the correct answer.
I think the $nPn=5P5=5!=120$ is incorrect! But I cannot explain myself.