The Dance of Binomial Coefficients
A Journey into A.P.
Welcome, future engineer. Today, we are going to unravel a problem that sits at the beautiful intersection of sequences and combinatorics. It is a classic JEE Advanced problem that tests not just your knowledge of formulas, but your ability to navigate algebraic complexity with grace.
We are looking at three binomial coefficients: (4n), (5n), and (6n), and we are told they exist in an Arithmetic Progression (A.P.). Let us dive in.
Phase 1
The Bridge of A.P.
Before we touch a single factorial, we must respect the structure of the problem. If we have three terms a,b,c in an arithmetic progression, the middle term b is the arithmetic mean of the other two.
Mathematically, this is expressed as 2b=a+c. For our specific problem, this translates to the elegant equation:
This is the bridge that connects the world of sequences to the world of combinations.
Phase 2
The Factorial Jungle
Now, we enter the forest of factorials. The definition of a combination is (rn)=r!(n−r)!n!. When we substitute this into our equation, it looks intimidating:
2×5!(n−5)!n!=4!(n−4)!n!+6!(n−6)!n!
I know, it looks like a mess of symbols. But take a deep breath. Look at the numerators; every single term contains n!.
This is the universe giving us a gift! We can divide the entire equation by n!, effectively vanishing it from existence. We are left with:
5!(n−5)!2=4!(n−4)!1+6!(n−6)!1
Phase 3
The Great Simplification
This is where the true artistry of algebra comes in. We need to clear these denominators by expressing the larger factorials in terms of the smaller ones.
For the constants, we note that 5!=5×4! and 6!=6×5×4!=30×4!. For the variable terms, we observe that (n−6)! is the smallest.
We write (n−5)!=(n−5)×(n−6)! and (n−4)!=(n−4)×(n−5)×(n−6)!. When we substitute these back, the common terms 4! and (n−6)! appear in every denominator.
Multiplying the entire equation by 4!(n−6)! allows us to banish them. We are left with a clean, manageable rational equation:
5(n−5)2=(n−4)(n−5)1+301
Phase 4
The Quadratic Climax
We are in the home stretch. To clear the fractions, we multiply by the least common multiple, 30(n−4)(n−5). This transforms our rational equation into a standard quadratic:
Expanding this, we get 12n−48=30+n2−9n+20. Rearranging everything to one side, we arrive at the beautiful quadratic equation:
Factoring this, we find (n−14)(n−7)=0. This gives us two potential values for n: 14 and 7.
Since the binomial coefficients (4n),(5n),(6n) require n≥6, both are mathematically valid, but n=14 and n=7 are the solutions. You have successfully navigated the complexity and arrived at the truth. Keep this confidence; it is the hallmark of a true problem solver.