I recently came across something called "vedic mathematics" and now my belief that maths is hard is starting to diminish RAPIDLY!
[Edit] I've revised my examples to hopefully make them easier to understand. I've also had to put them in bbcode "code" tags so as not to lose the text formatting. More will be added to THIS post as I learn them.
I'm also in the middle of writing a (AutoHotkey) script/program for my young 'un (and myself
- Code: Select all
**********************
*** MULTIPLICATION ***
**********************
Multiply two 2 digit numbers - "vertical and crosswise" |X|.
eg.32 X 41
3 2
|X|
4 1
* Vertical - 3x4=12 - This is the start of your answer. Write down or remember 12
* Crosswise - (3x1=3)+(4x2=8)=11 - Carry 1 over to the 12 making it 13, put the other 1 to the right of it [131].
* Vertical - 2x1=2 - Nothing to carry over, put 2 to the right of 131
Answer: 1312
Multiply any 2 digit number by 11 - "add to neighbour" (0+1,1+2,2+3,3+4 ...).
eg. 43 X 11
* Add the 4 and 3 together (7) and put the result between the 4 and 3 4(7)3.
Answer: 473
You can do the same for 22, 33, 44 ...
eg. 43 X 22
Multiply each number by 2. (For 33 times by 3, for 44 times by 4 etc.)
* 4x2=8 - This is the start of your answer. Write down or remember 8.
* (4+3)x2=14 - Carry 1 over to the 8 making it 9, put the 4 to the right of it. 94
* 3x2=6 - Nothing to carry over, put 6 to the right of 94(6)
Answer: 946
Multiply ANY number by 11 - "add to neighbour" (0+1,1+2,2+3,3+4 ...).
eg. 54423452432 X 11
To get the answer you do exactly the same, in that you add neighbouring digit pairs together.
* Starting from the left, the first digit is the first number of your answer (essentially 0+5=5) [5]
* Write this down and put next to it the sum of that digit plus the next (5+4=9) [59].
* Then next to that (4+4=8), you now have 594.
* Continue this way until the last two digits are added together (3+2=5).
* Write the last digit (2) as it is (as with the first digit, is essentially 2+0).
Answer: 598657976752
*******************
***** SQUARE² *****
*******************
Square a two digit number ending in 5.
eg. 95²
* Take the first digit (9) and add 1 to it then multiply the two together (9x10=90).
* Thats the first part of the answer. The last part is always the same (5x5=25)
Answer: 9025
*******************
*** SUBTRACTION ***
*******************
Take any number from 100, 1000, 10000, 100000 etc, "all from 9, last from 10".
eg. 1000000 - 736462
* 9-7=2, 9-3=6, 9-6=3, 9-4=5, 9-6=3, 10-2=8
Answer: 263538
*******************
*** PERCENTAGES ***
*******************
Find percentages close to base 100.
eg. 96% of 88
xx. = 100%
x.x = 10%
.xx = 1%
96% of xx = 100% - 4% [ (10%/2=5%)-1%=4% ] or, [ (1%*4) or ((1%*2=2%)*2=4%) ]
xx - ( (x.x/2)-.xx ) or, [ (.xx*4) or ((.xx*2)*2) ]
96% is 4% less than 100%. We first find 4% of 88 then subtract it from the 88 leaving 96% of 88.
In this case there are two ways of finding 4%.
1 - find 1% (.88) and multiply by 4 (or mutliply .88 by 2 then that answer by 2).
2 - find 10% (8.8), halve it to find 5% (4.4) then subtract 1% (.88) leaving 4%.
Then subtract the 4% from 88.
* (8.8 / 2 = 4.4)-.88 = 3.52 or (.88 x 2 = 1.76)x2 = 3.52
* 88 - 3.52 = 84.48
Answer: 96% of 88 = 84.48
Tip: to quickly take away .88 from 4.40 I added .12 to .88 to round it up to 1.00, took that from 4.40 (3.40) then added the extra .12 that I took off back on.
All of these are very simple examples that can be worked out in your head!!
There has been some speculation as to whether the Vedas actually mention these ways of working out maths problems ... but even so ... enjoy being a clever dick!
Video examples:
http://www.youtube.com/watch?v=YFvwRzjTWAw
http://www.youtube.com/watch?v=9qQAYEYLCoU
http://www.youtube.com/watch?v=rf3_36a9MWc
More: http://www.youtube.com/user/sweetmini2002#p/u
Video set download (163mb): http://www.filestube.com/8ex0QvQOJmn3WcbOffX8TV/Vedic-Mathematics-EasyCal-Series-of-30-Fast-Math-Tricks.html
