Analyzing the Sequence Anatomy
First, let us count our markers. It is a common pitfall to look at the last term, 1+100d, and assume there are 100 terms.
But look closer at the coefficients of d: they start at 0 (for the first term 1) and end at 100. Counting from 0 to 100 gives us exactly n=101 terms. This is our first victory.
Finding the Center
In any symmetric sequence like an Arithmetic Progression (AP), the mean xˉ is the exact middle. The formula for the mean is:
xˉ=2First term+Last term
Substituting our values, we get:
xˉ=21+(1+100d)=22+100d=1+50d
This value, 1+50d, represents the heart of our sequence and the balance point.
The Geometry of Deviation
The Mean Deviation (MD) is defined as:
For any term xk=1+kd, the deviation from the mean is:
This tells us that the distance of each point from the mean is simply the distance of its index k from 50, scaled by d.
The Symmetry Trick
Now, let us sum these deviations. We need to calculate:
d×k=0∑100∣k−50∣=d×(∣0−50∣+∣1−50∣+⋯+∣49−50∣+∣50−50∣+∣51−50∣+⋯+∣100−50∣)
Notice the beautiful symmetry! The terms ∣0−50∣ and ∣100−50∣ are both 50. The terms ∣1−50∣ and ∣99−50∣ are both 49. This continues until we reach the middle term, which is 0.
We can rewrite this sum as:
Using the sum of the first n natural numbers formula, 2n(n+1), where n=50, we get:
Final Calculation
We are given that the Mean Deviation is 255. So, we set up our final equation:
Dividing both sides by 255, we get:
This leads us directly to 10d=101, which yields the final result:
d=10.1