This is a combination problem, since the order in which the VPs are selected does not matter.
The formula for combinations is:
$$C(n, k) = \frac{n!}{k!(n-k)!}$$
where n is the total number of items, k is the number of items to choose, and ! denotes the factorial.
Show more…