document.write( "Question 788904: Find two consecutive odd integers such that three times the smaller is 5 more than twice the larger. \n" ); document.write( "
Algebra.Com's Answer #806173 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) + 5 \n" ); document.write( "3x = 2x + 9 \n" ); document.write( "x = 9\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are 9 and 11. \n" ); document.write( " |