Q1.
Using the pattern above, find 36², given that 35² = 1225.
Answer
1225 is the sum of the first 35 odd numbers, so 362 is that sum plus the 36th odd number.
36th odd number = 2 × 36 – 1 = 71
362 = 1225 + 71 = 1296
362 = 1225 + 71 = 1296
Why it happens: Since the sum of the first n odd numbers is n2, going from 352 to 362 means adding just one more term of that series. The same step in algebra: (n + 1)2 = n2 + 2n + 1, and here 2 × 35 + 1 = 71.
Check it yourself: 36 × 36 = 36 × 30 + 36 × 6 = 1080 + 216 = 1296. ✓