document.write( "Question 903006: Find the three consecutive even integers such that the sum of the first number and half the third number is 16 more than the second number. \n" ); document.write( "
Algebra.Com's Answer #547632 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Let the integers be \"N-2\",\"N\", and \"N%2B2\".
\n" ); document.write( "\"N-2%2B%281%2F2%29%28N%2B2%29=16%2BN\"
\n" ); document.write( "Multiply both sides by \"2\".
\n" ); document.write( "\"2N-4%2BN%2B2=32%2B2N\"
\n" ); document.write( "\"N-2=32\"
\n" ); document.write( "\"N=34\"
\n" ); document.write( "32,34, and 36.
\n" ); document.write( "
\n" ); document.write( "
\n" );