document.write( "Question 24548: the sum of two consecutive negative integers is 61. find the smaller of the two integers. \n" ); document.write( "
Algebra.Com's Answer #13067 by longjonsilver(2297)![]() ![]() You can put this solution on YOUR website! let smaller number be x \n" ); document.write( "larger one is therefore x+1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "we know x + x+1 = 61 \n" ); document.write( "ie 2x+1 = 61 \n" ); document.write( "ie 2x = 60 \n" ); document.write( "or x = 30\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2 numbers are 30 and 31.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Jon \n" ); document.write( " \n" ); document.write( " |