How to square all 2 digit numbers that end in 5:

Multiply the first digit by the NEXT HIGHEST NUMBER and then put 25 at the end.
Example: 35 squared: 3*4 = 12 so 35 squared = 1225.
Example: 95 squared: 9*10 = 90 so 95 squared = 9025.