Question 382431
Find three consecutive positive odd integers such that the product of the first and third is equal to 1 less than twice the second.
---
1st: 2x-1
2nd: 2x+1
3rd: 2x+3
-----------
Equation:

---------------------------
4x^2+4x-3 = 4x+1
------
4x^2-4 = 0
4(x+1)(x-1) = 0
x = -1 or x = 1
----
If x = 1:
1st: 2x-1 = 1
2nd: 3
3rd: 5
Checking:
(2x-1)(2x+3) = 2(2x+1)-1
1*5 = 2(3)-1
5=5
------------------
OR
---
If x = -1:
1st:2x-1 = -3
2nd: 2x+1 = -1
3rd: 2x+3 = 1
Checking: 
(2x-1)(2x+3) = 2(2x+1)-1
(-3)(1) = 2(-1)-1
-3 = -3
==============
Cheers,
Stan H.