document.write( "Question 915372: Find two consecutive odd integers such that their sum is 176 \n" ); document.write( "
Algebra.Com's Answer #805683 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) = 176 \n" ); document.write( "2x = 174 \n" ); document.write( "x = 87\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are 87 and 89. \n" ); document.write( " |