SOLUTION: The sum of the products of three consecutive integers taken twice at a time is 107. Find the integers.

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: The sum of the products of three consecutive integers taken twice at a time is 107. Find the integers.      Log On


   



Question 981050: The sum of the products of three consecutive integers taken twice at a time is 107. Find the integers.
Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
The sum of the products of three consecutive integers taken twice at a time is 107. Find the integers.
--------------
n-1, n, n+1 are the integers
n(n-1) + n(n+1) + (n-1)*(n+1) = 107
2n^2 + n^2 - 1 = 107
3n^2 = 108
n = 6
n = -6