A project committee of members is to be selected from a pool of senior engineers and junior engineers, where . The committee must contain at least one senior engineer and at least one junior engineer. If there are exactly different possible ways to select the committee, what is the value of ?
- A4
- 5Cevap
- C6
- D7
- E8
Cevap
The value of is 5.
Using complementary counting, the total number of ways to pick any 4 members from the total engineers is . The condition requires at least one senior engineer and at least one junior engineer. The invalid cases are when all 4 are junior engineers (which can occur in ways) or all 4 are senior engineers (which can occur in ways). Setting up the equation: , which simplifies to . Testing gives , which matches the given condition.
Adım Adım Çözüm
Anahtar Kavram
Group selections with constraints using complementary counting: .