Answer:
42,504
Explanation:
When order matters, it is a permutation problem, and the answer is a bigger number.
When order does not matter, it is a combination problem, and the answer is a smaller number.
Since order does not matter, you need to calculate 24C5.
nCr = (n!)/[(n - r)!r!]
24C5 = (24!)/[(24 - 5)! × 5!]
24C5 = (24 × 23 × 22 × 21 × 20)/(5 × 4 × 3 × 2 × 1)
24C5 = 42,504