document.write( "Question 926972: find three consecutive odd integers such that twice the first decreased by the second exceeds three times the third by 56 \n" ); document.write( "
Algebra.Com's Answer #805645 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! consecutive odd integers: (x-2), x, (x+2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2(x-2) - x = 3(x+2) + 56 \n" ); document.write( "(2x - 4) - x = (3x + 6) + 56 \n" ); document.write( "x - 4 = 3x + 62 \n" ); document.write( "-66 = 2x \n" ); document.write( "x = -33\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are -35, -33, and -31. \n" ); document.write( " |