Why does adding numbers these 2 ways give the same answer

catta

New member
Joined
Oct 14, 2022
Messages
1
Thinks this is the same for any number/size of integers.
Why is the answer the same?

1. Add the integers
8 + 24 = 32
Then add the digits in the answer until you are left with a single digit
8 + 24 = 32; 3 + 2 = 5

2. Add the individual digits and keep going till you only have a single digit
(8 + 24)
8 + 2 + 4 = 14; 1 + 4 = 5

13 + 45 + 92 + 1269 = 1419; 1 + 4 + 1 + 9 = 15; 1 + 5 = 6
1+3+4+5+9+2+1+2+6+9 = 42; 4 + 2 = 6
 
Thinks this is the same for any number/size of integers.
Why is the answer the same?

1. Add the integers
8 + 24 = 32
Then add the digits in the answer until you are left with a single digit
8 + 24 = 32; 3 + 2 = 5

2. Add the individual digits and keep going till you only have a single digit
(8 + 24)
8 + 2 + 4 = 14; 1 + 4 = 5

13 + 45 + 92 + 1269 = 1419; 1 + 4 + 1 + 9 = 15; 1 + 5 = 6
1+3+4+5+9+2+1+2+6+9 = 42; 4 + 2 = 6
This is called "casting out nines" (because 9 anywhere in the work doesn't affect the answer, and can be replaced with zero). The single-digit numbers you get are called "digital roots".

Search for that term, and you should be able to find a variety of explanations, one of which should be at the appropriate level for you.

If you want us to explain it in detail, please tell us something about what levels of math you are familiar with, so we can try to aim at your ability. The fullest explanations require some knowledge of number theory; more basic explanations take a little more thought.
 
Top