Analyzing the Setup
Imagine you are standing at the threshold of a binomial expansion, looking at the expression (1+x)n. The coefficients are the heartbeat of this expansion.
Using the general term formula Tr+1=nCrxr, we identify the key players:
The 2nd term (r=1) gives us nC1.
The 3rd term (r=2) gives us nC2.
* The 4th term (r=3) gives us nC3.
The A.P
Bridge
The problem states that these three coefficients are in an Arithmetic Progression. If three numbers a,b,c are in A.P., then 2b=a+c.
Applying this to our coefficients, we obtain the following equation:
2(nC2)=nC1+nC3
This equation is the key that unlocks the value of n. It is a mathematical statement of balance.
The Algebraic Dance
We translate these combinations into the language of algebra using the standard definitions:
nC1=n,nC2=2n(n−1),nC3=6n(n−1)(n−2)
Substituting these into our A.P. equation, we get:
2(2n(n−1))=n+6n(n−1)(n−2)
The left side simplifies to
n(n−1). Since we are dealing with a 4th term, we know
n≥3, so
$n
eq 0$. We can safely divide the entire equation by
n:
(n−1)=1+6(n−1)(n−2)
Clearing the denominator by multiplying by
6, we transform the equation:
6(n−1)=6+(n−1)(n−2)
Expanding the right side yields:
6n−6=6+n2−3n+2
Bringing all terms to one side, we arrive at the quadratic equation:
n2−9n+14=0
The Final Wisdom
Factorizing this quadratic, we look for two numbers that multiply to 14 and add to −9. The numbers −7 and −2 fit perfectly.
Thus, we have:
(n−7)(n−2)=0
This gives us two potential solutions: n=7 and n=2. However, we must respect our constraints.
The problem requires a 4th term, which is impossible if n=2. Therefore, we reject n=2 and embrace n=7 as our final, triumphant answer.