If n is a positive integer such that n 3 + 2 n 2 + 9 n + 8 results in a perfect cube, what is n ?
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.
n 3 + 2 n 2 + 9 n + 8 = ( n + 1 ) ( n 2 + n + 8 )
Assume ( n + 1 ) 2 = ( n 2 + n + 8 ) , then n = 7
This does not prove that n = 7 is the only solution.
Problem Loading...
Note Loading...
Set Loading...
Let f ( n ) = n 3 + 2 n 2 + 9 n + 8 .
First note that f ( n ) > n 3 for all positive integer n .
Now consider ( n + 1 ) 3 − f ( n ) = n 2 − 6 n − 7 = ( n + 1 ) ( n − 7 ) . This has roots n = − 1 and n = 7 ; for all n > 7 , it is positive, so for n > 7 , we have n 3 < f ( n ) < ( n + 1 ) 3 , and f ( n ) can't be a cube.
It's easy to check that among n = 1 , … , 7 , the only cube is f ( 7 ) = 5 1 2 = 8 3 . This proves that n = 7 is the only positive integer solution.