this post was submitted on 18 Oct 2024
661 points (95.3% liked)
Curated Tumblr
4967 readers
15 users here now
For preserving the least toxic and most culturally relevant Tumblr heritage posts.
The best transcribed post each week will be pinned and receive a random bitmap of a trophy superimposed with the author's username and a personalized message. Here are some OCR tools to assist you in your endeavors:
-
FOSS Android Recs per u/m_f@discuss.online: 1 , 2
Don't be mean. I promise to do my best to judge that fairly.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
For me:
And so on, and I'd do some of the intermediate calculations as I go (e.g.
20*440
and6*440
).But that's only really needed if I need a precise answer. If I can get away with an estimate, I'll simplify it even more:
4000 * 430 ~= 43 * 4 * 10000 = 86 * 2 + 10000 = 1,720,000
Actual answer:
1,740,612
.4000 * 440
would be easier (I like multiplying 4s), but I know it would overshoot, so I round one up and the other down. Close enough for something like estimating how much a large quantity of something kind of expensive would cost (i.e. if my company gave everyone a hot tub or something).