prove that the fast squaring trick for two-digit numbers ending in 5 works. the trick: if you have a 2-digit number that ends in 5, to square it take its first digit x, multiply it by (x 1) and write 25 at the end. for example, to square 35, compute 3∙4