![]() |
Addition , Subtraction , Division
|
|||||||||
|
At
times even simple addition takes a lot of time as the numbers are
big and complicated .
Here is an alternative method which helps you in adding even big
numbers quite fast . For
example , suppose you
have to add the following : 345
+ 378 = ? Let
us bifurcate the numbers into two parts . 345 can be bifurcated as
34 and 5 . Similarly , 378 can be bifurcated into 37 and 8 as shown
above. I have used the slash [/]mark as bifurcation symbol. Now
we have two separate parts for addition : 34+37 and 5+8. After
separate addition, they have been written as below: 34/5+37/8
= 71/13 Now
how to get the final result ? On
the right-hand side , you have two digits but there shoud be onlyone
digit because after bifurcating the numbers , you have kept only one
digit on the right.[Detailed explanation is given in our course
Magical Methods and its Application in data Interpretation]. In
this particular example, on the right-hand
side We
have 13 but we should have only one digit as we have deduced. So
what should we do? Add
the left most digit of RHS to the left hand side, i.e.
carry over 1 from 13 and add to 71. Your answer is: 71/13
= 72/3 = 723 You
can follow the same principle of addition with four digit numbers. 2345+346
= ? Bifurcation
can be done as follows: 23/45+3/46
OR
234/5+34/6 The
only thing you have to keep in mind is that the number of digits
taken on the right side of the bifurcation should be same for both
the numbers and also in the answer. If
you are getting more than two digits, then you
should adjust the number of digits accordingly.
|
|||||||||