AkiWho
Doesn't sum of all the digits mean digital root?
I thought we have to do 4+3+2+4+3 and so on
Why are we adding 432 + 4+3?
AkiWho No, sum of all digits and digital root are different.
- Sum of all the digits means adding each digit exactly once and stopping there. For example, if the number is \(432\), the sum of digits is \(4 + 3 + 2 = 9\), and we're done.
- Digital root means repeatedly summing the digits until you get a single digit. For \(437\): first sum \(4 + 3 + 7 = 14\), then sum again \(1 + 4 = 5\). The digital root is \(5\).
For This Problem:The question asks: "what is the sum of all the digits of \(x\)?"
This means we add each digit once only.
When \(x = 10^{50} - 57\), we get:
\(x = 999...999943\) (48 nines, then \(4\), then \(3\))
Sum of digits \(= 48(9) + 4 + 3 = 432 + 4 + 3 = 439\)
We stop here because the question asks for the sum of all digits, not the digital root.