document.write( "Question 909976: Find the two consecutive integers such that their sum is equal to the difference of three times the larger and two times the smaller. \n" ); document.write( "
Algebra.Com's Answer #552179 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! x + x+1 = 3(x+1) - 2x \n" ); document.write( "2x + 1 = 3x + 3 - 2x \n" ); document.write( "x = 2 \n" ); document.write( "the two consecutive Integers are: 2 , 3 \n" ); document.write( "and..checking \n" ); document.write( "5 = 9-4 \n" ); document.write( " |