document.write( "Question 992947: The sum of two consecutive integers is 7. Find the numbers. (Enter your answers as a comma-separated list.)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #612370 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the smaller integer x. The next consecutive integer must be one more than x, or x + 1. \r \n" ); document.write( "\n" ); document.write( "The sum of the two equals seven, or\r \n" ); document.write( "\n" ); document.write( "x + (x + 1) = 7 \n" ); document.write( "2x + 1 = 7 \n" ); document.write( "2x = 6 \n" ); document.write( "x = 3 \n" ); document.write( "x + 1 = 4\r \n" ); document.write( "\n" ); document.write( "Thus the numbers are 3 and 4. \n" ); document.write( " |