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
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) (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.