document.write( "Question 197145: The sum of two consecutive integers is 77. Find the numbers.
\n" );
document.write( "
\n" );
document.write( "thank you \n" );
document.write( "
Algebra.Com's Answer #147791 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The sum of two consecutive integers is 77. Find the numbers. \n" ); document.write( "----------- \n" ); document.write( "1st: x \n" ); document.write( "2nd: x+1 \n" ); document.write( "----------------- \n" ); document.write( "Equation: \n" ); document.write( "x + (x+1) = 77 \n" ); document.write( "2x = 76 \n" ); document.write( "x = 38 (1st number) \n" ); document.write( "x+1 = 39 (2nd number) \n" ); document.write( "======================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |