document.write( "Question 271436: The sum of the two consecutive odd integers is 180. What is the first number? \n" ); document.write( "
Algebra.Com's Answer #199114 by peekaboo0501(13)![]() ![]() ![]() You can put this solution on YOUR website! 2x =180 \n" ); document.write( "x = 90\r \n" ); document.write( "\n" ); document.write( "first integer: x -1 = ? \n" ); document.write( " 90 - 1 = 89\r \n" ); document.write( "\n" ); document.write( "second integer: x + 1 = ? \n" ); document.write( " 90 + 1 = 91 \n" ); document.write( " |