Analyzing the Setup
Imagine you are standing before a long, complex-looking series. It is easy to feel overwhelmed by the sheer number of terms, but as a mathematician, your job is to look past the noise and find the underlying structure.
The series given is S=(100)(100)+(99)(101)+(98)(102)+⋯+(1)(199).
At first glance, it is just a collection of products. However, the first number in each pair is decreasing, while the second is increasing. This pattern is the heartbeat of the problem.
The General Term
The Key to the Kingdom
To master this series, we must define its general term, Tr. By observing the pattern, we can express the r-th term as Tr=(100−r)(100+r), where r ranges from 0 to 99.
This is where the magic happens. We are not just adding numbers; we are manipulating algebraic forms. By applying the difference of squares identity, (a−b)(a+b)=a2−b2, our general term simplifies beautifully:
Suddenly, the complexity vanishes, replaced by a simple subtraction.
The Power of Summation
Now that we have our simplified general term, we can express the entire sum S using Sigma notation:
Because Sigma is a linear operator, we can split this into two distinct parts:
The first part is a constant sum. We are adding 1002 to itself 100 times (from r=0 to 99), which gives us 100×1002=1003.
The second part is the classic sum of squares, using the formula ∑k=1nk2=6n(n+1)(2n+1). Substituting n=99, we get:
The Final Synthesis
Combining these, we find S=1003−199×1650. Comparing this to the form 100α−199β, we identify α=3 and β=1650.
The final step is to find the slope of the line passing through (3,1650) and the origin (0,0). The slope m is calculated as:
Even when a problem contains a typo, your ability to derive the truth through logic is what defines you as a JEE aspirant. You have navigated the complexity, simplified the expression, and arrived at the truth. The final result is 550.