document.write( "Question 105704: If you begin with an even integer and count by two, you are counting consecutive even integers. Write and solve an equation to find two consecutive even integers whose sum is 50. \n" ); document.write( "
Algebra.Com's Answer #76890 by fmo(8)\"\" \"About 
You can put this solution on YOUR website!
OK, you start with an even integer - we'll call it x.
\n" ); document.write( "To get to the next consecutive even integer, you are told that you have to add 2. So the next consecutive even integer after x would be x+2.
\n" ); document.write( "Finally, we're told that we need to find two consecutive even integers that add up to 50.
\n" ); document.write( "So, x + (x + 2) = 50.\r
\n" ); document.write( "\n" ); document.write( "To solve, gather like terms on the left side of the equation:
\n" ); document.write( "2x + 2 = 50\r
\n" ); document.write( "\n" ); document.write( "Divide both sides of the equation by the greatest common factor (2):
\n" ); document.write( "x + 1 = 25\r
\n" ); document.write( "\n" ); document.write( "And finally, subtract 1 from both sides:
\n" ); document.write( "x = 24\r
\n" ); document.write( "\n" ); document.write( "Remember, x was our original even integer, so to find the \"next consecutive integer\" add x + 2 (24 + 2 = 26). \r
\n" ); document.write( "\n" ); document.write( "The two consecutive integers that, when added together sum to 50, are 24 and 26.\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );