Find the sum of all positive integers n such that
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.
Firstly, notice that both sides are odd. Therefore
2 n 2 + 1 ∣ n 3 + 9 n − 1 7
⟺ 2 n 2 + 1 ∣ 2 ( n 3 + 9 n − 1 7 )
⟺ 2 n 2 + 1 ∣ 2 n 3 + 1 8 n − 3 4 − n ( 2 n 2 + 1 ) = 1 7 n − 3 4 .
The motivation behind this is to clear the cube, which would be 2 n 2 + 1 multiplied by n , something natural to do. But since the coefficient of n is 1 , we multiply the dividend expression by 2 as we observe both sides are odd.
The rest is easy to follow. As 2 n 2 + 1 > 1 7 n − 3 4 for n > 5 by solving the quadratic equation 2 n 2 − 1 7 n + 3 5 = 0 . We then have for n = 1 , 2 , 3 , 4 , 5 , { 2 n 2 + 1 , 1 7 n − 3 4 } = { 5 , − 1 7 } , { 9 , 0 } , { 1 9 , 1 7 } , { 3 3 , 3 4 } , { 5 1 , 5 1 } , and therefore the only solution are n = 2 and n = 5 , with the answer 2 + 5 = 7 .