SOLUTION: Find three positive consecutive integers such that the product of the smallest and the largest is 17 more than three times the median integer

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: Find three positive consecutive integers such that the product of the smallest and the largest is 17 more than three times the median integer       Log On


   



Question 1015141: Find three positive consecutive integers such that the product of the smallest and the largest is 17 more than three times the median integer
Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
Find three positive consecutive integers such that the product of the smallest and the largest is 17 more than three times the median integer
----------------
Use n-1, n & n+1
---
(n-1)*(n+1) = 3n+17
n^2-1 = 3n+17
n^2 - 3n - 18 = 0
etc.