What is this mathematical procedure called?

Take a multi-digit number. Add up all of the digits. Add up the digits in the sum. Keep adding like this until you arrive at a single digit. Is there a name for these numbers?

To give an example:

655,587,010,432

6+5+5+5+8+7+1+4+3+2=46

4+6=10

1+0=1

The digital root.

The procedure is usually called “casting out nines.” A slightly faster method is to add the digits (which gives 46 in your example) and then take the remainder when that’s divided by 9. So 1 is the result.

What Wendell said.

Where I grew up, ‘casting out the nines’ was commonly taught as a way to check for errors in arithmetic (which admittedly wouldn’t catch errors of misplacing digits [e.g., writing 123 as 132).

“Casting out nines” is even faster if you actually do that, i.e., drop all 9s and any combination of digits that add to 9.

In the OP’s example: 655,587,010,432

655587010432

5558701042

55870102

558010

5500

5+5 = 10

1+0 = 1

Okay. I’ll bite. How does this technique check for errors?

I’m asking here instead of google because I’m pretty sure I’m not the only one wondering.

From the Wikipedia article cited by Q.E.D.:

For those of you following at home, this is saying that casting out nines can prove the presence of certain errors. It doesn’t say that casting out nines can prove the absence of all errors, because it can’t. Transpose two digits and casting out nines gives the same result.

Am I the only one here seeing some guy going through the math classes with a wheelbarrow, crying out “Cast out your nines, cast out your nines!!” :smiley:

Could this be an example of a parrotty error? :smiley: :smiley: