document.write( "Question 504394: three times the sum of two consecutive integers is three less than two times the larger integer. find the integers \n" ); document.write( "
Algebra.Com's Answer #339583 by mananth(16946)![]() ![]() You can put this solution on YOUR website! two consequtive integers x & x+1\r \n" ); document.write( "\n" ); document.write( "3 times the sum => 3(x+x+1)=3(2x+1)\r \n" ); document.write( "\n" ); document.write( "larger integer x+1 \n" ); document.write( "two times the larger integer => 2(x+1) \n" ); document.write( "3 less=> 2(x+1)-3\r \n" ); document.write( "\n" ); document.write( "3(2x+1)=2(x+1)-3 \n" ); document.write( "6x+3=2x+2-3 \n" ); document.write( "6x-2x=-3-3+2 \n" ); document.write( "4x=-4 \n" ); document.write( "x=-1\r \n" ); document.write( "\n" ); document.write( "-1 & 0 \n" ); document.write( " |