document.write( "Question 335787: Three consecutive integers have a sum of -33. What are the integers?\r
\n" );
document.write( "\n" );
document.write( "I have the answer.. But I need to know how to set it up in equation form. \n" );
document.write( "
Algebra.Com's Answer #240790 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Three consecutive integers have a sum of -33. What are the integers? \n" ); document.write( "--- \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 = -33 \n" ); document.write( "3x+3 = -33 \n" ); document.write( "3x = -36 \n" ); document.write( "x = -12 \n" ); document.write( "x+1 = -11 \n" ); document.write( "x+2 = -10 \n" ); document.write( "--------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |