I discovered a way to square two digit numbers that end in 5

No.11791445 ViewReplyOriginalReport
If you have a number ending in five:

You can just take the string of digits before the 5, square it, multiply it by 100 and add 100 times the initial string of digits. Finally you add the 25.
For example:

When you type 35*35 into Google it tells you 1225, which proves that this works, but I don't know.