Post Reply 
Fun math algorithms
09-10-2020, 03:59 PM
Post: #6
RE: Fun math algorithms
Subtraction without ever having to subtract from a 2-digit number. I actually came up with this in 5th grade.

12345
-9876
------


For the first digit, the normal method is to borrow from the 10's column and compute (10+5)-6 to get 9. Instead subtract the lower number from the upper (6-5=1) and then subtract the result from 10: (10-1=9)

More generally, if you must borrow to subtract a-b, instead of computing 10+a-b, compute b-a, then 10-(b-a)

For my little head, I could do the 2 easy subtractions faster and more accurately than the one subtraction from a 2-digit number. Hmm, maybe I invented RISC computing for humans in 1973! Smile
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Fun math algorithms - Han - 09-05-2020, 10:31 PM
RE: Fun math algorithms - telemachos - 09-06-2020, 12:30 AM
RE: Fun math algorithms - Albert Chan - 09-06-2020, 12:46 AM
RE: Fun math algorithms - Han - 09-06-2020, 03:54 AM
RE: Fun math algorithms - Albert Chan - 09-08-2020, 09:59 PM
RE: Fun math algorithms - David Hayden - 09-10-2020 03:59 PM
RE: Fun math algorithms - Albert Chan - 10-16-2020, 04:02 PM
RE: Fun math algorithms - EdS2 - 10-17-2020, 08:51 AM
RE: Fun math algorithms - Albert Chan - 10-17-2020, 11:27 AM
RE: Fun math algorithms - Albert Chan - 10-17-2020, 12:32 PM
RE: Fun math algorithms - EdS2 - 10-19-2020, 07:59 AM
RE: Fun math algorithms - Albert Chan - 10-19-2020, 08:51 PM
RE: Fun math algorithms - Albert Chan - 10-19-2020, 09:33 PM
RE: Fun math algorithms - Albert Chan - 10-19-2020, 11:05 PM



User(s) browsing this thread: 1 Guest(s)