Secrets of the Mathematical Ninja: Squaring three-digit numbers (Part II)
In part I, I showed you how to square a three-digit number in your head by squaring the first digit, adding double the cross-product (the first digit times by the other two digits) and adding the square of the final digits, with appropriate shifting.
Now, what about something like
That’s much easier, and it works the same way. Let me walk you through it:
; shifting it and adding on, I get 6368. , making 636804
(Note that I write that last bit as 04 - because I’m mentally moving each sum two places to the left, I don’t want to miss out the 0 in the answer!)
The advantages of this way over the way in part 1 is that you only need to know your squares up to 50, which is much less to learn. The taking away needs a bit of practice, but it’s not all that bad.
But wait, there’s more! Next week, I’ll show you how to make your workload even less by using half-hundreds.