document.write( "Question 785533: Find two consecutive odd integers such that three times the smaller one exceeds two times the larger one by 7 \n" ); document.write( "
Algebra.Com's Answer #806197 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! consecutive odd integers: x, (x+2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "3x = 2(x+2) + 7 \n" ); document.write( "3x = 2x + 11 \n" ); document.write( "x = 11\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are 11 and 13. \n" ); document.write( " |