In how many ways can a committee of 5 members be selected from 6 men and 4 women if the committee must contain at least 2 women?
Note: This is a standard FBISE-style combinations problem. Adjust the numbers if your textbook states different values.
The number of ways to choose items from distinct items (order does not matter) is:
We need a committee of 5 from 6 men and 4 women with at least 2 women.
"At least 2 women" means: exactly 2 women, exactly 3 women, or exactly 4 women.
| Concept | Description |
|---|---|
| Combination | Selection where order does not matter |
| "At least" condition | Split into cases and add the results |
| Multiplication principle | Multiply choices for independent selections |