Exercise 6.2 — Question 23
How many committees of 5 members can be formed from a group of 8 people?
Note: This is a standard FBISE Exercise 6.2 Q.23 type problem on combinations. If the exact problem statement differs in your textbook, apply the same method below.
The number of ways to choose r items from n items (without regard to order) is given by:
(rn)=r!(n−r)!n!
We need to choose 5 members from 8 people. Order does not matter (a committee is a combination, not a permutation).
(58)=5!(8−5)!8!=5!⋅3!8!
Expanding:
=5!×3×2×18×7×6×5!=68×7×6=6336=56
Answer: 56 committees can be formed.
- A permutation is used when order matters (e.g., arranging people in seats).
- A combination is used when order does not matter (e.g., selecting a committee, a team, or a group).
- Since committee members have no ranked positions, we use (rn).
- Identify n (total items) and r (items to choose).
- Confirm order does not matter → use combination formula.
- Apply (rn)=r!(n−r)!n!.
- Simplify by cancelling the larger factorial.