Digit Sum ની ગણતરી કેવી રીતે કરવી
Digit Sum શું છે?
The digit sum is the sum of all individual digits in a number. The digital root is the single digit obtained by repeatedly summing digits. These are used in divisibility checks and casting out nines.
સૂત્ર
Digit sum = sum of all digits; Digital root = 1 + ((n−1) mod 9)
- n
- the number
- d
- digit sum — sum of all digits in n
- r
- digital root — repeatedly sum digits until single digit
પગલું દ્વારા પગલું માર્ગદર્શિકા
- 1Digit sum: add all digits together
- 2For 1234: 1+2+3+4 = 10
- 3Digital root: repeat until single digit
- 4Digital root of n = 1 + (n−1) mod 9
Worked Examples
ઇનપુટ
12345
પરિણામ
Digit sum = 1+2+3+4+5 = 15, Digital root = 6
ઇનપુટ
999
પરિણામ
Digit sum = 27, Digital root = 9
Frequently Asked Questions
What is the divisibility rule for 9?
A number is divisible by 9 if and only if its digit sum is divisible by 9 (or equals 9).
What is "casting out nines"?
An ancient divisibility checking technique using digit sums to detect arithmetic errors.
What is the digital root of a number like 999?
9+9+9 = 27, then 2+7 = 9. The digital root is 9.
ગણતરી માટે તૈયાર છો? મફત Digit Sum કેલ્ક્યુલેટર અજમાવી જુઓ
તેને જાતે અજમાવી જુઓ →