I am analyzing solution to the below problem (variation of the problem)
4 cards are drawn from the 97 card deck. What is probability that they are drawn in ascending order?
The proposed solution says that the probability is $$1 * \frac{1}{2} * \frac{1}{3} * \frac{1}{4} = \frac{1}{4!} $$ regardless of number of cards in the stack.
I don't understand the solution.
How the cases where the same cards (AA, KK etc) are drawn are reflected in the calculation?
Why the number of cards in the deck doesn't play a role. Intuitively more cards in the deck would translate in more combinations.
Can anybody explain please?