Question 1061592
 find three consecutive odd positive integers such that 3 times the sum of all 3 is 26 less than product of the first and second integers 
------
1st:: 2x-3
2nd:: 2x-1
3rd:: 2x+1
---------------
Equations:
3(6x-3) = (2x-3)(2x-1)-26
-------
18x - 9 = 4x^2-8x+3-26
4x^2 - 26x -14 = 0
-----
x = 7 or x = -2
----
To get positive solutions let x = 7.
Then, 1st = 2x-3 = 11
2nd:: 13
3rd:: 15
----------------
Cheers,
Stan H.
----------