document.write( "Question 806699: The sum of two consecutive odd integers is -72. What is the larger integer? \n" ); document.write( "
Algebra.Com's Answer #806053 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! consecutive odd integers: x, (x+2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x + (x+2) = -72 \n" ); document.write( "2x + 2 = -72 \n" ); document.write( "2x = -74 \n" ); document.write( "x = -37\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "larger integer = x + 2 = -35 \n" ); document.write( " |