document.write( "Question 10813: The Find two consecutive odd integers whose sum is 0 \n" ); document.write( "
Algebra.Com's Answer #5676 by Earlsdon(6294)![]() ![]() ![]() You can put this solution on YOUR website! Let the first odd integer be x and the next consecutive odd integer is x+2.\r \n" ); document.write( "\n" ); document.write( "x + x+2 = 0 \n" ); document.write( "2x + 2 = 0 \n" ); document.write( "2x = -2 \n" ); document.write( "x = -1 \n" ); document.write( "x+2 = 1\r \n" ); document.write( "\n" ); document.write( "The integers are: -1 and 1. \n" ); document.write( " |