document.write( "Question 505969: find two consecutive even integers such that three times the first equals twice the second \n" ); document.write( "
Algebra.Com's Answer #341588 by Maths68(1474)![]() ![]() You can put this solution on YOUR website! Let \n" ); document.write( "1st Interger = x+2 \n" ); document.write( "2nd Interger = x+4 \n" ); document.write( "======================================== \n" ); document.write( "Given \n" ); document.write( "3(x+2)=2(x+4) \n" ); document.write( "3x+6=2x+8 \n" ); document.write( "3x-2x=8-6 \n" ); document.write( "x=2 \n" ); document.write( "========================================== \n" ); document.write( "1st Interger = x+2 = 2+2=4 \n" ); document.write( "2nd Interger = x+4 = 2+4=6 \n" ); document.write( "=========================================== \n" ); document.write( "Check \n" ); document.write( "3*4=2*6 \n" ); document.write( "12=12 \n" ); document.write( " \n" ); document.write( " |