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?"
You could also try a google search I found some interesting websites
http://www.vedicmaths.comu /~rgupta/vedic.html
http://www1.ics.uci.ed
http://vedmaths.tripod.com
Hope this helps.
Slashdot: Tabloid for the nerds. Stuff that doesn't matter.
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 1A blog I run for the wealth
I like estimating tricks.
:) Anyone else have logarithm tricks to share?
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.
http://tinyurl.com/4ny52
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".