Question 852806
find three consecutive odd positive integers such that the sum of all three is 26 less than the product of the first and second integers. 
-----------
n-2 + n + n+2 = (n-2)*n - 26
3n = n^2 -2n - 26
n^2 - 5n - 26 = 0
No integer solution.