document.write( "Question 567750: The sum of three consecutive even integers is 234. what are the integers? \n" ); document.write( "
Algebra.Com's Answer #366677 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Let the integers be \"+n+\", \"+n+%2B+2+\", and \"+n+%2B+4+\"
\n" ); document.write( "given:
\n" ); document.write( "\"+n+%2B+n+%2B+2+%2B+n+%2B+4+=+234+\"
\n" ); document.write( "\"+3n+%2B+6+=+234+\"
\n" ); document.write( "\"+3n+=+228+\"
\n" ); document.write( "\"+n+=+76+\"
\n" ); document.write( "\"+n+%2B+2+=+78+\"
\n" ); document.write( "\"+n+%2B+4+=+80+\"
\n" ); document.write( "The numbers are 76, 78, and 80
\n" ); document.write( "
\n" );