document.write( "Question 996930: the sum of three consecutive odd integers is -87. What are the integers? \n" ); document.write( "
Algebra.Com's Answer #615201 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Let the three consecutive odd integers be n, n+2, n+4\r \n" ); document.write( "\n" ); document.write( "sum = -87 \n" ); document.write( "n+n+2+n+4 = -87\r \n" ); document.write( "\n" ); document.write( "3n+6 =-87 \n" ); document.write( "3n = -93\r \n" ); document.write( "\n" ); document.write( "n= -31\r \n" ); document.write( "\n" ); document.write( "So the numbers are -31, -29,-27 \n" ); document.write( " |