This is a problem dealing with permutations and combinations. Order does not matter in this problem. Since order doesn't matter, it is a combination. Repetition matters, since you can't have the same person count as two people.
There are twelve slots.
_ _ _ _ _ _ _ _ _ _ _ _
Each slot needs to be multiplied by the next.
_*_*_*_*_*_*_*_*_*_*_*_
Now we have to fill in the slots. Each slot will be filled with a number one less than the one before it. It has to be one less, since repetition matters. The numbers will be decreasing from 30, since there are 30 possible people.