You are told that
Work out the sum of 's prime factors with multiplicity.
Hint - The prime factors of a number are the prime number(s) which when multiplied together make the original number. If the value of is 12, then , and the sum will be .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The numbers repeat themselves after the … + n + … part so all you have to do is find twice the sum of
1 + 2 + 3 + … + ( n − 1 )
and then just add n
Speaking of sums, the formula for working out the sum of a series is
1 ∑ x = 2 x ( x + 1 )
So by slotting that into the series you get
2 2 ( n − 1 ) ( n − 1 + 1 ) + n
See now you have something to work with, the next step is to simplify and expand
( n − 1 ) ( n − 1 + 1 ) + n ⇒ n ( n − 1 ) + n ⇒ n 2 − n + n
Can you see where this is going
n 2 = 4 1 9 , 9 0 4
So n = 4 1 9 , 9 0 4 = 6 4 8
Next is the prime factors of 6 4 8
6 4 8 = 3 2 4 ⋅ 2 = 1 6 2 ⋅ 2 ⋅ 2 = 8 1 ⋅ 2 ⋅ 2 ⋅ 2
We can't divide by 2 any more but we can divide by 3
8 1 = 2 7 ⋅ 3 = 9 ⋅ 3 ⋅ 3 = 3 ⋅ 3 ⋅ 3 ⋅ 3
This means that the prime factors of 6 4 8 are 2 , 2 , 2 , 3 , 3 , 3 , 3
Adding these together gives you
( 2 ⋅ 3 ) + ( 3 ⋅ 4 ) = 6 + 1 2 = 1 8
So the answer is 1 8