J's answer to charissa's Secondary 2 Maths Singapore question.

done {{ upvoteCount }} Upvotes
clear {{ downvoteCount * -1 }} Downvotes
J
J's answer
1022 answers (A Helpful Person)
You have already shown it.
The result is 20n, which means it is the product of 20 and n. In other words, it is a multiple of 20 since it is 20 × n.
So for all n, (5n + 1)² - (5n - 1)² is a multiple of 20.
Alternative way to show the working without expanding both terms : use the property a² - b² = (a + b)(a - b)
(5n + 1)² - (5n - 1)² = (5n + 1 + (5n - 1))(5n + 1 - (5n - 1))
= (5n + 1 + 5n - 1)(5n + 1 - 5n + 1)
= (10n)(2)
= 20n