document.write( "Question 552485: find the 4 consecutive even integers such that the sum of the first and the fourth even integers is 32 less than thrice second even integer \n" ); document.write( "
Algebra.Com's Answer #360318 by vleith(2983)\"\" \"About 
You can put this solution on YOUR website!
Let the first integer be represented by I.
\n" ); document.write( "The second even integer would be \"I+%2B+2\"
\n" ); document.write( "The third is \"I+%2B+4\"
\n" ); document.write( "The fourth is \"I+%2B+6\"
\n" ); document.write( "You are told \"I+%2B+%28I%2B6%29+=+3%2A%28I%2B2%29+-+32\"
\n" ); document.write( "\"2I+%2B+6+=+3I+%2B+6+-+32\"
\n" ); document.write( "\"32+=+I\"\r
\n" ); document.write( "\n" ); document.write( "Test your answer.
\n" ); document.write( "The four even numbers are 32, 34, 36 and 38.
\n" ); document.write( "Does \"32+%2B+38+=+%283%2A34%29+-+32\" ???
\n" ); document.write( "
\n" );