Every number here ends in 5, so Śhrīdharāchārya’s form a² = (a + b)(a − b) + b² with b = 5 is the right tool.
65² = 70 × 60 + 25 = 4200 + 25 = 4225
85² = 90 × 80 + 25 = 7200 + 25 = 7225
105² = 110 × 100 + 25 = 11000 + 25 = 11025
The pattern. Every answer ends in 25, and the digits in front are the tens digit multiplied by the next whole number:
| Number | n | n(n + 1) | Square |
|---|---|---|---|
| 35 | 3 | 3 × 4 = 12 | 1225 |
| 65 | 6 | 6 × 7 = 42 | 4225 |
| 85 | 8 | 8 × 9 = 72 | 7225 |
| 105 | 10 | 10 × 11 = 110 | 11025 |
= 100n² + 100n + 25
= 100·n(n + 1) + 25
The term 100·n(n + 1) simply writes n(n + 1) two places to the left, and the +25 fills the last two places. So “n times n + 1, then write 25” is exactly the identity in disguise.