You can put this solution on YOUR website! find 2 consecuative odd integers such that 4 times the smaller is 29 less than 3 times the larger
---------------
x and x+2 are the odd integers.
4x + 29 = 3(x+2)
4x + 29 = 3x + 6
x = -23
--> -23 and -21
--------------
check:
4*(-23) + 29 = 3*(-21)
-92 + 29 = -63
-63 = -63