Digit Sums
A digit sum is found by adding all the digits of a number together.
Example: For the number :
For the number :
Interestingly, different numbers can have the same digit sum.
Properties
- Smallest Number with Digit Sum 14: To make the number small, we want fewer digits. To use fewer digits, we use the largest possible digits (9).
- . So digits are 5 and 9.
- Smallest order: .
- Largest 5-digit number with Digit Sum 14: We want the largest digits at the start.
- (Remaining sum 5)
- (Sum: ).
Consecutive Digits Pattern
Calculate digit sums for consecutive digits:
Observation: The sums increase by 3 each time. This is because each digit in the sequence increases by 1 (, , ), so the total sum increases by .