The Elegance of Algebraic Blocks
Welcome, future engineer! Today, we are going to dismantle a beautiful problem involving a Geometric Progression (G.P.).
Many students look at a problem like this and immediately reach for the standard formulas to find the first term a and the common ratio r. While that is a valid path, it is often the 'scenic route'—long, winding, and full of potential pitfalls.
Instead, we are going to use the 'JEE Advanced' approach: identifying the hidden structure and manipulating it with surgical precision.
Phase 1
Decoding the G.P.
We start with a G.P. where the terms are increasing and positive. This gives us two vital constraints: a>0 and r>1.
The general term is defined as an=arn−1. Our goal is to find the value of 6(a2+a4)(a4+a6).
Phase 2
The Product Trap
The problem gives us the product of the third and fifth terms: a3⋅a5=91. Substituting our general term formula, we get:
Simplifying this, we arrive at a2r6=91.
Here is the moment of insight. Notice that a2r6 is a perfect square: (ar3)2=91.
Since we know a and r are positive, we can safely take the square root to get ar3=31. This is our first 'block'. Keep this value safe; it is the key to the entire problem.
Phase 3
The Sum Manipulation
Next, we look at the sum condition: a6+a8=2. Substituting the general terms, we get ar5+ar7=2.
Now, instead of solving for a, we look for our block ar3. We can factor it out:
See the beauty? By substituting ar3=31, the equation becomes 31(r2+r4)=2.
Multiplying by 3, we get r4+r2=6, or r4+r2−6=0. This is just a quadratic equation in disguise!
Letting x=r2, we have x2+x−6=0, which factors into (x+3)(x−2)=0. Since r2 must be positive, we reject −3 and accept r2=2.
Phase 4
The Final Assembly
Finally, we evaluate 6(a2+a4)(a4+a6). Expanding this, we get 6(ar+ar3)(ar3+ar5).
We can rewrite this using our blocks:
6(r2ar3+ar3)(ar3+ar3⋅r2)
Substituting ar3=31 and r2=2, the expression becomes:
This simplifies to:
6(61+31)(31+32)=6(21)(1)=3
And there you have it! By focusing on the structure rather than the individual variables, we turned a daunting algebraic expression into a simple, elegant calculation.
Keep this 'block' strategy in your toolkit—it is exactly how you conquer the toughest JEE problems. The final answer is 3.