document.write( "Question 88563: find two consecutive odd integers such that 5 times the first integer is 12 more than 3 times the second. \n" ); document.write( "
Algebra.Com's Answer #64394 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! find two consecutive odd integers such that 5 times the first integer is 12 more than 3 times the second. \n" ); document.write( "---------------------------- \n" ); document.write( "Let the consecutive odd integers be x and x+2. \n" ); document.write( "EQUATION: \n" ); document.write( "5x=3(x+2)+12 \n" ); document.write( "5x = 3x+18 \n" ); document.write( "2x = 18 \n" ); document.write( "x=9 (1st odd integer) \n" ); document.write( "x+2 = 11 (2nd odd integer) \n" ); document.write( "================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |