document.write( "Question 388166: Find three consecutive even integers such that half their sum is 7 less than the greatest. How would you set up an equation? \n" ); document.write( "
Algebra.Com's Answer #274515 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Three consecutive even integers would be \"N\",\"N%2B2\",and \"N%2B4\".
\n" ); document.write( "Half their sum would be \"%28N%2BN%2B2%2BN%2B4%29%2F2=%283N%2B6%29%2F2\"
\n" ); document.write( "Seven less than the greatest would be \"N%2B2-7=N-5\"
\n" ); document.write( "Put it all together.
\n" ); document.write( "\"%283N%2B6%29%2F2=N-5\"
\n" ); document.write( "
\n" ); document.write( "
\n" );