document.write( "Question 388100: the sum of a positive even interger and the next greater even integer is at most 14. What are the integers? \n" ); document.write( "
Algebra.Com's Answer #274429 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The sum of a positive even integer and the \n" ); document.write( "next greater even integer is at most 14. \n" ); document.write( "What are the integers? \n" ); document.write( "- \n" ); document.write( "1st: 2x \n" ); document.write( "2nd: 2x+2 \n" ); document.write( "---- \n" ); document.write( "Inequality: \n" ); document.write( "2x + 2x+2 <= 14 \n" ); document.write( "4x <= 12 \n" ); document.write( "x <= 3 \n" ); document.write( "----------- \n" ); document.write( "2x <=5 \n" ); document.write( "2x+2 <= 7 \n" ); document.write( "============= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |