When we need to know how many combinations we can get from a number of objects and the order is relevant, one could use "permutations". The formula is:
Where k is the number of permutations, n is the total number of objects and r is the number of those you want to choose. In this exercise, we set n=9, r=4.
Therefore, we could choose president, vice-president, secretary, and treasurer in 3024 ways from a club of 9 people. Answer B.