Square any 2-digit number ending in 5.
Example
{% scaleimage l3_example.png %}
Step 1
Multiply the first digit by itself plus one.
7 x 8 = 56
Step 2
Place the number 25 on the end of the result
{% scaleimage l3_step2.png %}