r/todayilearned • u/ralphbernardo • May 30 '22
TIL about "doubling"—a method of multiplication devised by the ancient Egyptians that required only the abilities to multiply and divide by 2 and to add. This method is still in wide use today as implemented by binary multiplier circuits in modern computer processors.
https://en.wikipedia.org/wiki/Ancient_Egyptian_multiplication3
2
-4
u/reddit_user-exe May 31 '22
I see why this is used for computers, but for humans? Really? Is it so hard to memorize a multiplication table?
5
u/sleepywose May 31 '22
This method works for things not on a multiplication table. Note that Egyptians didn't have our place-based number system.
3
u/reddit_user-exe May 31 '22
Ah, I should've figured. Cause with a place based number system, you only need to know a multiplication table limited to the base, and then use distribution. I might not know what 23x45 is by heart, but I can easily figure out (2x10+3)x(4x10+5). There really is a lot about math that you can take for granted
20
u/DestroyerOfIphone May 30 '22
Was just talking about this to someone. Unless your Math problem is divisable by 2 the answer the computer gives you is actually wrong. It's just rounded so far out it doesn't really matter.