| |||||||||
The digital root of a number is the number recieved by adding all the digits, then adding the digits of that number, and then continuing until a single-digit number is reached.
An example is:
The digital root of 65,536 is 6+5+5+3+6 = 25, then 2+5 = 7
Special cases of digital roots of particular numbers are:
Digital roots can be calculated with congruences rather than by adding up all the digits, a procedure that can be a real timesaver in the case of very large numbers.
Digital roots can be used as a sort of checksum.