Slashdot Mirror


Improving Your Mental Math Skills?

Infrared-Archer asks: "I want to learn how to do most math calculations in my head. That way I won't have to reach for the calculator for problems I should be able to do mentally. Of course there are various websites (beat the calculator) that show many tricks, but I am looking for a comprehensive solution (books, websites) that shows how to solve of wide range of math problems mentally. Any suggestions?"

136 comments

  1. No substitute for hard work by Anonymous Coward · · Score: 4, Insightful

    All the tricks are fine, but there is no way around it, you have to practice and keep your skills up. Start adding things up when shopping, calculate tips and sales taxes, etc. When ever you rach for the calculator, see if you can't do it in your head first, at least for a quick estimate.

    1. Re:No substitute for hard work by nelsonal · · Score: 3, Interesting

      Total agreement. I'd been helping some kids with schoolwork and was amazed that they needed the calc for times tables. I was amazed, but noticed that my own skills were a bit rusty (too much excel and the HP12 was a crutch, so I started doing any and all four function stuff in my head prior to reaching for the calculator. I recalled enough tricks to be close in estimating higher level stuff to ensure that I punched it in correctly. In about six months I've brought my arithmetic back up to a refined level.

      --
      Degaussing scares the bad magnetism out of the monitor and fills it with good karma.
    2. Re:No substitute for hard work by Monkelectric · · Score: 2, Informative

      You got it. Want to meet someone who can do math in their head? Talk to a casino dealer. I dated a girl who was a casino dealer and she could do just about any simple calculation in her head. And when you think about it, thats half what a casino dealer does: calculate payouts.

      --

      Religion is a gateway psychosis. -- Dave Foley

    3. Re:No substitute for hard work by pla · · Score: 5, Informative

      All the tricks are fine, but there is no way around it, you have to practice and keep your skills up

      True, but the tricks do help quite a lot, in some cases.

      For example, I expect most geeks can add, subtract, and multiply arbitrarily long numbers in their sleep. Division, however, (at least for me) has always proved somewhat tricky when the numbers grow beyond two or three digits.

      My solution? Look up "duplation" on Google. The Egyptians used to use it to multiply numbers, basically in what amounts to a bitwise manner (though understanding binary helps to speed up the process, you can do it with nothing more complicated than "multiply by two" and "greater than").

      However, as I said, doing multiplication doesn't present much of a problem. But you can also do division by using the inverse of duplation! You basically can break an arbitrary largeish division problem into a set of "divide by 2, compare" operations. Basically just long division in binary, but it requires a shorter mental stack (which seems like the key to all the tricks I've seen - ways to reduce the number of items on the brain's stack during the calculation).


      So, I'll agree that nothing can beat plain ol' practice for improving one's math skills. But the tricks can make some operations go from "annoyingly hard" to the almost mindlessly easy "step a, step b, step c, repeat 5 times, get an answer".

    4. Re:No substitute for hard work by Anonymous Coward · · Score: 0

      Heh...some of the people on the other side of the table aren't too shabby either...

      Keeping a running count and a side count for aces in your head (and calculating the true count) while ensuring that the dealer is paying out correctly can be difficult stuff. The easy part is calculating the payoffs.

  2. Best way by Arngautr · · Score: 5, Insightful

    The best way is to simply limit your calculator usage. I like to show off with the folks I tutor by doing their calculations in my head before they can type them into calculators. A strong basis in algebra can help you beak apart calculations into managable chunks, the trick is remembering how to put those chuncks back together. For instance (contrived example so not great but...): 95*23=100*25-100*2-5*23=2500-200-115=2185

    1. Re:Best way by jonjohnson · · Score: 5, Insightful

      And, my favorite trick is to multiply any number by 5, divide it by two, move the decimal place over (multiply by 10). It makes it much easer to grok that in my head, at least. So, 5*1024 is the same as 1024/2 * 10 = 512 * 10 = 5120.

      Work backwards for dividing by 5.

    2. Re:Best way by rixstep · · Score: 4, Funny

      Yeah, I basically do it the same way, except I usually use logarithms and double precision floating point, then I just round off (ceiling or floor) to the nearest 128-bit integer.

      Takes a bit of practice, but once you get the hang of it, it's a piece of cake.

    3. Re:Best way by Anonymous Coward · · Score: 0

      I thought I was the only one.

    4. Re:Best way by TBone · · Score: 2, Interesting

      I use this method a bunch, in various forms...distributing wierd values over things.

      What's 19*19?

      Well, it's 20*20, minus 20 (20*19) minus 19 (19*19).

      Which is (20-1)*(20-1), which is (20*20)-19-19+1, or (20*20)-20-19.

      Where did I learn this? I'm not really sure, since it was never actually taught to me, but I think I might have picked it up from Schoolhouse Rock. Go figure.

      --

      This space for rent. Call 1-800-STEAK4U

    5. Re:Best way by Anonymous Coward · · Score: 0

      "Which is (20-1)*(20-1), which is (20*20)-19-19+1, or (20*20)-20-19."

      WRONG!

      (20-1)*(20-1) =
      (20)(20) + (20)(-1) + (-1)(20) + (-1)(-1) =
      400 - 20 - 20 + 1 =
      400 - 40 + 1 =
      360 + 1 =
      361

      It's called the F.O.I.L. method, for
      First (20)(20)
      Outer (20)(-1)
      Inner (-1)(20)
      Last (-1)(-1)

    6. Re:Best way by TBone · · Score: 1

      Look at that again, and you'll see where (20*20) - 20 - 19 comes from.... (-20) + (-20) + 1 = (-20) + (-19), or... (20*20) - 20 - 19

      --

      This space for rent. Call 1-800-STEAK4U

    7. Re:Best way by bwalling · · Score: 2, Interesting

      Sorry, your example makes an extra step:

      95 * 23 = (100 * 23) - (5 * 23) = 2300 - 115 = 2185

      I recognize that this is mildy picky, but the point is to show people how easy it is. What you're really trying to do here is to use numbers that you can do easy math on (5, 10, 50, 100, etc) and then account for the differences. This example works because 95 * 23 is the same as (100 - 5) * 23 is the same as (100 * 23) - (5 * 23), which is an easy mental calculation.

      You don't have to think about this algebraically. I usually approximate and refine. When I look at 95 * 23, I immediately figure it's about 2300 because I know 100 * 23 without thinking. I think figure well, it's less than that because 95 is less than 100. It's less than 2300 by 5 23's (100 - 95). 5 23's is 115, so it's 1185.

      You can take this one step further (which is where the original post went) and apply it to all the numbers. You can start with 100 * 25 = 2500. This is useful in the event that neither of your numbers are close to something simple like 100. You then have to account for your increase or decrease of each number. 2500 is too high by 2 100's (25 - 23). Now you're at 2300, and can pick up from above. Remember to reduce one number at a time - you can't subtract out 2 * 100 and 5 * 25, that won't be correct. You can either do 2 * 100 and 5 * 23 or 2 * 95 and 5 * 25, which ever is simpler in your head.

    8. Re:Best way by tmasssey · · Score: 1
      It's funny: I did this almost exactly opposite.

      To me, 95*23 is 100*23 - 23 5's. 23 5's is 1/2 23*10. 230/2=115. 2300-115 = 2185.

      Why would I want to work with 5 23's when I can work with 23 5's? :)

    9. Re:Best way by Just+Some+Guy · · Score: 1
      95*23

      I factor stuff quickly. I'd see that as (19*5)*23, or (19*23)*5. If I hadn't memorized that 19*23=437 (yeah, I memorized the multiplication tables through 200, I'm a geek), then I'd calculate that as (21-2)*(21+2)==21*21-2*2=441-4=437. Tack on the "divide by 2" trick to multiply by five and you get 2185.

      --
      Dewey, what part of this looks like authorities should be involved?
    10. Re:Best way by Pseudonym · · Score: 1
      [...] then I just round off (ceiling or floor) to the nearest 128-bit integer.

      I hope you don't forget to round 0.5 to the nearest even integer. Don't want any bias creeping into your mental arithmetic!

      --
      sub f{($f)=@_;print"$f(q{$f});";}f(q{sub f{($f)=@_;print"$f(q{$f});";}f});
    11. Re:Best way by amlai · · Score: 1

      For multiplying any 2 numbers under 20,
      you can go like:
      1. 13*16 = (13+6)*10 + (3*6) = 208.
      2. 19*19 = (19+9)*10 + (9*9) = 361.

    12. Re:Best way by TBone · · Score: 1

      Yeah, but does the work for numbers over 20? 38*35 (40-2)*(40-5) 40*40 - (40*2) - ((40-2)*5) 1600-80 - ((40-2)*5) 1600-80-(200-10) 1600-80-190 1600-280 1320 Nice round numbers that you can do in your head

      --

      This space for rent. Call 1-800-STEAK4U

  3. First get your arithmetic up to scratch by twem2 · · Score: 5, Interesting

    A good way to practice is every time you get a bus or train (or get any sort of ticket with numbers on) add up the digits on it in your head. After doing this for a while you'll get quicker and more accurate.
    For added challenge translate every letter on there into a number using its place in the alphabet (or even its ascii number) and add them on.

    You can then make up your own versions using other arithmetical operators and fractions.

    After your arithmetic is up to scratch other areas of maths will be easier to do in your head (although beyond anything simple it is still best to write it down)

    1. Re:First get your arithmetic up to scratch by Just+Some+Guy · · Score: 1
      I picked up that habit when I was a pizza delivery driver at a store that involved a lot of miles on underused freeways to distant customers. One night, I realized that I was almost halfway into my shift, and wondered what the ratio was of (time worked) / (time left). Solving that using integer number of hours was interesting for about a night or two (I mostly smoked and played my radio loudly on these long drives and didn't spend too much time being intelligent).

      I quickly upped the accuracy to (minutes worked) / (minutes left) and good pretty good at solving those problems to two decimal places. Then, I challenged myself to increase the precision to three decimal places, and to solve each problem in under one minute (so that I always knew the correct answer to the closest minute). That led to additionally tracking the difference between subsequent values - in other words, calculating the numeric value of the derivative.

      Now it's just reflex to multiply or divide any two 3-digit numbers I see, but it took years of geekery to get to this point. I picked up a lot of handy shortcuts, such as the fact that 7*11*13=1001, so that dividing by 77 is nearly the same as multiplying by 13 and moving the decimal.

      Sorry ladies, but I'm already taken.

      --
      Dewey, what part of this looks like authorities should be involved?
  4. Vedic Mathematics by manjunaths · · Score: 5, Informative
    Try vedic mathematics. There are several books out there, you can try amazon.com. Where I am from (Bangalore, India) we get these books for 1-2 dollars a piece and they come in several volumes. But I saw that they are fairly expensive on amazon.com. If you know someone from India you can ask then to get it for you, it may work out cheaper.


    You could also try a google search I found some interesting websites

    http://www.vedicmaths.com
    http://www1.ics.uci.edu /~rgupta/vedic.html
    http://vedmaths.tripod.com

    Hope this helps.

    --
    Slashdot: Tabloid for the nerds. Stuff that doesn't matter.
    1. Re:Vedic Mathematics by 4of12 · · Score: 2, Interesting

      Land of serious mental mathematicians, not just Ramanujan the theoretician.

      I remember reading, Guiness Book perhaps, of someone in India extracting high roots of many digit numbers.

      Sometimes, even in Europe, mental mathematicians lead interesting and unpredictable lives.

      --
      "Provided by the management for your protection."
    2. Re:Vedic Mathematics by Otter · · Score: 2, Informative
      Some of the older folks may remember Chisenbop or Korean finger math. They used to advertise some instructional program for it all the time during cartoons. One kid in my school learned it but I've never heard anything about it since the 70s. ("Korean" was a lot more exotic then than it is now.)

      My mathematician wife, by the way, pictures numbers as colors and can somehow do back-of-the-envelope calculations that way. I'm not entirely sure that's a sign of a healthy mind, but it seems to work for her.

    3. Re:Vedic Mathematics by rixstep · · Score: 3, Funny

      Heck, thanks matey, that's OK, but most of us will be in your neighbourhood this time next year hunting down IT jobs, so we can pick them up then.

      Thanks again.

    4. Re:Vedic Mathematics by russellh · · Score: 4, Informative

      My mathematician wife, by the way, pictures numbers as colors and can somehow do back-of-the-envelope calculations that way. I'm not entirely sure that's a sign of a healthy mind, but it seems to work for her.

      I do. Not really numbers, but letters. It has deteriorated over the years for me. Apparently, it is called synesthesia

      --
      must... stay... awake...
    5. Re:Vedic Mathematics by WaterTroll · · Score: 2, Insightful

      synthesthesia for your case? not quite. it's strongly more complex than that. it involves total sensory abnormal function. seeing colors excites smell. sounds produce other sensations. normally, the brain can only interpret receptors input from a hair cell as hearing, or from the recepters in the retina as light (law of specific nerve energies). that is why rubbing your eyes produces spots of light, even though your are only applying pressure to them. people with synesthesia do not follow this law. i don't think performing math calculations by imagining them as colors (albeit very interesting) or thinking about letters has anything to do with what you think synesthia is.

    6. Re:Vedic Mathematics by arvindn · · Score: 4, Interesting
      No!! Vedic mathematics is a scam.

      The guy who wrote it, Tirthaji, was a fraud. Every word and every claim in the book reg. the history is fabrication. The math is also pure junk and utterly useless.

      Seriously. I did a term paper on it last year. You don't have to take my word, of course: read this article by Prof. S. G. Dani, School of Mathematics, Tata Inst. of Fundamental research (the premier research inst. in India.) There's also a much more detailed version.

      Unfortuntely, the book fits the political ideology of the current Hindu-fascist government in power in India, and so they've been promoting it big time.

    7. Re:Vedic Mathematics by vasubhat · · Score: 2, Interesting

      No, seriously
      The article seems to be picking issues with the author of the book, rather than Vedic Maths itself. OK, Vedic Maths is a misnomer (not much math is from the Vedas) ... but it is ancient Indian (think outsourcing and not White Bear ;)) knowledge, a lot of which is popular as Vedas.
      Also, the sutras are useful to a large extent. (Though most of the sutras have exceptions, and blah blah)
      To end, yeah, Vedic Mathematics (sic) is a very useful tool in mental maths.

    8. Re:Vedic Mathematics by murali_v82 · · Score: 1

      Instead you could outsource it to India (the land of Vedic Maths)

    9. Re:Vedic Mathematics by manjunaths · · Score: 1

      Talking of serious mental math. I had a friend in college, whenever any advanced engineering problem was given in class. He would just stare blankly at the paper and draw small circles, and after sometime scribble the final answer on some corner of the sheet. He would be the first to get the answer and it was almost always correct. This guy could do everything from integration to fourier series/transforms in his head. Now that was some serious mental math. But he was naturally talented, so I haven't seen anybody else like him.

      --
      Slashdot: Tabloid for the nerds. Stuff that doesn't matter.
    10. Re:Vedic Mathematics by Anonymous Coward · · Score: 0

      Hi!

      Could the chinese Sampan,they taught to the japanese as Soroban, comes from Vedic Mathematics?

      It won't be a surprise to me.

  5. blind leading the blind by MatrixBandit · · Score: 4, Insightful

    Awhile ago I realized that since highschool my own math skills had deteriorated beyond belief. The breaking point was when I was going to buy a 21" monitor and I wanted to figure out what the height and width of the screen would be so I could actually get a feel for what it was I was paying $400 for. It took me about 4 hours of racking my brain trying to remember old algerbra rules to transform the pythagorean theorem to use the diagonal (20" viewable) and a generic aspect ratio 1.333 to derive the height / width.

    My point is that if you want to get quicker with your mental math skills or keep your current pace, you have to keep using it or else it will atrophy like everything else. Translation: college math courses or at home math excercises, but either way don't expect to be able to ever be "done" with it.

    Good luck with that by the way, you're a better man than I.

    1. Re:blind leading the blind by Myco · · Score: 2, Interesting

      4 hours?!! I find that boggling. But then, I'm a math tutor so my skills are fairly sharp. If I had some idea of what you were doing during those four hours, I'd probably be a better tutor.

    2. Re:blind leading the blind by Anonymous Coward · · Score: 0

      I thought I would give it a quick try, but it seems I'm not so fit either..

      a^2 + 4/3a^2 = 20^2
      <=> 7/3 * a^2 = 400
      <=> a^2 = 40
      <=> a = 6.32

      height = 6.32" and width = 8.43" - this has got to be wrong.. (6.32^2+8.43^2 = c^2 <=> c = 10.5 WTF?)

    3. Re:blind leading the blind by nefertari · · Score: 2, Informative

      You forgot to take the square of 4/3

      This one is the right way:

      (3/3a)^2 + (4/3 a)^2 = 20 ^2
      since 3^2+4^2=5^2 we get
      (5/3 a)^2 = 20 ^2, so
      20 = 5/3 a and a=12.
      So: height = 12, width = 16.

    4. Re:blind leading the blind by benhaha · · Score: 1

      It's a 3/4/5 triangle. So the width is 4/5 of the diagonal (16 inches) and the height is 3/5 of the diagonal (12 inches).

      Cheers!

      --
      NO ID: BEING FREE MEANS NOT HAVING TO PROVE IT
    5. Re:blind leading the blind by CharterTerminal · · Score: 2, Interesting

      I can't speak for the parent post, but I can tell you I'm really bad at math. And I had some TERRIBLE experiences with tutors in my day, so I had to struggle with a lot of loathing/hostility before writing this post. Under other circumstances, I would have just passed it by, but you must have caught me in a helpful mood.

      If you're really good at math, I'll guess that you're very bad at drawing/sketching. (That's always been my experience, but I'm sure there are plenty of exceptions to that rule, so forgive me for presuming.) If you're actually good at drawing things, then mentally substitute something else you're very bad at - playing a musical instrument, perhaps, or repairing a car.

      If you really want to know what your students are going through, get a pencil and a stack of plain white paper, and sit down at your desk. Give yourself a two-hour time limit, and try to draw something. Don't use any reference material or models - math work is all theoretical, and drawing from a model is comparing apples to oranges. Draw something you're not particularly familiar with - if you own a dog, draw a cat, and vice versa.

      It's hard, isn't it? You know what you're working towards, but you don't necessarily know how to get there. You may feel as if you're fumbling in the dark, knowing that millions of people could just sketch a dog in a few quick lines and be done with it. Your brain will probably feel as if it's being pushed in a direction it was never meant to go, and the venture may feel as if it's taking a thousand times more effort than it should.

      Now picture a professional artist sitting across from you. You have hired the artist to help you get better at sketching dogs. What would you have the artist say to you? What sort of assistance would be helpful?

      You will see, on the artist's face, an acknowledgement of how very hard you are trying, as well as how poorly you are doing. You can tell that the artist knows you're doing your best, but it's obvious to both of you that your sketched dog is TERRIBLE. This knowledge will not help your morale. You may lose patience with the venture and get snappish. The artist may lose patience with you, and snap back. Or maybe they shake their head sadly and say "You're not very good at this, are you?" in a tone of faux-sympathy. Perhaps they start barking out directions - "Make the paws rounder! ROUNDER!"

      Um. Not that I'm bitter, you understand.

      HTH.

    6. Re:blind leading the blind by Zeriel · · Score: 1

      How the fsck did you go from

      7/3 * a^2 = 400

      to

      a^2 = 40 ?

      Should be a^2 = 171.429, a = 13.09, dimensions = 13.09" x 17.46"

      Reverse it to check gives us 304.85 + 171.35 = c^2
      22"....okay, so maybe I'm a bit off too. =P

      --
      "America has done some terrible things. But I know that Americans don't cheer when innocents die." -Dave Barry
    7. Re:blind leading the blind by HeghmoH · · Score: 2, Insightful

      I must have been a mathematician in a previous life.

      I read your comment, boggled appropriately. Thought about the problem for a moment, figured out how to solve it, smiled, moved on. I still don't know what the answer is.

      The odd thing that most people don't really get about math is that, the more math you know, the less you deal with actual numbers, and heaven forbid you should ever do any arithmetic. The best math professors I had all had trouble doing extremely easy multiplication. There's a reason computers grew out of math; they math guys wanted machines to take care of all the messy numbers for them.

      Strangely, physics people seem to be the opposite; where math people end up constructing a kind of universe of math which abstracts away all of the numbers, physicists are forced to exist in the real world and they end up getting pretty good at silly arithmetic tricks.

      --
      Mod down posts with a "Free Mac Mini/iPod" sig, they're spam!
    8. Re:blind leading the blind by karnal · · Score: 1

      Dear god! You had the same dilemma I had!!!

      I recently bought a projector, and was in process of wanting to build a screen for it. I knew the width and height would be 4:3, but I wasn't quite sure how to get the diagonal....

      Then I saw on a web page -- just remember "3,4,5" with 3 being the height, 4 the width, and 5 the diagonal... and with that, you can solve any regular TV size image....

      My problem being, I had a diagonal I wanted to shoot for (since I knew where I wanted the projector) but didn't know the other areas... and I wasn't at home, so I couldn't just be a slacker and measure it with tape... heh....

      I wish I had kept up with my math as well. I feel somewhat stupider not knowing that stuff now, but apparently I still enjoy life, so it's not too big of a regret for me.

      --
      Karnal
    9. Re:blind leading the blind by thelenm · · Score: 1

      Four hours!? Wow. About four seconds on Google led me to a Web page that looks like it would have solved your problem immediately.

      --
      Use Ctrl-C instead of ESC in Vim!
  6. Just do it! by Captain+Kirk · · Score: 4, Insightful

    Research proves there is no trick or secret. People who rely on calculators are poor at mental math because of lack of practice. While some people do have innate skills in maths, everyone has the ability to train the brain to to basic math. Take a look at this study
    Memory, mental arithmetic and mathematics

  7. Messed up my html - here's the link by Captain+Kirk · · Score: 2, Interesting

    http://www-gap.dcs.st-and.ac.uk/~history/HistTopic s/Mental_arithmetic.html

  8. Math Magic by Scott Flansberg by An+Onimous+Cow+Herd · · Score: 3, Interesting

    I picked this book up a few years ago second-hand.
    It's a really great book.
    I went from functionally innumerate to someone who can perform tricks with multiplication/division in my head,
    It seems to use some of the vedic tricks mentioned in previous comments, but it's far more simpler to learn and put into practice.

    1. Re:Math Magic by Scott Flansberg by Easy2RememberNick · · Score: 1

      Yeah I bought that book too..now all I have to do is read it.

    2. Re:Math Magic by Scott Flansberg by a24061 · · Score: 1

      I used Edward Stoddard's Speed Mathematics Simplified (Teach Yourself Books, 1964). I don't know if it's still in print but it's pretty good if you can find it.

  9. Try an abacus. by Grenamier · · Score: 3, Interesting

    I'm actually looking for one myself. A few weeks ago, I met some young (2nd graders to middle school) students in a mall who were demonstrating their math skills from an abacus class. The thing is, they weren't using abaci in their demo. They were able to do the basic math operations (up to division by three digit numbers) in their heads instantly using abacus principles.

    These days, I have a new baby to worry about (Jaime, a girl, Mar 4, 5 lbs 13 oz) so I haven't had a chance to play with one yet. After meeting those kids, though, I do want to take a look and see if it could help me.

    --
    -- John Truong
    1. Re:Try an abacus. by mzs · · Score: 5, Informative
      Here is a more complete excerpt. This is how he explained how he was able to approximate the root so quickly:
      The number was 1729.03. I happened to know that a cubic foot contains 1728 cubic inches, so the answer is a tiny bit more than 12. The excess, 1.03 is only one part in nearly 2000, and I had learned in calculus that for small fractions, the cube root's excess is one-third of the number's excess. So all I had to do is find the fraction 1/1728, and multiply by 4 (divide by 3 and multiply by 12). So I was able to pull out a whole lot of digits that way.
    2. Re:Try an abacus. by BigBir3d · · Score: 0

      These days, I have a new baby to worry about (Jaime, a girl, Mar 4, 5 lbs 13 oz) so I haven't had a chance to play with one yet.

      Congratulations!

    3. Re:Try an abacus. by G.+W.+Bush+Junior · · Score: 2, Funny

      And THAT'S why imperial units is superior to metric! ;)

      --
      "I don't know that Atheists should be considered as citizens, nor should they be considered patriots." -George H.W. Bush
  10. Visualisation? by jago25_98 · · Score: 3, Informative

    Some links (click the 1's). Some are for dylexics but still relevent for all since pretty much all of us are capable of visual thought...:

    1 1 1 1 1 1 1 1 & similar 1 1 1
    1. Re:Visualisation? by rixstep · · Score: 2, Funny

      Some are for dylexics

      Obviously.

  11. Practice by jonjohnson · · Score: 2, Interesting

    Like everyone else, I say practice makes perfect. I do a lot of UI layout at work, and to conform to interface guidelines, I do a lot of "that control's left plus that control's width plus 14". Little things like that can make all the difference in the world.

    Now, so that I don't get modded as redundant ;) Try this:

    Take 1000 and add 40 to it. Now add another 1000. Now add 30. Add another 1000. Now add 20. Now add another 1000.Now add 10. What is the total?

    Did you get 5000? The correct answer is actually 4100.

    I also find this site very fun: perplexus.info, with one of my favorite problems being the ant on the rubber band.

    1. Re:Practice by Anonymous Coward · · Score: 0

      I got 4100. Anyone who gets 5000 clearly has problems reading the numbers correctly. Or, it's like the following classic word pyramid, which you're supposed to read aloud:

      ...A
      ..BIRD
      .IN THE
      THE HAND

      Your brain often misses the second "THE".

    2. Re:Practice by Reapy · · Score: 1

      heh... stumpped my math teacher in 8th grade with that one :)

    3. Re:Practice by MemoryAid · · Score: 1
      I think the math problem is more about hearing the numbers correctly. It seems pretty easy to me to count the digits visually, but there is probably about one extra step in converting voice to math than there is when converting text. YMMV.

      The word pyramid is designed for text, so it works better than the math example. If someone were to read that to you, aloud, it would be apparent where the extra word is.

      --
      Language students: Don't try to learn English here. This ain't it.
  12. Actually... by shfted! · · Score: 1

    Actually, devices exist that work completely transparently, unlike the old fashioned calculator. Even tux uses one! Here's a pic of him modeling one of the later models.

    --
    He who laughs last is stuck in a time dilation bubble.
  13. Logarithm tricks: Rule of 72 by ubiquitin · · Score: 4, Informative

    I like estimating tricks.

    The rule of 72 helps to figure out how long it takes for something to double or halve. Divide 72 by the percentage rate of growth or decrease and you'll get the number of time periods in which something will double or halve. For example, let's assume Moore's law says double CPU speeds every 18 months. 72/18=4. So CPU speeds increase by 4% every month. Or another example: your phat mutual fund gets 12% per year, so 72/12=6. So your money will double in 6 years.

    This trick is so simple that even the finance guys always know it. :) Anyone else have logarithm tricks to share?

    --
    http://tinyurl.com/4ny52
    1. Re:Logarithm tricks: Rule of 72 by Coward,+Anonymous · · Score: 1

      ...you'll get the number of time periods in which something will double or halve.

      That should say that you'll get an approximation of the number of time periods. Your mutual fund example would take about to 5 years 10 months to double and not exactly six years, and obviously something which increases 72% in a single period has not doubled.

    2. Re:Logarithm tricks: Rule of 72 by rixstep · · Score: 0, Troll

      Anyone else have logarithm tricks to share?

      No but thanks for the tip on attention-getting fonts with '<tt>'.

    3. Re:Logarithm tricks: Rule of 72 by rpresser · · Score: 1

      Just ran some samples using Excel.
      The rule of 72 is closest when the number of periods is 9: rule of 72 gives 8%, actual calc gives 8.006%.

      When the number of periods is 4, the differences is almost a whole percentage point: Rule of 72 = 18%, actual = 18.921%.

      After 9 periods, the rule of 72 starts giving results that are larger than the actual number, but less than a tenth of a percent different:
      10 7.200% 7.177%
      11 6.545% 6.504%
      12 6.000% 5.946%
      13 5.538% 5.477%
      14 5.143% 5.076%
      15 4.800% 4.729%
      16 4.500% 4.427%
      17 4.235% 4.162%
      18 4.000% 3.926%
      19 3.789% 3.716%
      20 3.600% 3.526%
      21 3.429% 3.356%
      22 3.273% 3.201%
      23 3.130% 3.060%

      Some more interesting milestones are 180 and 360 periods (15 and 30 years):
      180 0.400% 0.386%
      360 0.200% 0.193%

      Although the absolute difference is still shrinking and is now less than a 50th of a percentage point, the difference in the significant digits is very large.

    4. Re:Logarithm tricks: Rule of 72 by Anonymous Coward · · Score: 1, Insightful
      I like estimating tricks.

      The rule of 72 helps to figure out how long it takes for something to double or halve. Divide 72 by the percentage rate of growth or decrease and you'll get the number of time periods in which something will double or halve. For example, let's assume Moore's law says double CPU speeds every 18 months. 72/18=4. So CPU speeds increase by 4% every month. Or another example: your phat mutual fund gets 12% per year, so 72/12=6. So your money will double in 6 years.

      In actual fact, if the percentage rate of growth is i, and the number of periods p, then the relation (1 + i/100) ^ p = 2 must hold. Simple rearrangement gives p= ln(2)/ln(1+i/100). Approximating ln(2) by 0.72 (actual value closer to 0.69), and ln(1+i/100) by i/100 using a Taylor expansion truncated to first order, gives p = 0.72 / (i/100) = 72 / i.

      This trick is so simple that even the finance guys always know it. :) Anyone else have logarithm tricks to share?

      This trick is a simplification of such a simple thing that only finance guys could come up with it.

      - a finance guy, formerly a mathematician

    5. Re:Logarithm tricks: Rule of 72 by Anonymous Coward · · Score: 0

      some mods are faggots

  14. Practice, by Anonymous Coward · · Score: 0

    Practice,

    Practice,

    rinse,

    repeat.

  15. You want to improve your arithmetic skills by Anonymous Coward · · Score: 1, Insightful

    You want to improve your mental arithmetic skills not your mental mathematics skills. The distinction is that arithmetic involves applying simple algorithms, memorization, and other techniques to carry out computations. Mathematics involves dealing with purely abstract concepts, moving between different levels of abstraction, working with formalism, and related concepts. At any rate practice helps with both.

  16. Easy by GeckoX · · Score: 1

    Stay in school.

    --
    No Comment.
  17. Re:Medication by Anonymous Coward · · Score: 0

    Am I the only one who thought

    This is slashdot, we don't think. We slashdot.

    But seriously, I find that question quite exciting :P

  18. This book... by Spoing · · Score: 1
    I hate math. When I was young, any joy on the subject was tourtured out of me by drill sessions at school and an impatient parent who kept jumping ahead of me with the answer.

    That said, "Rapid Math Tricks and Tips: Thirty Days to Number Power" by Edward H. Julius is great. It is a little cheesy, but very practical. It allows you to do much of the same calculations that a 'child prodgy' can even if you're old.

    It does not help with number theory, though it can help give you a much better feel for numbers.

    --
    A firewall can not protect you from yourself. Turn off what you do not need. Do not use the firewall to do your work.
  19. Feynman by xenephon · · Score: 5, Interesting
    There's an amusing story about Feynman and an abacus salesman in Brazil (found in Surely you're Joking, Mr. Feynman). Feynman was eating in a cafe where he often went, and an abacus salesman came in, trying to sell to the staff. He challenged them to some math problems, and (apparently by chance) they suggested he compete with Feynman instead. They started with an addition problem, and the abacus guy won by quite a bit. They moved on to multiplication, and the abacus won again, but not by very much. Sensing a challenge, the abacus salesman suggests they do cube roots. Quoting now:

    "Cube roots! He wants to do cube roots by arithmetic! It's hard to find a more difficult fundamental problem in arithmetic. It must have been his topnotch exercize in abacus-land.

    "He writes a number on some paper--any old number--and I still remember it: 1729.03. He starts working on it, mumbling and grumbling: "Mmmmmmmmagmmmmbrrr"--he's working like a demon! He's poring away, doing this cube root.

    Meanwhile I'm just sitting there.

    One of the waiters says, "What are you doing?"

    I point to my head. "Thinking!" I say. I write down 12 on the paper. After a little while I've got 12.002.

    The man with the abacus wipes the sweat off his forehead: "Twelve!" he says.

    "Oh, no!" I say. "More digits! More digits!" I know that in taking a cube root by arithmetic, each new digit is even more work than before. It's a hard job."

    Feynman goes on to explain the approximate method he used to get the result, and then gives his analysis:

    "I realized something: he doesn't know numbers. With the abacus, you don't have to memorize a lot of arithmetic combinations; all you have to do is learn how to push the little beads up and down. You don't have to memorize 9 + 7 = 16; you just know that when you add 9 you push a ten's bead up and pull a one's bead down. So we're slower at basic arithmetic, but we know numbers.

    Furthermore, the whole idea of an approximate method was beyond him, even though a cube root often cannot be computed exactly by any method. So I never could teach him how I did cube roots or explain ho lucky I was that he happened to choose 1729.03."

    The rest of that chapter (entitled "Lucky Numbers") talks about his experiences in trying to improve his mental math skills. Definitely worth a read.

  20. You want Trachtenberg Speed-Math. by Anonymous Coward · · Score: 5, Interesting

    Run a google-search on "trachtenberg math".

    You're looking for sites like Trachtenberg Speed System or Trachtenberg Math (Multiplication).

    Professor Jakow Trachtenberg was a brilliant mathematician. Imprisoned by the nazis during WWII, he kept his mind busy to survive by applying advanced mathematical techniques to numeric computation. Eventually developing a number of techniques that provide for rapid mental computation without massive rote memorization.

    For example:

    0 Zero times any number at all is zero.

    1 Copy down the multiplicand unchanged.

    2 Double each digit of the multiplicand.

    3 First step: subtract from 10 and double, and add 5 if the number is odd.
    . Middle steps: subtract from 9 and double, and add half the neighbor, plus 5 if the number is odd.
    . Last step: take half the lefthand digit of the multiplicand and reduce by 2.

    4 First step: subtract from 10, and add 5 if the number is odd.
    . Middle steps: subtract from 9 and add half the neighbor, plus 5 if the number is odd.
    . Last step: take half the lefthand digit of the multiplicand and reduce by 1.

    5 Use half the neighbor, plus 5 if the number is odd.

    6 Use the number plus half the neighbor, plus five if the number is odd.

    7 Use double the number plus half the neighbor, plus five if the number is odd.

    8 First step: subtract from 10 and double.
    . Middle steps: subtract from 9, double, and add the neighbor.
    . Last step: Reduce the lefthand digit of the multiplicand by 2.

    9 First step: subtract from 10.
    . Middle steps: subtract from 9 and add the neighbor.
    . Last step: reduce the lefthand digit of the multiplicand by 1.

    10 Use the neighbor.

    11 Add the neighbor to the number.

    12 Double the number and add the neighbor.
    1. Re:You want Trachtenberg Speed-Math. by DrCode · · Score: 1

      Thanks for reminding me of that! I had an elementary-school teacher who taught us those methods. The most impressive are the multiplication by 12, 11, and 9, which are far easier using Trachtenberg than by the usual methods.

      I also recall reading a book about him, and there were some really cool techniques for multiplying by multi-digit numbers that required almost no intermediate calculations to be written down. Unfortunately, one of my teachers marked me down when I used them, as she assumed I had to be cheating.

    2. Re:You want Trachtenberg Speed-Math. by AuMatar · · Score: 1

      Ok. 0,1,2,10,11 and 12 look good. But 3-9 look like a lot more work than simply doing the calculation.

      --
      I still have more fans than freaks. WTF is wrong with you people?
  21. utilize the subconscious by nuffle · · Score: 2, Funny

    An excellent way to do truly astounding mathematics is to train your subconscious to work for you. Your subconscious records lots of things and basically remembers them forever. Your conscious mind often has trouble recalling certain memories or details though, but that doesn't mean it's not still there.

    The trick then is to let your subconscious do the math for you, and then find a way to "pull out" the answer (like recalling a distant memory, almost). You can train your subconscious to do math a variety of ways, but one of the most effective is to electrically stimulate nerves (in your hand or arm or thigh, whatever) to count out numbers. So for instance, if you wanted to do 22+34, you'd count out 56 quick electic pulses. Practicing this for a few months, your subconscious will eventually get the idea that when you hear numbers, you want them added. The electric shocks will no longer be necessary, but your subconscious will still internall 'tick' out the answer. It works for multiplication, too, and through various mathematical tricks, you can use it to subtract and divide.

    The only remaining difficulty is training your conscious mind to retrieve the result. This is accomplished via a hypnosis-like state. You can get good at it so that it only takes you a half-second to pull out the resulting number. No eyes rolling back or chanting or anything like that.

    Heh, ok, not really.

  22. Math Tricks by mbrinkm · · Score: 2, Insightful

    First, there is no substitute for exposure to a great math teacher. I had the fortune to have had a couple great math teachers through elementary and high school that led me to major in math in college.

    Second, knowing a few tricks isn't enough. Understanding the tricks and why they work is the key to improving your math skills. Beyond access to a teacher to help you with this, you may want to try some resources available on the web like MIT's OpenCourseWare. They have a lot of information available on their courses, including lecture notes and text books. However, quite a few of their courses online deal with mathematical theory and may not fit with what you are looking for, try some of their "applied" courses.

    Third, as one previous poster mentioned, understanding algebra will help with breaking larger calculations into smaller, and easier, parts to calculate quickly in your head. A good source for learning materials would be a local college book store. Focus on algebra textbooks that cover the basics and how to teach them (If a local college offers Education majors, they should have at least one course that will fit your needs, find out which course and the accompanying books they recommend).

    Finally, go to your local high school and find out what text they use in their first year algebra classes. If you mainly what to be able to calculate angles or lengths of object sides quickly, texts for high school geometry and trigonometry classes will offer more information. Understanding these texts will help you to improve.

    I hope this helps.

    --
    "Don't worry about people stealing an idea. If it's original, you will have to ram it down their throats." --Howard Aike
    1. Re:Math Tricks by belloc · · Score: 1
      Finally, go to your local high school and find out what text they use in their first year algebra classes.

      Dear lord, don't do this. Go get yourself a copy of Euclid's Elements instead. Or take a look at the java-enhanced version online.

      The Elements is a brilliantly organized treatment of the science of geometry as a whole. While reading it, ask yourself what the subject of each book is (there are 13 books). Ask why they're in the order they're in. Ask why the propositions within each book are done in this order. When he gives a definition (like the definition of a circle) ask yourself whether that's the best definition, and why. Read each of the propositions (proofs) carefully, and try to re-present them in writing without looking at the book.

      I know the OP is suggesting algebra, and I'm suggesting geometry, but high-school algebra is really no different than geometry represented symbolically. Book II of the Elements is devoted to geometrical representations of the same truths that high schools teach algebraically.

      Even Abe Lincoln read Euclid every night before he fell asleep because it helped him to think logically and even philosophically.

      The worst travesty done to ancient mathematical thought has been to try to introduce it to children in modern math textbooks.

      Belloc

      --
      I got more rhymes than Jamaica got Mangoes.
    2. Re:Math Tricks by Anonymous Coward · · Score: 0

      I exposed myself to my maths teacher and it did me not good whatsoever.

  23. Vedic Mathematics-Finger talk. by Anonymous Coward · · Score: 0

    Yes there was a book called Fingermath back in the 70's. Of course there's the social stigma of being seen counting on one's fingers.

  24. You need a different job by bluGill · · Score: 1

    It comes down to practice, and the only way you will practice is when you have to do it. So get a job where you have to do this.

    When I worked carpendry I got really got a multipling by 1.42 (guess why[1]) because that is something we had to do often, and calculators didn't last more than a week on the job so we rarely had one. (The foreman would buy one if he knew a lot of calculations were coming up, but he often had to do math by hand) In that job there there is plany of surface to work with so we wrote everything out. Normally on the stud right next to us with a carpenders pencil, not optimal but it worked.

    When I worked at McDonalds I soon learned that an extra value meal was $3.18 with tax in my state. At the time I knew all the common combonations, but I never added them up, I just memorized if off the register. On the slow days I would take drive through orders, and the customer would see me running to the door while giving his total and "please pull ahead". Different job, different set of skills that I got good at.

    [1]I don't remember my trig terms, but if you combine thoughs of trig with 45 degree angle you should be able to figgure out what 1.42 is.

    1. Re:You need a different job by Anonymous Coward · · Score: 0

      1.414. sqrt(2). The length of the hypotenuse of a right-angle triangle with bases of unit equal length (45/45/90).

    2. Re:You need a different job by computational+super · · Score: 1

      That's what I've been doing wrong... I've been taking jobs in physics laboratories and university faculty positions to sharpen my math skills - I need to apply at McDonald's!

      --
      Proud neuron in the Slashdot hivemind since 2002.
    3. Re:You need a different job by bluGill · · Score: 1

      You are mistaking arithmatic for Mathamatics. You will use the latter in a university and the former in low end jobs. Very different skills, are needed.

  25. One thing somebody did to me by dacarr · · Score: 1
    When I was in high school, the graphic arts teacher----

    ...what? The industrial arts at my high school were also half of a semester of math.

    Anyway, what he would do is get various slides with various simple multiplication problems of the form xx * x, and show them for all of 1.5 seconds each before skipping the next one. (The x * x form was something learned early on.) The object was to be able to know the answer to said problem immediately on sight. EG, you see 12 * 5, and 60 theoretically registers immediately.

    Expand from there. Who knows, it might work.

    --
    This sig no verb.
  26. Try doing square roots in your head. by dmorin · · Score: 1
    I'm not talking about memorizing a formula. I'm talking about figuring out your own formula. Sure, you'll likely end up reinventing the wheel, but is your goal the mental challenge, or to compete professionally? It's like that old Rubik's Cube -- you could read the book and memorize the answer, but was that fun?

    Similar story - once, after a trip to a casino, I got it into my head that red/black roulette betting could be won all the time using the simple strategy of "Always bet the same color, and when you lose, double your bet." Mathematically it works. I even heard Artie Lang (sp?) quote it on the Howard Stern show talking about the pass line in craps.

    The problem is that this is a known, flawed, strategy. First, it implies that you might need a huge stake of cash up front if you hit a losing streak (kinda like the old "doubling a grain of rice on the chessboard" story). Second, you only ever win 1. Think about it -- you bet 1, you lose, you bet 2, you lose, you bet 4, you win 4 - but you've already lost 3, so you're up 1. So technically it does work, but it is not realistic to build up any real winnings.

    1. Re:Try doing square roots in your head. by Anonymous Coward · · Score: 0

      Even worse, this strategy forgets the green colored squares (0 and possible 00), which destroyes the strategy.

    2. Re:Try doing square roots in your head. by mopslik · · Score: 1

      I got it into my head that red/black roulette betting could be won all the time using the simple strategy of "Always bet the same color, and when you lose, double your bet."

      Not true. Consider:

      Start with $1500
      Bet $100 on red, result is black, loss = $100
      Bet $200 on red, result is black, loss = $300
      Bet $400 on red, result is black, loss = $700
      Bet $800 on red, result is black, loss = $1500
      Player is broke, and cannot bet again

      Keep in mind that probability states that red and black have equal probabilities of coming up, so there is no guarantee that "red will eventually come" and get you your money back. You have an equal chance of landing on black or red at every turn (green square excepted). Sticking with the same colour does nothing except give your mind a nice placebo effect that you're doing something effective. This is a common fallacy.

    3. Re:Try doing square roots in your head. by nelsonal · · Score: 2, Informative

      It works better on craps, as the odds are tighter, in roulette, the green squares are both losers giving you about about a 47% chance of winning. The pass (or nopass, but you get dirty looks from the shooter) line is north of 49% (a bit better if you take odds). The issue is that in strings of random numbers long sequences of the same result are more common than conventional wisdom would have us believe and you only get about 9 losses before most table limits kick in (do the math on the doublings between minimums and maximums) You could increase your initial bet (which is what you win back each sequence), if you had a big enough starting stake.

      --
      Degaussing scares the bad magnetism out of the monitor and fills it with good karma.
    4. Re:Try doing square roots in your head. by dmorin · · Score: 1

      Did you NOT read the whole post? Did my entire last paragraph get cut off or something?

    5. Re:Try doing square roots in your head. by mlh1996 · · Score: 1

      The green numbers fuck this strategy up.

      P(red) = 18/38 = .47 P(black) = 18/38 = .47

      Eventually, you're going to lose either way.

      --
      Lack of creativity is no excuse for not having a .sig
    6. Re:Try doing square roots in your head. by mopslik · · Score: 1

      Chalk it up to lack of coffee, and trying to do too many things at once.

    7. Re:Try doing square roots in your head. by Anonymous Coward · · Score: 0

      This is slightly off topic, but the casino trick doesn't quite work out the way you say it does.
      If the game was fair, then the most likely outcome over time is that you are exactly even. In roulette, however, there is another outcome where you lose no matter what color you were on. This makes the predicted earnings slightly less than even.

  27. One Speed Math System by ec_hack · · Score: 2, Informative

    Long ago in high school, I competed in what was then called "Number Sense" - doing math problems mentally, no aid of scratch paper. (Calculators were an expensive novelty - 4 functions, Nixie tube displays, plugged into the wall, had 4 functions.) The system we all worked from is now called the "Trachtenberg Speed System of Basic Mathematics", and it had lots of tricks for converting decimals to fractions and vice versa, multiplication of pairs of 4 digit numbers, etc. There are a lot of drills on visualization that helps in holding intermdiate results in the head. See http://www.speed-math.com or find the book on Amazon.

    1. Re:One Speed Math System by realdddave · · Score: 1

      You beat me to it! (but hey, that's the whole idea of Numbersense now isn't it :) )

      In Texas (and other states?), there are a series of competitions for students called the University Interscholastic League, or UIL. From 4th grade through senior year, I competed in the UIL Numbersense competition (among others), which is a truly fascinating test.

      A Numbersense test takes 10 minutes. You are given 80 problems ordered from easiest to most difficult - your goal is to work from the beginning as far as you can, with skipped problems counted as incorrect (negative points), but any problem beyond the last one attempted having no point value. Having done this for 9 years straight and successfully applied the techniques in every math class during and since, I can tell you two things:

      1) There are some really amazing 'tricks' that can be very handy
      2) Practice is the best way to learn them

      I strongly encourage you to do some web searches for Numbersense training materials, as they should all be geared towards intelligent students, and you don't necessarily need to know much math at all, even algebra (although everything you can remember will help).

      And a note to anyone still in school: Do UIL Numbersense/Mathematics competitions, or Math Counts, or whatever you can! There is no better way to boost your math skills, no matter what your current apptitude is. Academic Decathlon (and Pentathlon in Middle School/Junior High) are also good learning experiences, but the level of competitiveness is really becoming ridiculous. They are all great ways to meet a few people who have similar interests and goals, both at your own school and the competition's.

  28. Visualize by DaoudaW · · Score: 4, Interesting

    When I was a kid I found this already old book called (?) "The Art of Ciphering". That's a guess since I haven't seen the book in probably 35 years. But I remember some of the techniques in it. I was a farm kid at the time so while doing field work I'd have long blocks of time (as much as 10-12 hours a day) without much to occupy my mind. So I filled the time doing math in my head. I got pretty good at multiplying 4-digit x 4-digit, 5-digit x 5-digit, etc. in my head. Also extracting square roots, doing Roman fractions, and other stuff.

    As I did these arithmetic problems, I found that my mind developed a kind of blackboard. I could visualize the problem and effectively "write" the answer without worrying about keeping track of everything as separate digits.

    My advice: Find a good algorithm, practice a lot (yep, hours and hours), draw a picture in your mind.

    The bonus of doing this is that later when I started studying math, the visualization I'd developed helped lots in advanced courses. I could "see" solutions almost instantly that would take others awhile to derive and even then they wouldn't really understand the relationships which led to the solution.

    1. Re:Visualize by Crash+McBang · · Score: 1

      I agree; I think the brain is not a calculator, but a pattern recognizer.

      Give it enough patterns and the answer pops out. Multiplication tables are one pattern, and fraction tables (1/2 = 0.5, 1/3 is approx. .33, 1/4=0.25 ... 1/9 is approx 0.11, 1/10=0.1) are another, logs, square roots, trig, etc.

      Memorize the first dozen or so entries of each table that correspond to whole numbers (or whatever logical pattern you can discern) and pretty soon your brain will use the patterns to organize the answer for you.

      --
      To put a witty saying into 120 characters, jst rmv ll th vwls.
    2. Re:Visualize by MurphyZero · · Score: 1

      Ditto. I always pictured a chalkboard in my mind and the calculations on the chalkboard. With this I could remember quite a few digits in my brain, though as the number of digits went up, I slowed down. These kind of exercises also helped my memory improve, as I had to recall many digits.

      Eventually, for the simpler, and/or recurring, ones, pattern recognition kicks in. For example, square numbers, plus the 'tricks' (like 65*65 = (60+5)*(60+10-5) = 60*70 - 60*5 +60*5 +10*5 - 5*5 = 60*70+25=4225, or in general n5*n5 = n*(n+1)*100 + 25.

      This is why it is so important to remember your single digit multiplication tables. Instant recognition of 7*9=63. Once single digit is easy, practice double digit. Learn the 'tricks' till it's pattern recognition. Obviously, just like getting good at sports, how good/fast you want to be depends on how much effort you put into it.

      In my case, after college, I stopped using most of the speed and tricks, and I lost some of my ability. But the visualization/memory skills are more useful than the math these days, and I have a job as a mathematician.

      --
      Our founding fathers removed the guys in charge. Be American. Vote incumbents out.
  29. The book I learned from... by jmac880n · · Score: 1

    was Calculator's Cunning by Karl Menninger.

    I believe it's out of print now, but was an excellent text, covering all of the tricks.

    If you search bestwebbuys you can see that it is for sale used.

  30. That's fancy... a simple trick by Dareth · · Score: 1

    A simple "trick" that might help regular folks.

    When adding two numbers, say 27 + 36
    Round both numbers to next whole multiple of 10
    so you get 30 + 40 which is obviously 70
    then add the two differences 3 + 4 which is 7
    subtract this from the total 70 - 7
    which is obviously 63 and there you have the answer in a so much easier fashion than adding those two ugly numbers.

    And yes, this is how my mind works.

    --

    I only look human.
    My mother is a halfling and my dad is an ogre, so that makes me an Ogreling
    1. Re:That's fancy... a simple trick by booch · · Score: 1

      Umm, why don't you round each number down, and then add the differences?

      Here's your method:

      27 + 36 = 30 + 40 - ((30-27) + (40-36)) = 70 - (3+4) = 70 - 7 = 63

      Here's my method (and what we all learned in school):

      27 + 36 = 20 + 30 + (27-20) + (36-30) = 50 + 7 + 6 = 57 + 6 = 63

      Your method involves more subtraction, which is harder for most people. And because it's subtraction, it's more difficult to change the grouping in the later calculations. I.e. with 50 + 7 + 6, you can choose to add the first two operands first, or the last 2 operands.

      --
      Software sucks. Open Source sucks less.
  31. a certain book by Anonymous Coward · · Score: 0

    no clue about author or publisher, but there's a little black book with colorful numbers (at least the edition I had) on it called "the art of calculating quickly".

    It cost me less than $5 back in '98, and gave me the superpower of being the idiot who knows the answer to arithmetic problems.

    If that's what you seek, that's the book.

  32. For the lazy... by sleepingsquirrel · · Score: 2, Informative
    And for those of us who haven't mastered the art of quick mental hyperlinking, here's an actual clickable link...

    http://www-gap.dcs.st-and.ac.uk/~history/HistTopic s/Mental_arithmetic.html

  33. A long long time ago by ballpoint · · Score: 1

    in a school far far away I used to mentally multiply two 5-digit numbers during certain boring lessons. (Religion, anyone ?)

    No tricks involved. I did it just like you would do it on paper.

    A benefit seems to be that I'm able to remember phone/pin/account numbers and random passwords easily. And I avoided being brainwashed...

    --
    Flourescent (adj): smelling like ground wheat.
  34. That's math tricks -- by a master of karma tricks by Anonymous Coward · · Score: 0

    Right now, 4 + 3 = 7,

    (4-1)+(3-1)=3+2=5

    (5-1) = 4

    (All units karma)

    You cunning karma whore...you got a full point more for your 'negligence'!

  35. Math as an adult by SolemnDragon · · Score: 3, Interesting
    This is possibly going to sound off-topic, at first, but i promise i'll try to bring it round again. The very best science teacher i ever met was one who would not grade tests on a hundred point scale. He did them on a 10/10 per-question scale- if you got everything right on a six-question test, you got a 60 and that was a perfect score. This becomes relevant because of what those ten points would be for. In real life, most mathematical questions are not merely hit-or-miss. There's the math- but you also have to know the other factors.

    For example, if you knew what you were looking for, such as calories or joules or centimetres, that's one part of it. If you know the formula relevant to the situation, that's another. Then you get to basic arithmetic skills- it doesn't do you any good to know the formula if you can't add or multiply the numbers.

    My favourite way to tutor math- and how i learned it as an adult (i never took the SATs and was fortunate to have a tutor who could teach me high school math even though i'm 27) - is to use basic math issues that everyone sees, every day. Like the label on food. If this equals x% of your USRDA, how much is the USRDA? Putting the problems in everyday life situations may make you more comfortable with the math,a nd it will definitely leave you with an idea of the numbers involved.

    'An idea of the numbers...' by which i mean a feel for the numbers, and what they stand for. A lot of people have trouble connecting the numbers to reality- and if you can understand in a concrete way the relationship between the distance around a pipe and the distance across it, the math may stick better for real world use later on.

    The other trick? Estimate where you can, and use the information that's easily accessible to you..

    For example: What's 5% of the time in a week?

    well, you know that there's 24 hours per day. Add the big numbers first- 20 times seven, that's 140, right? plus four times seven- 28. Right off the bat, you're up to 168 hours in a week. Ten percent of a number is easy, ten percent of this number is 16.8. Half of that will give you the five percent that you're looking for- 8.4. You've just figured out that 8.4 hours is 5% of a week. Convert that .4 into minutes- forty percent of an hour is a little less than half. (sixty minutes, times ten percent, is six minutes. That's ten percent. Four times six is twenty four minutes. That's forty percent.) The answer? Eight hours, 24 minutes.

    I use this with others because it teaches people how to think about numbers, that they are reachable things, not just the provenance of mathemagicians. The biggest barrier to doing math is the belief that math is too difficult. (i also play for people Tom Lehrer's wonderful song, New Math, and assure them that we're going to ignore base 8.)

    Good luck with it, and try to use it in the real world where you can get a feel for what the numbers attach to. Figure out what you know and what you need to know, and just practice. There will always be more math to attempt; there will always be stuff that's intimidating. The only way to learn it is to do it, a piece at a time from the information that you can grasp easiest.

    Oh, and in high school, in that science class? i got a C. Worked hard for it, i've never been prouder of a grade then or since. And i've never forgotten the real stuff i learned there- that being able to describe what you're reaching for is as important as the math skills to get you that answer.

    1. Re:Math as an adult by g0bshiTe · · Score: 1

      What do they say when you get to base16 numbers?

      --
      I am Bennett Haselton! I am Bennett Haselton!
  36. Don't forget by WaterTroll · · Score: 1

    EXERCISE!! An activity like jogging promotes the release of neurotrophins and dendritic branching. Healthy neurons equal healthy mental operation.

  37. thank god i'm a countryboy by Anonymous Coward · · Score: 0

    never underestimate the power of boredom and innocense in sweet harmony

  38. Life imitates art by StrongAxe · · Score: 2, Interesting

    Isaac Asimov wrote a story called 'A Feeling of Power' (also reprinted as 'A Long Forgotten Technique') that takes place in an advanced society in which all calculations are performed by machines. One day, a bored technician figures out how to add without a calculator. He theorizes that long ago, man must have had to perform calculations without machines, so he goes about trying to re-invent other machine-free calculating techniques. The ability to compute without relying on machines gives him a great feeling of power.

  39. "Doomsday" algorithm by DonK · · Score: 1

    A pleasant exercise is the Doomsday algorithm (invented I think by John Conway) and described on rudy.ca/doomsday.html whereby you can calculate in your head the day of the week of any given calendar date in the last century. (It takes a minute or so, faster if you have been practicing).

  40. How that works by rpresser · · Score: 2, Interesting

    20*20 - 20 = 20*19
    20*19 - 19 = 19*19

  41. What's the point? by Anonymous Coward · · Score: 1, Interesting

    I am a programmer and my metal arithmatic skills have lowered to the level that I will not sum more than two simple two digit numbers or multiply more than two simple single digit numbers in my head. Why? The reason is I don't need to. My ability to do these things has reduced over time because I do not need to use these skills. I know people emphasise mathematics to be a good programmer, but I just don't need mental arithmatic for it. Sometimes I need algebra, but this rarely involves large numbers and is more about manipulate.

    My point is, if your maths skills have reduced over time, it's because you don't exercise them which means you haven't needed them for your daily use. So, what's the point of practising something you don't need?

    1. Re:What's the point? by g0bshiTe · · Score: 1

      I agree with you. As an upandcoming programmer, I have noticed little use for knowing how to solve equations. I thought when I first got started messing about with computers that it was very math intense, I have found the opposite to be true. Yet everyone still insists that to have naything to do with computers you need a strong math foundation. This is a myth. The fact is, that if doing complex calculations in a subroutine are your math skills really good enough to do in your head? Or rather are you going to simply use a calculator to check your math.

      Point being math os important for programming, just not to the point that it is made out to be. I have found that it is more important to know the order of operations in solving complex equations. I feel however that having a strong grasp on the rules of math is more important than how well you solve the equation itself.

      --
      I am Bennett Haselton! I am Bennett Haselton!
    2. Re:What's the point? by Anonymous Coward · · Score: 0

      I think most of us who started programming as a hobby made computer games, and that still doesn't need mental arithmatic. If your doing vector maths for a 3D engine, neural nets for AI, ridgid body simulators for physics etc. it's still all about manipulating equations but it does not need good _mental arithmatic_. For example, playing with matrices is a bit hairy, but it's still just about applying many simple small rules.

      I've written a large AI program that solves complicated algebraic problems that I seriously cannot do by hand and still would not know where to start, but I can verify small solutions are correct it splits out by checking the rules used are ok. My point being, this application takes pure mathematics as input and output and it far surpasses my poor mathematical abilities.

      That's what I think technology is for, it should do all the boring pattern matching, rule applying etc. and leave us programmers to deal with the tougher higher level issues to hopefully produce something better than what a human could do manually.

    3. Re:What's the point? by Anonymous Coward · · Score: 0

      Hi!

      I read a sci-fi in the sixties. We were all ignorants
      and machines were running everything. We spent the days and nights either partiyng or looking for the next one.

      Nanotechnology will make it happen.

  42. Everybody else has their opinion too... by sisco · · Score: 3, Insightful

    I have been a math tutor for 3 years. I also have a BS in Math (for whatever that is worth).

    But there is one thing that I *always* tell my students. That is this: There are many, many, MANY ways of going about doing a math problem. Sometimes the way the book describes it, or the way the prof tells you to do it doesn't make as much sense to you. For instance, some people understand fractions better than decimals, or vice versa. As a statistician (or future statistician at the time) I would always convert fractions to decimal before I worked with them because it made more sense to me. (I just had to remember to convert them back when i was done)

    Point being...there are many correct ways to come to a correct answer. When we learned to multiply and do long division in elementry school we were taught an algorithm for doing so. However, as some people have already posted their 'tricks', there are other algorithms out there. You just have to make sure it actually yields a correct answer before you utilize it. (If you don't want to formally prove it, like me, then you can try it on at least 3 different sets of varied number sets. Don't pick simple numbers, they can often lead you to a wrong conclusion)

    Find what works best for you. (as long as its correct!) I'm a big fan of rounding numbers, calculating them and then adjusting them from there. e.g. 17 x 4 is almost 20 x 4 = 80, but we left out 3 of the 4's so the answer is 80-12 = 68. (IMHO the algorithm we learned in elementary school for multiplying is the worst way of trying to calculate something in one's head!!!)

    A good trick I use when calculating discounts in stores (i.e. 70% off, 25% off etc.) is to figure out how much 10% of the price is. This is easy, just shift the decimal point. Then if its 70% off, I'll take the 10% off price and multiply by 3. Unless it is easier to calculate it the other way around. If it is 25% off, I'll divide the price by 4 and then subtract that.

    Anyhow, I haven't really given any specifics or good examples, but explore thinking about the problems in slightly different manners and then making small adjustments to the final answer. Do what makes sense to you.

    --
    DATA comments; PROC SORT DATA = comments BY score; PROC DELETE comments >> 1; RUN; DATA entertainment SET commen
  43. Hemi-Sync by joeharrison · · Score: 1


    Listen to this CD every day and your skills will VASTLY improve:

    Buy the Numbers CD

  44. Memory improvement by Vexware · · Score: 2, Informative

    One activity you can indulge in can simultanesouly improve your memory, make you feel good and allow you to show off in front of your friends so they will think that you are a really intelligent person (which I am not saying you aren't, but people who aren't really into this kind of brainy and "geeky" activity will surely be very impressed) is to memorize 1000 digits of pi. It's funner than you may think, as it's a real challenge and over time will increase your capacity to use the full potential of your memory properly.

    --
    "Really, I'm not out to destroy Microsoft. That will just be a completely unintentional side effect" -- Linus Torval
  45. bookstore... by gooru · · Score: 1

    Just go to any bookstore that has a math section. Every single one I've been to always has a book or two about doing mental math that is very comprehensive. And, these books are almost always really cheap, because no one else wants to buy them. :)

  46. Tricks for Div 3, Div 7, and Primes by UnknownSoldier · · Score: 1

    Here's 2 tricks when you need to know if a divisor evenly divides into the numerator. (e.g. is N mod D ?= 0)

    To tell if a number is divisible by 3:
    - sum up the digits
    - if the sum divides by 3 with no remainder, the orginal number is divisible by 3 with no remainder.
    The proof is pretty trivial to work out. It only takes a few lines to prove it.

    Another trick, that isn't well know, and that I can't take credit for is
    A number is divisible by 7 if
    - take the last digit off a number and double it
    - subtract the doubled number from the remaining digits.
    If the remainder (which may be negative or zero!) evenly divides by 7, the orginal number is divisible by 7.
    i.e.
    4158
    415 - (16) = 399
    Repeat the process, since adding a multiple of the denominator does't change the mod result.
    39 - 18 = 21
    Therefore 4158 is divisble by 7.

    I know a mathematician by proxy of a good friend of mine, who noticed the 7 trick. He also suggests that there is a rule for any prime number, but I haven't seen any proofs.

    For *learning* some really cool tricks for +, -, *, /, sqrts, etc, see the Human Calculator, by Scott. Flansberg

    Peace

    1. Re:Tricks for Div 3, Div 7, and Primes by nacturation · · Score: 1

      I know a mathematician by proxy of a good friend of mine, who noticed the 7 trick. He also suggests that there is a rule for any prime number, but I haven't seen any proofs.

      The margin wasn't big enough to write it down? :)

      --
      Want to improve your Karma? Instead of "Post Anonymously", try the "Post Humously" option.
  47. Two books I have... by JGski · · Score: 2, Informative
    Two books I have related to doing math in your head:

    "Consider a Spherical Cow" and there's a 2nd book "Consider a Cylindrical Cow" :-) - which is about how to do "back-of-the-envelope" estimates. How many pairs of shoes can be made from a single cow? Consider a spherical cow. :-)

    And a Dover reprint: "How to Calculate Quickly" which has many of the tricks and rules of thumb people used to all know before calculators.

    From my "antiquarian" collection I have a number of "arithmetic" textbooks (all pre-1930) that have lots of little rules of thumb for checking sums and products - many are familiar to accountants. Also great chapters like "Arithmetic of Thrift", "Arithmetic of Agriculture", etc. with problems like "...girls in a class in millinery need 20 yd. of ribbon..."

  48. Kilometers Miles Tricks by UnknownSoldier · · Score: 1

    Here's 2 tricks that I accidently discovered, being forced to constantly convert between the two.

    To convert a number, K from kmph to M mph
    M = (K / 2) + (K / 10)
    i.e.
    90 kmp = 45 + 9 = 54 ... real answer is 55.92
    The relative error is 3.4%, which isn't too bad.

    I usually drop the fractions, so the formula becomes
    M = int(K / 2) + int(K / 10)
    Even though the relative error will be a tad higher at low speeds, and oscillate around 3 to 6% for the most part, the absolute error is at most off by 3 mph for speeds less then 100 kmph. Not too bad at all.

    Conversly, to convert anumber, M from mph to K kmph
    K = (M * 16 ) / 10
    And since 16 = 2^4,
    K = ((((M * 2) * 2) * 2) *2) * 10

    Cheers

  49. augment your brain instead! by RevAaron · · Score: 1

    or... you could do what i do! augment your brain with new hardware, rather than learning a few new tricks. i use a pda, an extension of my brain that is almost always with me in my pocket. i have many good software packages for doing maths. a lot better than carrying around a ti-xx with you all the time for various reasons.

    god bless the public school calculator generation!

    --

    Working toward a usable PDA environment in the spirit of Newton OS: Dynapad
  50. Two good sources by gbell · · Score: 1

    Math Magic by Scott Flansburg. I've seen the guy demo his skills on TV and he's amazing.

    and don't forget the Doomsday Algorithm which is actually useful on an almost daily basis.

  51. I tend to run out of general purpose registers by P-Nuts · · Score: 2, Funny

    If I attempt to perform a calculation in my head, I can often see the tricks to make it doable, but can't hold on to more than a couple of intermediate values. Particularly if I'm trying to keep track of mantissas and exponents at the same time. I usually need some random access storage (pen and paper) to hold the temporary variables.

  52. What's the point?-Game of Math. by Anonymous Coward · · Score: 0

    Try becoming a game programmer. You'll have math out the wazoo.

  53. Times tables by larien · · Score: 1

    Part of what I had to learn in primary was my times tables; we'd have to memorize everything from 1*1 up to 12*12 (and all the numbers in between). It was very boring and I hated it at the time, but I'm glad of it now, as I can multiply pretty well in my head.

  54. Push-ups for your brain. by Kent+Brewster · · Score: 1

    Mental math depends heavily on the availability and reliability of short-term memory. You need to be able to hold two or three numbers in memory while you manipulate two or three more. The most reliable way to acquire this mental RAM is to practice, so here is the mental equivalent of push-ups:

    To square any two-digit number X, decide what number N it will take to raise or lower X to P, the nearest multiple of 10. Add the opposite of N to X to get Q, multiply P times Q, and add N^2 to the result. For instance:

    67^2 =
    (67 + 3) * (67 - 3) + 3^2 =
    70 * 64 + 9 =
    4489

    The hard part is 70 * 64, but if you teach yourself to ignore the zero at the end of the 70 and multiply from left to right, it sounds like this:

    "Seven sixes make forty-two, times ten makes four hundred and twenty. Seven fours make twenty-eight, plus four hundred and twenty makes four hundred and forty-eight, times ten makes forty-four hundred and eighty, plus three squared--that's nine--makes forty-four hundred and eighty-nine."

    Presto, you've figured out the answer in less time than it takes to say it. Note: don't be discouraged if you forget what number you needed to add at the end, or what number you were originally squaring; they're going to drop out of your short-term memory storage until you practice enough.

    If you get this down you will win bar bets, impress your co-workers, and shut your hardass father's mouth next time he starts droning on about how they didn't have calculators when he was in school ... they had sticks and rocks, and they were happy to have 'em!

  55. In hex... by Maljin+Jolt · · Score: 1

    I can do md5sum by head. Now, beat me!

    --
    There you are, staring at me again.
  56. Bad tutor, Bad! by lost_n_mad · · Score: 1

    During highschool, my junior and senior math teachers made me tutor (I was horrible about doing day to day work, but killed the curve on tests. So it was either tutor or flunk). I found that the best way to teach these folks math was a combination of doing and showing. I always started the sessions with a two steps back, one step forward progression. Basically you build their confidence by going through easy exercises (simple X+Y=Z problems) then you add to the complexity ({XY}+Z=A), etc. I raised all my students average by two points (mostly D grade students started getting B's) It's not that they were bad at math, just that many teachers, and other tutors didn't Keep It Simple. If you can get the concept for theory across using simple numbers (1,2,3,5,9,10) then why confuse them with larger numbers?

    Many of the other posters have it right you have to use it or you lose it. I find I have to apply the same formula I used as a tutor to myself. When I want to calculate something in my head, sometimes I have to back up to the previous basics that built towards the theorems I used in other mathematics. In your exercise, if the art tutor starts with paint by numbers, or shadowing some ink drawings, then has you sketch and watches where your eye goes when drawing in relation to what's being drawn, then they can help teach you to draw better. But if all they are doing is critiquing what's being done, then all they are doing is criticizing. And let's face it, most critics only help themselves feel better about what they do. Two steps back and then one forward.

    --
    TANSTAAFL
  57. good post by GCP · · Score: 1

    I'm quite good at math and bad at sketching. I like your example.

    Let me say this about being good at math. Not surprisingly, it's (almost) all about practice. I'm not denying the possibility of natural talent playing a role, but I think probably anybody could reach the calculus level without much need for natural talent, as long as there's no time pressure and you do a lot of work.

    You have to do lots and lots of example problems. As you do, you start to develop a "feel" for them. If you do it enough to develop that feel before moving on to the next level, you'll be fine. If you're forced to go to the next level before you develop the feel, you won't "see" the new things properly, and you can't deal with what you can't "see".

    You'll then be forced to figure out ways to get by that aren't real learning -- some combination of cheats and dodges and settling for less, etc. Then, without the proper foundation, if you're forced yet again to move on, things will go into a death spiral of lost confidence, bad grades, poor skills, tricks, playing the system, etc.

    You need to go back as far as you need to go back, get a source of LOTS of sample problems, and do them again and again and again until you get the feel for it. Then move on in steps that are as slow and gradual as they need to be and keep doing LOTS of problems.

    The natural talent issue may make you slower at this than some other people, but it probably can't stop you as long as you don't quit.

    I solve math problems now for the most part by seeing through them, meaning that I recognize them and have a feel for them that comes from familiarity gained over years of practice. You may not have the interest to put that much time into it, which is fine, but then don't accuse yourself of being "bad at math" if you willingly decide not to take the time to become good at math. You probably could be, but you may be underestimating both yourself and the amount of work needed for anybody to become good at math.

    Maybe a good tutor could help, maybe some good tutorial books could help, but NOTHING helps like practice, practice, practice.

    --
    "Those who have never entered upon scientific pursuits know not a tithe of the poetry by which they are surrounded."
  58. Check the way you normally think of things by rark · · Score: 1

    Most people's primary learning style is either visual, auditory or kinsthetic. To figure out which one yours is, consider how you think of things and how you like to organize information. If you learn best from looking at charts and graphs, you're likely either visual or kinsthetic (a lot of kinsthetic learners pick up very quickly how to 'translate' information from other states, else they get labled as 'learning disabled'), if you learn best from reading words, you're either auditory or visual (or a very adaptive kinsthetic), if you learn best from lecture (without considering visuals from an overhead projector/blackboard/etc) you're almost certainly auditory. If you're one of those people who has a heck of a time learning something from reading or lecture, but picks it up quickly from doing it, you're very likely kinsthetic. There's a lot of little quizzes around to help you figure this out, I'd suggest taking a few (try googling on 'learning styles') and seeing which style keeps coming up. Most people can learn using all three styles, but the vast majority do prefer one style over the others.

    If you're auditory, sorry, I have no really good advice. Someone else probably will, though. I recommend googling for 'auditory learners' - and don't ignore the pages meant for those who are learning disabled or their parents, as they often have really good ideas whether or not you are learning disabled.

    I use a technique that translates well for both visual and kinsthetic learners (I'm kinsthetic) -- in my head I use 'blocks' to do math, and then translate the answers from looking at how many blocks I have. If you're a visual learner you can practice this outside of your head using graph paper and a pen. If you're a kinsthetic learner, the graph paper will work, but legos or similar physical blocks will probably work better. For a very basic problem, say 52+34, one would 'block out' (either on the graph paper or with the blocks) 52 blocks and 34 blocks, and then mentally (or physically, if you're practicing outside your head) putting the blocks together, then seeing how many blocks there are. With practice this is much faster than a calculator or even doing the math the standard way in one's head. For more complex problems, using algebraic simplification, the various 'rules' for multiplication and division, etc can be combined with this method for very quick calculations, even of relatively complex (for humans. Let's not get into complex-for-computers issues) problems. I

    It helps immensely if from the very beginning you group your blocks in groups of five or ten, and group those in groups of 50-100 (total blocks) and group those in groups of 500 or 1000 (again, total blocks) and so on to simplify the final count up. (five is a good number because most people can 'eyeball' five without having to explicitely count each piece -- if you can't actually eyeball five, you can almost certainly eyeball two and three, and know that that makes five. Then ten is just eyeballing two groups of five)

    Incidently, I've gotten people who were terrified of math and believed that they couldn't do math to do calculations quickly and easily using this method. This probably has more to do with the lousy way math is taught in our schools than the inherent wonderfulness of my brain, though ;)

    (on a somewhat related note, fractions are best done using circle charts and putting them together in your head, the same way as the blocks. One circle becomes the same as one block. I imagine you could also use squares the same way, but it's easier to make 1/3rd a circle than 1/3rd a square, and you don't end up playing games trying to make your funny shapes fit together in the square -- a wedge is a wedge is a wedge in a circle)

  59. No substitute for intelligence by Anonymous Coward · · Score: 0

    The best time to develop your FPU is as an adolescent. All you can hope for as an adult, with your inferior mathetmatically, perma-wrinkled, old dog, old tricks brain is to memorize a lot of both formulas and shortcuts, and keep practicing them indefinitely unless you want them to deteriorate. That isn't "learning", btw. And don't expect to change the field, it's so diversely and extremely specialized now that the only ones in the future who will do that are prodigies. You will be a layman.

    If you are an adolescent, read and absorb Organon, Principia Mathematica and Grundgesetze der Arithmetik and then wise up, stop teaching yourself and enroll in university classes after you ace the entrance exams.

    **** *. *. *****, professor emeritus *.*.*.

  60. Here it is. Re:What's the point? by hacksoncode · · Score: 1
    Ok, you don't need to know the trick (see above) for squaring any number, because you can use the calculator to square any number.

    What if you need to program the computer to square numbers that are larger than the word size can contain? (i.e. arbitrary precision arithmetic)

    If you know the math tricks, you can do this easily. If you don't, you have to struggle to do it analytically, which is a pain.

    Quick, how can you figure out the lowest set bit of a number?

  61. Answer to the previous problem by hacksoncode · · Score: 1

    X&-X