document.write( "Question 1171897: B. Solve the ff. problems.\r
\n" );
document.write( "\n" );
document.write( "Find three consecutive integers such that the sum of the first, twice the second, and three times the third is -76. \n" );
document.write( "
Algebra.Com's Answer #796799 by math_helper(2461)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "x + 2(x+1) + 3(x+2) = -76 \n" ); document.write( "x + (2x+2) + (3x+6) = -76 \n" ); document.write( "6x + 8 = -76 \n" ); document.write( "6x = -84 \n" ); document.write( "x = -14 --> the three integers are -14, -13, and -12\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |