The image contains handwritten text: "7w Sm" and "4 member commit". It seems the problem wants us to figure out how many small committees can be formed if you have a total of 7 people and each committee consists of 4 members. This is a combination problem.
2025/6/18
1. Problem Description
The image contains handwritten text: "7w Sm" and "4 member commit". It seems the problem wants us to figure out how many small committees can be formed if you have a total of 7 people and each committee consists of 4 members. This is a combination problem.
2. Solution Steps
We need to calculate the number of ways to choose 4 members from a group of
7. This is a combination problem, because the order in which the members are chosen does not matter. The formula for combinations is:
where is the total number of items (in this case, 7 people), and is the number of items to choose (in this case, 4 members).
denotes the factorial of n, which is the product of all positive integers up to n.
Plugging in the values and into the formula, we get:
3. Final Answer
There are 35 possible 4-member committees that can be formed from a group of 7 people.