document.write( "Question 622861: The first number of three consecutive even integers equals the sum of the second and third. Find the three numbers \n" ); document.write( "
Algebra.Com's Answer #391664 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! The first number of three consecutive even integers equals the sum of the second and third. Find the three numbers \n" ); document.write( "------------ \n" ); document.write( "n = (n+2) + (n+4) \n" ); document.write( "n = 2n + 6 \n" ); document.write( "-n = 6 \n" ); document.write( "n = -6 \n" ); document.write( " \n" ); document.write( " |