PetjaY comments on Truly Part Of You - Less Wrong

59 Post author: Eliezer_Yudkowsky 21 November 2007 02:18AM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (52)

Sort By: Old

You are viewing a single comment's thread. Show more comments above.

Comment author: Bob_Bane 21 November 2007 12:52:50PM 13 points [-]

I make it a habit to learn as little as possible by rote, and just derive what I need when I need it.

Do realize that you're trading efficiency (as in speed of access in normal use) for that space saving in your brain. Memorizing stuff allows you to move on and save your mental deducing cycles for really new stuff.

Back when I was memorizing the multiplication tables, I noticed that

9 x N = 10 x (N-1) + (9 - (N-1))

That is, 9 x 8 = 70 + 2

So, I never memorized the 9's the same way I did all the other single digit multiplications. To this day I'm slightly slower doing math with the digit 9. The space/effort saving was worth it when I was 8 years old, but definitely not today.

Comment author: PetjaY 04 September 2015 06:47:05PM *  1 point [-]

I have a similar way, which i find simpler:
9N=10N-N
That is, 9 * 8=10 * 8-8