document.write( "Question 141148: Find three consecutive even integers for which 3 times the largest is twice the sum of the two smallest integers. \n" ); document.write( "
Algebra.Com's Answer #102806 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
LET X, X+2 & X+4 BE THE 3 CONSECUTIVE ENEN INTEGERS.
\n" ); document.write( "3(X+4)=2(X+X+2)
\n" ); document.write( "3X+12=2(2X+2)
\n" ); document.write( "3X+12=4X+4
\n" ); document.write( "3X-4X=4-12
\n" ); document.write( "-X=-8
\n" ); document.write( "X=8 FOR THE SMALLEST INTEGER.
\n" ); document.write( "8+2=10 FOR THE MIDDLE INTEGER.
\n" ); document.write( "8+4=12 FOR THE LARGEST INTEGER.
\n" ); document.write( "PROOF:
\n" ); document.write( "3*12=2(8+10)
\n" ); document.write( "36=2*2*18
\n" ); document.write( "36=36
\n" ); document.write( "
\n" );