Analyzing the Setup
Imagine you are standing in a vast, open field, and before you, stretching toward the horizon, are one hundred rectangles. Each one is slightly different from the last, yet they are all bound by a hidden, rhythmic order.
We are dealing with two arithmetic progressions: one for the lengths, li, and one for the widths, wi. As we move from the first rectangle to the hundredth, the dimensions grow with a steady, predictable pulse.
The length of the i-th rectangle is given by li=l1+(i−1)d1, and the width is wi=w1+(i−1)d2. When we calculate the area Ai=li⋅wi, we are multiplying two linear expressions.
The Quadratic Trap
Expanding the product Ai=(l1+(i−1)d1)(w1+(i−1)d2) reveals a structure containing a constant term, a term linear in (i−1), and a term quadratic in (i−1):
Ai=l1w1+(i−1)(l1d2+w1d1)+(i−1)2d1d2
We are given that d1d2=10. Let us define a new constant, K=l1d2+w1d1. Our area formula now simplifies to:
Ai=l1w1+(i−1)K+10(i−1)2
This reduction transforms a complex expression into a simple quadratic in terms of (i−1).
The Power of Subtraction
We are given that A51−A50=1000. Applying our formula, where for i=51 we have (i−1)=50 and for i=50 we have (i−1)=49, the constant l1w1 vanishes:
A51−A50=(50K−49K)+10(502−492)=1000
This simplifies to K+10(502−492)=1000. Using the difference of squares identity, 502−492=(50−49)(50+49)=99.
Substituting this back, we find K+10(99)=1000, which yields K=10. We have successfully unlocked the secret of the progression.
The Final Leap
Now, we calculate the target value A100−A90. Applying the same logic, the constant l1w1 cancels out:
A100−A90=(99K−89K)+10(992−892)
Substituting K=10 into the expression, we obtain:
A100−A90=10(10)+10(992−892)
Using the difference of squares identity again, 992−892=(99−89)(99+89)=10×188=1880. Our final calculation is:
A100−A90=100+10(1880)=100+18800=18900
The final result is 18900.