document.write( "Question 130122: How do i find three consecutive integers whose sum is -144? \n" ); document.write( "
Algebra.Com's Answer #95054 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! How do i find three consecutive integers whose sum is -144? \n" ); document.write( "1st: x \n" ); document.write( "2nd: x+1 \n" ); document.write( "3rd: x+2 \n" ); document.write( "------------- \n" ); document.write( "EQUATION: \n" ); document.write( "x + x+1 + x+2 = -144 \n" ); document.write( "3x +3 = -144 \n" ); document.write( "3x = -147 \n" ); document.write( "x = -49 (1st) \n" ); document.write( "x+1 = -48 (2nd) \n" ); document.write( "x+2 = -47 (3rd) \n" ); document.write( "=================== \n" ); document.write( "Cheers, \n" ); document.write( "San H. \n" ); document.write( " |