document.write( "Question 1065565: 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 #680741 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find three consecutive integers such that the sum of the first, twice the second, and three times the third is -76. \n" ); document.write( "---------- \n" ); document.write( "n + 2(n+1) + 3(n+2) = -76 \n" ); document.write( " |