Analyzing the Setup
Welcome, future engineer! Today, we are exploring the elegant architecture of the Binomial Theorem. We are given the expansion of (1+x)n+5, where three consecutive coefficients exist in the ratio 5:10:14.
Our mission is to uncover the value of n and identify the largest coefficient in this expansion. Let N=n+5 represent the total power of the binomial.
The Ratio Strategy
Let the three consecutive coefficients be NCr, NCr+1, and NCr+2. The ratio of the first two is 5:10, which simplifies to 1:2.
Using the property NCr+1NCr=N−rr+1, we substitute our values:
Cross-multiplying gives 2(r+1)=n+5−r, which simplifies to the first linear equation:
The Algebraic Dance
Next, we use the ratio of the second and third coefficients, which is 10:14, or 5:7. Applying the ratio property NCr+2NCr+1=N−(r+1)r+2, we get:
Cross-multiplying yields 7(r+2)=5(n+4−r). Expanding this results in 7r+14=5n+20−5r, which rearranges to:
We now have a system of two equations: 3r=n+3 and 12r=5n+6. Multiplying the first equation by 4 gives 12r=4n+12.
Substituting this into the second equation, we find 4n+12=5n+6, which leads us directly to n=6.
The Symmetry of Pascal's Triangle
With n=6, our expansion becomes (1+x)11. In the expansion of (1+x)N, the coefficients increase until they reach the middle and then decrease.
Because N=11 is an odd number, there are two middle terms. These occur at r=2N−1 and r=2N+1, which correspond to r=5 and r=6.
The largest coefficients are 11C5 and 11C6. Due to the symmetry of binomial coefficients, these two values are identical.
We calculate 11C6 as follows:
11C6=6!5!11!=5×4×3×2×111×10×9×8×7
After cancellation, we arrive at 11×3×2×7=462. The largest coefficient in the expansion is 462.