सूत्र १ (sutra 1)
’ निखिलं नवतः चरमं दशतः ’
’ निखिलं नवतः चरमं दशतः ’
It's literal meaning is - all from nine and final from ten (It sounds weird but basically it's a method to do multiplication by using 10's complement.). Let's call it just "Nikhilam".
This is how it works.
Example 1:
7 x 8
Choose a power of 10 which is nearest to both the multiplier and the multiplicand.
In this case 101 = 10 is the nearest to both. Thus, base = 10.
Write the 10's complement of both the multiplier and the multiplicand to the right side of the colon as shown.
7 : 3
8 : 2
------------
_ / _
8 : 2
------------
_ / _
The number to the left hand side of the slash can be calculated by any of the four ways given below:
- 7 + 2 = 5
- 8 + 3 = 5
- 3 + 2 = 5; since 5 is a 10's complement of 5 we write it as 5
- 7 + 8 = 15; and as the answer is 5 more than the base we write 15 - 10 =5
Method no. 3 and 4 can be ignored for now. They will be clear from the explanation of this method at the bottom. I don't really use them while using Nikhilam. All we need to keep in mind is that we do the addition of either of the 2 numbers with the 10's complement of the other. So we write 5 at the left hand side.
7 : 3
8 : 2
------------
5/
The number on the right hand side of the slash is calculated by signed multiplication of the complements. So we get,
3 x 2 = 6
7 : 3
8 : 2
------------
5/6
And what we get is the final answer which is,
7 x 8 = (number to the left x base) + (number to the right) i.e.
7 x 8= 56
7 x 8= 56
------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------
Explanation:
7 = 10 -3
8 = 10 -2
Hence,
7 x 8
= (10 - 3) x (10 -2)
= 100 - 30 - 20 + 6
= 10(10 - 3 - 2) + 6
10-3-2 can be written in four different ways.
=(10 + [-3-2]) = (10 - 5) = 5 or
=([10-3] - 2) = ( 7 - 2) = 5 or
=([10-2] - 3) = ( 8 - 3) = 5 or
=([10 -3]+[10-2]-10) = (7+8-10) = 5
Thus,
7x8=10(5) + 6
7x8=56
1 comment:
hey good job... keep posting...
Post a Comment