document.write( "Question 136625: Find three consecutive odd integers such that the sum of the first and the third is 7 greater than the second decreased by -14. \n" ); document.write( "
Algebra.Com's Answer #100056 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! let x, x+2 & x+4 be the three integers. \n" ); document.write( "x+(x+4)+7>(x+2)-14 \n" ); document.write( "2x+11>x-12 \n" ); document.write( "2x-x>-12-11 \n" ); document.write( "x>-23 answer \n" ); document.write( "23+2>-21 answer \n" ); document.write( "23+4>-19 answer. \n" ); document.write( " \n" ); document.write( " |