Skip to main content

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

चरण-दर-चरण मार्गदर्शक

  1. 1Digit sum: add all digits together
  2. 2For 1234: 1+2+3+4 = 10
  3. 3Digital root: repeat until single digit
  4. 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 कॅल्क्युलेटर वापरून पहा

ते स्वतः वापरून पहा →

सेटिंग्ज