|
|
|
|
|
by opsunit
1226 days ago
|
|
> We start by finding a number that forms a perfect square that is close to 33. Here, let’s pick g=6, since 6^2=36. As somebody who is numerically essentially blind I'm not only incredibly jealous and in awe of most of the comments in this thread but also utterly perplexed by the above. How does that even come to mind that 6 is a good starting value? Do you people just intuit this stuff or do you rapidly run through the options? If you're asking me to come up with something that when multiplied by itself is something near 33 then you're in for a long wait. There's another comment in this thread: >Everyone generally knows the perfect squares up to at least 12, and then for bigger values, you can use even powers of 2, which I assume people also know. Do they? Jeez. |
|
1x1 = 1 2x2 = 4 3x3 = 9 4x4 = 16 5x5 = 25 6x6 = 36 7x7 = 49 8x8 = 64 9x9 = 81 10x10 = 100 11x11 = 121 12x12 = 144
If you have that readily accessible in your head, you can simply do a linear scan until you find which two numbers the square is between. In practice you will probably skip a few or just recognize it as being close after some practice, but that’s the general idea.
As an aside the perfect squares are just a portion of the single digit times table that you would want in your head to do multiplication or long division.