document.write( "Question 904692: Find two consecutive integers whose sum is 127 \n" ); document.write( "
Algebra.Com's Answer #805763 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! consecutive integers: x, (x+1)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x + (x + 1) = 127 \n" ); document.write( "2x = 126 \n" ); document.write( "x = 63\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are 63 and 64. \n" ); document.write( " |