You can put this solution on YOUR website! Five times the larger of two consecutive odd integers is equal to one more than eight times the smaller
-------
smaller:: 2x-1
larger:: 2x+1
----------------
Equation:
5(2x+1) = 8(2x-1)+1
-----------------------
10x + 5 = 16x - 8 + 1
----------------------------
10x + 5 = 16x - 7
-----
6x = 12
x = 2
------------
smaller:: 2x-1 = 3
larger:: 2x+1 = 5
-----------------
Cheers,
Stan H.
------------