Analyzing the Setup
Imagine you are standing in a classroom, looking at a group of b boys and g girls. We are tasked with selecting a committee of 3 boys and 2 girls, and we are told there are exactly 168 ways to do this.
We start by translating the physical act of selection into the language of combinations. The number of ways to choose 3 boys from b is given by the combination formula bC3, and the number of ways to choose 2 girls from g is gC2.
Because these two selections are independent parts of the same committee, we multiply them:
bC3×gC2=168
The Algebraic Landscape
Now, let us expand these terms using the definition
nCr=r!(n−r)!n!. For our boys, this becomes:
3×2×1b(b−1)(b−2)=6b(b−1)(b−2)
For the girls, it is:
2×1g(g−1)=2g(g−1)
Substituting these into our equation, we get:
6b(b−1)(b−2)×2g(g−1)=168
Multiplying the denominators,
6×2=12, we can cross-multiply to clear the fraction:
b(b−1)(b−2)×g(g−1)=168×12
This gives us the product:
b(b−1)(b−2)×g(g−1)=2016
The Detective Work
Prime Factorization
We have a product of three consecutive integers and two consecutive integers equal to
2016. To solve for
b and
g, we break
2016 into its prime factors:
2016=25×32×7=32×9×7
We need to rearrange these factors into a product of three consecutive integers and two consecutive integers. We look for a sequence of three consecutive integers, such as 8,7,6.
We can manipulate the factors as follows:
32×9×7=(8×4)×(3×3)×7
(8×7)×(4×3)×(3)=(8×7×6)×(3×2)
Thus, we have:
(8×7×6)×(3×2)=2016
The Elegant Conclusion
By comparing our expanded equation b(b−1)(b−2)×g(g−1) with our factored result (8×7×6)×(3×2), we can clearly see that b=8 and g=3.
The final step is to calculate the value requested:
b+3g. Substituting our values, we get:
8+3(3)=8+9=17
The final answer is 17.