Sum of factors calculator calculates the total sum of all divisors of a given number.
Sum of Divisors Calculator | 
|
| Number | |
| Result | |
To calculate the sum of factors, we first need to find all the factors of a number and then sum them up.
 For example, the factors of 50 are: 1, 2, 5, 10, 25, and 50. 
 
The sum of these factors is:
          1+2+5+10+25+50=93.
This method works well for small numbers.
 However, for larger numbers, such as 1200, calculating all the factors manually would take a lot of time.
Instead, we use prime factorization to break down the number. 
For example:
          1200 = 24 x 3 x 52
 Using the formula for the sum of divisors based on prime factorization:
           (20 + 21 + 22 + 23 + 24) x (30 + 31)x (50 + 51 + 52)
This simplifies to:
           (1 + 2 + 4 + 8 + 16)×(1 + 3)×(1 + 5 + 25)
           =31 x 4 x 31 
           =3844.
Terms | Privacy | Disclaimer | Contact
©2025 bCalculator