For any AP, if blocks of equal number of terms (n) are summed consecutively, the block sums themselves form a new Arithmetic Progression whose common difference is n^2d.
• Sum of first 10 terms (S_first 10) = 210
• Sum of next 10 terms (S_next 10) = 610
The difference between these two consecutive block sums is: 610 - 210 = 400.
According to the property: n^2d = 400 (10)^2 d = 400 100d = 400 d = 4. This property avoids setting up large simultaneous equations entirely!