document.write( "Question 838637: find three consecutive even integers such that five times the third integer is six less than the sum of the first two. \n" ); document.write( "
Algebra.Com's Answer #505269 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
The three consecutive integers are \"N\",\"N%2B1\",\"N%2B2\".
\n" ); document.write( "\"5%28N%2B2%29=%28N%2BN%2B1%29-6\"
\n" ); document.write( "\"5N%2B10=2N-5\"
\n" ); document.write( "\"3N=-15\"
\n" ); document.write( "\"N=-5\"
\n" ); document.write( "\"N%2B1=-4\"
\n" ); document.write( "\"N%2B2=-3\"
\n" ); document.write( "
\n" ); document.write( "
\n" );