document.write( "Question 469375: Find two consecutive even integers such that three times the lesser integer is eight more than twice the greater integer. \n" ); document.write( "
Algebra.Com's Answer #322018 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! 3n-8=2(n+2) \n" ); document.write( "3n-8=2n+4 \n" ); document.write( "n=12 \n" ); document.write( "n+2=14 \n" ); document.write( " |