Vedic Math - Dividing numbers by any one digit numbers (DIVISION BY 8 ETC.)

In the last article, we discussed division by 9. And in this article, we discuss divisors below base value 10, 100 etc. In these, we do the pairing from right.

Easy way to divide by 9 can be extended for 8, 7 etc.

ab divided by m
The rule we use is:
1) Put a and b in the first row
2) Write a as quotient in third row
3) List p x a (a the quotient) in the second column of the second row. (p= 10 - m)
    a | b
       | p x a
   ----------
    a | b +(p x a)
Quotient: a, remainder: b + (p x a)
Clearly this is easiest for 9, p= 10 - 9= 1

 8) 3 | 1               7) 2 | 0                6) 1 | 1
        | 6                       | 6                       | 4
  ---------              ----------              ----------
     3 | 7                    2 | 6                    1 | 5

In the above examples with divisor 8, 7, and 6, we get quotient 3 reminder 7 , quotient 2 reminder 6 and quotient 1 reminder 5 respectively.
We have to multiply the quotient by 2 in the case of 8, by 3 in the case of 7, by 4 in the case of 6 and so on. What this means, that we have to multiply the quotient-digit by the Divisor's complement from 10.

For example, Divide 31 by 8 
Step 1: We bring the first digit 3 into the answer as quotient.
Step 2: Then instead of adding this to the 1 as we do when dividing by 9, we add double of 3
            (i.e. 3 * (10-8)) to the 1 and get 7 for the remainder.
           We double the 3 because 8 is 2 below 10.

Lets extend it for three digits Dividend

abc divide by m, p=10-m
 a | b          | c
    | p x a    | p x ((p x a) + b)
--------------------------------------
Quotient: a / (p x a) + b, Remainder: (p x ((p x a) + b)) + c

Similarly, for 311 divided by 8

 8) 3  | 1 |  1
         | 6
  --------------
     3  | 7 | 14
  --------------
       37   |  15
  ---------------
       38   |   7
  • We bring down the first digit i.e. 3,
  • Add 2 x 3 (i.e. p x a) to 1 (i.e. b) in the next column and put down 7 (i.e.(p x a) + b),
  • Then add 2 x 7 (i.e. p x ((p x a) + b)) to the 1 in the last column and put down 15 as the remainder.
  • Since this remainder is bigger than 8, hence we compute answer further.  As 15 > 8, so add 1 to quotient and subtract 8 from remainder. Final answer is quotient = 38 and reminder = 7

Lets take another example, 123 divide by 7

 7) 1  | 2 |  3
         | 3
     1  | 5 | 15
  -------------
       15   | 18
  • We bring down the first 1,
  • add (3 x 1) to the 2 in the next column and put down 5 (7's complement from 10 is 3, so multiplied by 3),
  • then add (3 x 5) to the 3 in the last column and put down 18 as the remainder.
  • Since this remainder contains another 7 we convert our answer to 16 reminder 11. This again contain another 7 so our final answer is quotient 17 and remainder 4. 

One more example, 1121 divide 8,
 8) 1 | 1 | 2 | 1
        | 2 |
        |    | 6
        |    |    | 16
   ----------------
       138    | 17    (17>8, remainder contains 8 two times and subtract 16 from remainder(2*8=16,
                            17- 16=1))
       140    | 1
Quotient 140,  Remainder 1

Following are some practice questions:
a  8) 1 1 1      Ans. 13 r7
b  8) 1 5 1      Ans. 18 r7
c  8) 1 0 0      Ans. 12 r4
d  7) 4 0        Ans.  5 r5
e  7) 1 0 3      Ans. 14 r5
f   7) 1 1 1      Ans. 15 r6