How many sequences $a_1, a_2, a_3, a_4, a_5$ satisfying $a_1 < a_2 < a_3 < a_4 < a_5$ can be formed if each $a_i$ must be chosen from the set $\{1, 2, 3, …, 9\}$?
What I can determine so far: Order matters, making this a permutation. $a_1$ cannot be a number larger than $5$, otherwise there would not be enough larger numbers to fulfill the condition that $a_1 < a_2 < a_3 < a_4 < a_5$. Does this imply 5 individual cases? At the same time, there needs to be a number to fill in each space. I'm stumped.
HINT
Notice that for any $5$ different numbers there is one and only way to put them into a valid sequence.
So, the number of possible sequences simply equals the number of ways you can pick $5$ numbers out of the $9$ numbers, ... which I am sure you can figure out.