fstwrx wrote:
I was trying to find out a way to take squares of smaller digits inside of the larger number. Adding a 0 to the last digit and multiplying by 2 seems weird but this method works for every 2 digit number. Does anybody know how this method can be used for numbers greater than 2 digits? It seems like it could be useful for finding square roots and squares.
You're actually just using this well-known factoring pattern (which shows up in all kinds of places on the GMAT) -
(x + y)^2 = x^2 + 2xy + y^2
So, using this with x = 10, y = 9, we have:
19^2 = (10 + 9)^2 = 10^2 + 2*10*9 + 9^2 = 10^2 + 9^2 + 2*90
Of course you can use that with any number at all; it's just that the calculations get messier the more complicated the number. Still, something like 101^2 is easy enough to compute:
101^2 = (100 + 1)^2 = 100^2 + 2*100*1 + 1^2 = 10,201
It's still going to be awkward to calculate something like 387^2, but you don't ever need to do that type of thing on the GMAT anyway, fortunately (it would be quite a boring test if you did!).
For online GMAT math tutoring, or to buy my higher-level Quant books and problem sets, contact me at ianstewartgmat at gmail.com
ianstewartgmat.com