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 ক্যালকুলেটর চেষ্টা করুন

নিজে চেষ্টা করে দেখুন →

সেটিংস