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 கால்குலேட்டரை முயற்சிக்கவும்

நீங்களே முயற்சிக்கவும் →

அமைப்புகள்