We all are aware of the very famous division check formula . It says
Dividend = Divisor * Quotient + Remainder
Again solving this formula with actual value is time consuming so just put the digital root of all the values and see the fun yourself. let me explain with the help of an example..
Dividend = Divisor * Quotient + Remainder
Again solving this formula with actual value is time consuming so just put the digital root of all the values and see the fun yourself. let me explain with the help of an example..
1. Divide 254(Dividend) by 12(Divisor).
2. Quotient is 21 and remainder is 2.
3. Digital root of Dividend 254 is 2.
4. Digital root of Divisor 12 is 3.
5. Digital root of quotient 21 is 3.
6. Digital root of Remainder 2 is 2.
7. Now put all the digital root values in the formula as shown here:-
Dividend = Divisor * Quotient + Remainder
2 = 3 * 3 + 2
2 = 9 + 2
2 = 11( Digital root of 11 is 2)
Hence 2 = 2
Hence the digital root of left hand side is equal to the right hand side.
Practise them and enjoy maths...
Practise them and enjoy maths...
No comments:
Post a Comment