document.write( "Question 4048: Even Integers. If the sum of two consecutive integers is 86, what is the two integers. \n" ); document.write( "
Algebra.Com's Answer #1780 by Earlsdon(6294)![]() ![]() ![]() You can put this solution on YOUR website! Let x = the first even integer, then x+2 = the next consecutive even integer.\r \n" ); document.write( "\n" ); document.write( "The sum: x + x+2 = 86 Collect like-terms. \n" ); document.write( " 2x + 2 = 86 Subtract 2 from both sides. \n" ); document.write( " 2x = 84 Divide both sides by 2. \n" ); document.write( " x = 42.\r \n" ); document.write( "\n" ); document.write( " The two consecutive even integers are: 42 and 44.\r \n" ); document.write( "\n" ); document.write( " Check: 42 + 44 = 86 \n" ); document.write( " |