document.write( "Question 856305: Find the larger of two consecutive integers whose sum is 4 less than three times the smaller integer.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #515851 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find the larger of two consecutive integers whose sum is 4 less than three times the smaller integer. \n" ); document.write( "---------------------- \n" ); document.write( "1st: x \n" ); document.write( "2nd: x+1 \n" ); document.write( "----- \n" ); document.write( "Equation: \n" ); document.write( "x + x+1 = 3x-4 \n" ); document.write( "2x+1 = 3x-4 \n" ); document.write( "x = 5 \n" ); document.write( "x+1 = 6 \n" ); document.write( "================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan h. \n" ); document.write( " |