How to find digital root of number

 What is digital root?

      Digital root is summing all the digits of the number in repeated manner until we get a single digit.

Now take any number

 98334: digital root will be  9

Method :
  1.     add all 5 digits of number  9+8+3+3+4=27
  2.     Now answer is of two-digit so add both digits  2+7=9
  3.     answer obtained is single digit i.e. 9 

      so the digital root of 98334 is 9 


Take another say  508799
  •  5+0+8+7+9+9=38
  •  3+8=11
  •  1+1=2
         The final answer is 2


Tip: if there are two 9 in a number than cancel it out to one 9 
      e.g.   99622
  •       9+6+2+2=19
  •        1+9=10
  •        1+0=1

Do Like, comment and share my post if you like it.
Follow for more updates.