Question:medium

If six persons are to be selected to form a committee from a group of seven women and four men so that at least three women are there on the committee, then the number of ways it can be done, is

Show Hint

Logic Tip: A faster way using complements: Calculate total unrestricted combinations ($^{11}C_6 = 462$) and subtract the invalid cases. The only invalid cases are those with fewer than 3 women: 2W/4M ($^7C_2 \cdot ^4C_4 = 21 \cdot 1 = 21$). $462 - 21 = 441$.
Updated On: Apr 27, 2026
  • 641
  • 545
  • 591
  • 441
  • 139
Show Solution

The Correct Option is D

Solution and Explanation

Was this answer helpful?
0