Open mathincubator opened 3 years ago
To find the number of factors of a number:
Find the prime factorization of the number
Add 1 to all of the exponents
Multiply them together
If the prime factorization of the number is expressed as pe11 × pe22 × ⋅ ⋅ ⋅ × pekk then the number of factors of the number is (e1 + 1) (e2 + 1)... (ek + 1)
To find the number of factors of a number:
Find the prime factorization of the number
Add 1 to all of the exponents
Multiply them together
If the prime factorization of the number is expressed as pe11 × pe22 × ⋅ ⋅ ⋅ × pekk then the number of factors of the number is (e1 + 1) (e2 + 1)... (ek + 1)