SOLUTION: Find the sum of all the prime factors of 27000001.
Now, this I already solved, but is there any way to better present it rather than trial division?
What I did was using sum of c
Algebra.Com
Question 1048556: Find the sum of all the prime factors of 27000001.
Now, this I already solved, but is there any way to better present it rather than trial division?
What I did was using sum of cubes property to express it as 301× 89701, then factor out 301 into 7 and 43. For the number 89701, it was purely trial division.
I need your help, thanks.
Answer by rothauserc(4718) (Show Source): You can put this solution on YOUR website!
There is an algorithm to determine the sum of the prime factors of a number
:
(1) find the prime factorization of the number ( i.e. use Fermat's Factorization Method)
:
(2) form a product in which each term is the sum of all the powers
of one of the prime factors up to the exponent on that prime
factor
:
The product is the sum of the prime factors
:
Consider 9000
:
9000 = (2^3) * (3^2) * (5^3)
:
sum of factors = (1 + 2 + 4 + 8) * (1 + 3 + 9) * (1 + 5 + 25 + 125) = 30420
:
note the first term is (2^0 + 2^1 + 2^2 + 2^3), the other two terms are determined from 3^2 and 5^3 respectively
:
RELATED QUESTIONS
Let P(x) be a nonconstant polynomial, where all the coefficients are nonnegative... (answered by ikleyn)
Based on my previous questions and the answer provided:
``Hello I have a question... (answered by Mathtut)
I had this exponent problem.
3^x-2 = 81 --> 3^4 = 81
I can solve it by trial and... (answered by robertb)
"I'm a product of four prime numbers. My three digits are all prime and different. The... (answered by Edwin McCravy)
Hello
Joe is working at Big Beefy Burgers. He recently received a salary increase of... (answered by ankor@dixie-net.com)
If x is the sum of all prime factors of 38, and if y is the sum of all prime factors of... (answered by Earlsdon,venugopalramana)
Find the domain of each of the rational expressions. (Identify which values of x will... (answered by MathTherapy)
Factor:
x^4-13x^2+4 (I do not know how to put this on a formula plotting system so... (answered by KMST)
Hi,
I know how to find the sum of n consecutive integers.
I use the formula: n(n+1)/2
(answered by KMST)