document.write( "Question 689399: Find 3 consecutive integers whose sum if 4 times the greatest integer \n" ); document.write( "
Algebra.Com's Answer #425964 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find 3 consecutive integers whose sum if 4 times the greatest integer \n" ); document.write( "-------------- \n" ); document.write( "n-1 + n + n+1 = 4(n+1) \n" ); document.write( "3n = 4n+4 \n" ); document.write( "n = -4 \n" ); document.write( "--> -5, -4, -3 \n" ); document.write( " \n" ); document.write( " |