NEW METHOD OF DIVISION.
Let us learn first how to find divisibility test for a prime number? This will lead us to the new method of division.
Divide 100 , 1000 , 10000 by the prime number. Note quotients and remainders.
Select that set of quotient and remainder where the remainder and quotients are both small numbers. It should be preferably single digit.
Suppose we want to find divisibility test for 13.
(a) 100/13 = 7; remainder 9. 13 x 7 + 9 = 100.
(b) 1000/13=76; remainder 12 or 13 x 76 +12 = 1000
(c) 10000/13=769; remainder 3
Best selection will be 7 & 9. i.e. for 100 since we are getting pair of small numbers that will be easy for calculation.
Now, any natural number (dividend) can be expressed as: 1000a+100b+10c+d , where a,b,c,d are from 0 to 9.( Whole number up to 9.i.e. 0 <= a, b, c ,d <=9 )
Now 1000a+100b+10c+d = 910a+90a+91b+9b+10c+d.
(1) Since we selected the pair of quotient and remainder for 100; leave aside last 2 digits(= no. of zeros to the right of 1 in 100).
(2) 90a+9b=9(10a+b). So multiply the number left after leaving aside last 2 digits, by 9 (remainder).
(3) Add last 2 digits [from step (1)] to this multiplication.
(4) Divide the sum by 13. Note Quotient and Remainder. If remainder is zero the number (dividend) under consideration is divisible by 13.
(5) We know 910a+91b will be divisible by 13.and answer of division will be (a) Quotient= 7x(10a+b) i.e. 7 x the number left after leaving aside last 2 digits; (b) remainder zero since 91=13 x 7. 7 is fixed part of test.
(6) Add the quotients in step (4) & (5). This is the quotient when the dividend is divided by 13.
(7) When the number is divided by 13, the remainder will be same as that obtained in step (4).
(8) Note the test can be used as another method for division. In this method,
the only advantage is that dividend has 2 digits less than the original number.
Engineered by
Hemant Shashikumar Dikshit
No comments:
Post a Comment