this post was submitted on 09 Nov 2023
1381 points (98.2% liked)
Memes
45549 readers
1563 users here now
Rules:
- Be civil and nice.
- Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
9% of 3 is easier to estimate because you know it’s “almost 10% of 3”. Or, since
10-1==9
, you could think of it as(10% of 3)-(1% of 3)
and get the right answer using some other shortcuts. Humans being generally pretty good at base10, this is easy to figure out in your head as (0.3 - 0.03
) and get0.27
.Or, you could do what another commenter suggested and “3% of 9” can broken down as
(3/100)•(9/1)
, becomes,(3•9) / (100•1)
, becomes27/100
, becomes0.27
. And that can be simplified asxy/100
.Different tools for different jobs. Base10 tricks are good for stuff like figuring out, say, a 15% or 20% tip, because you can easily figure out a 10% tip just by moving the decimal one space to the left, and add half of that (for 15) or double it (for 20). Or half and half again for (almost) 18%.
xy/100
is a good trick for figuring out small percentages like sales tax (unless you’re in a place like Mass where it’s 6.25 and you gotta change it now to 625y/10000. At that point I’d just estimate at 6 in my head, or if I had to solve it mentally do(6y100) + ((1y100)/4)
.