document.write( "Question 900871: Find two consecutive even intergers such that their sum is equal to the difference of three times the larger and two times the smaller \n" ); document.write( "
Algebra.Com's Answer #546366 by dkppathak(439)\"\" \"About 
You can put this solution on YOUR website!
Find two consecutive even intergers such that their sum is equal to the difference of three times the larger and two times the smaller
\n" ); document.write( "let first consecutive integer is X and other is X+2
\n" ); document.write( "as per given conditions
\n" ); document.write( "x+x+2=3(x+2)-2x
\n" ); document.write( "2x+2=3x+6-2x
\n" ); document.write( "2x+2=X+6
\n" ); document.write( "X=4
\n" ); document.write( " first even consecutive is 4 and other is 6
\n" ); document.write( "
\n" );