In a group of 6 boys and 4 girls, four children are to be selected. In how…
2025
In a group of 6 boys and 4 girls, four children are to be selected. In how many different ways can they be selected such that at least one boy should be there?
- A.
210
- B.
209
- C.
202
- D.
250
Show answer & explanation
Correct answer: B
Concept: When a selection must satisfy an “at least one” condition, use complementary counting — find the total number of unrestricted selections and subtract the selections that violate the condition. This works because every unrestricted selection falls into exactly one of the two groups: those meeting the condition, and those that don't.
Application — this question:
Total children available: 6 boys + 4 girls = 10. Choosing any 4 of them without restriction gives 10C4 ways.
10C4 = 10! / (4! × 6!) = 210.
The “at least one boy” condition is violated only when all 4 selected children are girls — that means choosing all 4 available girls: 4C4 = 1 way.
Ways with at least one boy = Total − All-girls case = 210 − 1 = 209.
Cross-check — case-by-case (boys count vs. girls count) confirms the same total:
Boys selected | Girls selected | Ways |
|---|---|---|
1 | 3 | 6C1 × 4C3 = 6 × 4 = 24 |
2 | 2 | 6C2 × 4C2 = 15 × 6 = 90 |
3 | 1 | 6C3 × 4C1 = 20 × 4 = 80 |
4 | 0 | 6C4 × 4C0 = 15 × 1 = 15 |
Sum of all cases = 24 + 90 + 80 + 15 = 209, matching the complementary-counting result above.