document.write( "Question 793573: Find two consecutive odd integers if three times the smallest integer is 7 more than twice the largest integer \n" ); document.write( "
Algebra.Com's Answer #806153 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 = 7 + 2(x+2) \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( " |