document.write( "Question 394206: The sum of an even integer and two the next even integer \n" ); document.write( "
Algebra.Com's Answer #279710 by Alan3354(69443) You can put this solution on YOUR website! n = the number \n" ); document.write( "= n + (n+2) + (n+4) \n" ); document.write( "= 3n + 6 \n" ); document.write( "---------- \n" ); document.write( "Notice it's 3x the middle number. \n" ); document.write( " \n" ); document.write( " |