SOLUTION: The difference of the cubes of two consecutive positive integers is 217. What is the sum of the two integers?

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: The difference of the cubes of two consecutive positive integers is 217. What is the sum of the two integers?       Log On


   



Question 255252: The difference of the cubes of two consecutive positive integers is 217. What is the sum of the two integers?

Answer by palanisamy(496) About Me  (Show Source):
You can put this solution on YOUR website!
Let the two consecutive integers be n and (n+1)
Given, (n+1)^3-n^3 = 217
n^3+3n^2+3n+1-n^3-217 = 0
3n^2+3n-216 = 0
n^2+n-72 = 0
(n+9)(n-8) = 0
n = 8 or -9
Taking n =8, we get the numbers are 8and 8+1 = 9
Sum of the numbers = 8+9 = 17