document.write( "Question 560158: The first number of three consecutive even integers equals the sum of the second and third. Find the three numbers.
\n" );
document.write( "If x represents the smallest integer, then which of the following equations could be used to solve the problem? \n" );
document.write( "
Algebra.Com's Answer #363820 by ankor@dixie-net.com(22740)![]() ![]() 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( "x = (x+2) + (x+4) \n" ); document.write( "x = 2x + 6 \n" ); document.write( "-6 = 2x - x \n" ); document.write( "x = -6 \n" ); document.write( " |