document.write( "Question 926812: thrice the sum of two consecutive integers is at most 13. \n" ); document.write( "
Algebra.Com's Answer #562466 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! thrice the sum of two consecutive integers is at most 13. \n" ); document.write( "-------------- \n" ); document.write( "1st:: x \n" ); document.write( "2nd:: x + 1 \n" ); document.write( "------------- \n" ); document.write( "Equation:: \n" ); document.write( "3(2x+1) <= 13 \n" ); document.write( "2x+1 <= 13/3 \n" ); document.write( "--- \n" ); document.write( "2x <= 10/3 \n" ); document.write( "--- \n" ); document.write( "x <= 5/3 \n" ); document.write( "--------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------- \n" ); document.write( " |