Square any two digit number.
{% scaleimage l4_example.png %}
Square each digit and place the answers side-by-side.
If a square is a single digit number
place a zero in front of it.
Multiply the digits of the number being squared.
Double the answer in step 2 and add a zero to the end.
Add the results of step 1 and step 3.