document.write( "Question 985169: Find two consecutive odd integers such that 3 times first integer is 5 more than twice the second \n" ); document.write( "
Algebra.Com's Answer #606294 by macston(5194)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "x=first integer; x+2=second integer \n" ); document.write( "3x-5=2(x+2) \n" ); document.write( "3x-5=2x+4 \n" ); document.write( "x=9 ANSWER 1: The first integer is 9 \n" ); document.write( "x+2=9+2=11 ANSWER 2: The second integer is 11. \n" ); document.write( " \n" ); document.write( " |