document.write( "Question 919339: Please Help Me Solve This Equation.
\n" );
document.write( "Find 3 Consecutive Integers With A Sum Of -75 \n" );
document.write( "
Algebra.Com's Answer #557647 by rothauserc(4718) You can put this solution on YOUR website! let x be the first integer, then we have \n" ); document.write( "x + x+1 + x+2 = -75 \n" ); document.write( "3x + 3 = -75 \n" ); document.write( "3x = -78 \n" ); document.write( "x = -26 \n" ); document.write( "our three consecutive integers are -26, -25, -24 \n" ); document.write( " |