Step 1 :The problem is asking us to find the number of ways a committee of 4 people can be formed from a group of 5 people, which includes a president and four vice-presidents.
Step 2 :This is a combination problem, where we are choosing 4 people out of 5. The order does not matter and we are not replacing.
Step 3 :The formula for combinations is \(C(n, k) = \frac{n!}{k!(n-k)!}\), where n is the total number of options, k is the number of options chosen, and ! denotes factorial.
Step 4 :In this case, n=5 (the president and four vice-presidents) and k=4 (the size of the committee).
Step 5 :Substituting the values into the formula, we get \(C(5, 4) = \frac{5!}{4!(5-4)!}\).
Step 6 :Solving the above expression, we find that there are 5 ways to form a 4-person committee from a group of 5 people.
Step 7 :Final Answer: \(\boxed{5}\)