Skip to main content

Sum of Digitsని ఎలా లెక్కించాలి

Sum of Digits అంటే ఏమిటి?

A digit sum calculator adds together all the individual digits of a number. The sum of digits of 12345 is 1+2+3+4+5 = 15. Digit sums are used in divisibility rules (a number is divisible by 9 if its digit sum is divisible by 9), check digit algorithms, and computing digital roots.

సూత్రం

sum = d1 + d2 + d3 + ... + dn

దశల వారీ గైడ్

  1. 1Separate the number into individual digits
  2. 2Add all digits together
  3. 3The result is the digit sum

పరిష్కరించిన ఉదాహరణలు

ఇన్పుట్
12345
ఫలితం
15
Used in divisibility rules and digital roots

నివారించాల్సిన సాధారణ తప్పులు

  • Including the decimal point in multi-digit sums
  • Forgetting negative signs don't affect digit sums

లెక్కించడానికి సిద్ధంగా ఉన్నారా? ఉచిత Sum of Digits కాలిక్యులేటర్‌ని ప్రయత్నించండి

దీన్ని మీరే ప్రయత్నించండి →

సెట్టింగులు