document.write( "Question 220518: The sum of three consecutive even integers is 72. Find the three integers \n" ); document.write( "
Algebra.Com's Answer #165563 by chibisan(131)\"\" \"About 
You can put this solution on YOUR website!
1st integer : x
\n" ); document.write( "2nd : x+2 (+2 because even)
\n" ); document.write( "3rd : x+4 ( \" )\r
\n" ); document.write( "\n" ); document.write( "x+x+2+x+4=72
\n" ); document.write( "3x + 6 = 72
\n" ); document.write( "3x = 66
\n" ); document.write( "x = 22\r
\n" ); document.write( "\n" ); document.write( "three consecutive even integers : 22,24,26\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );