document.write( "Question 84633: find three consecutive integers whose sum is four times the greatest integer \n" ); document.write( "
Algebra.Com's Answer #60966 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! find three consecutive integers \n" ); document.write( ": \n" ); document.write( "x, (x+1), (x+2) \n" ); document.write( ": \n" ); document.write( "whose sum is four times the greatest integer \n" ); document.write( "x + (x+1) + (x+2) = 4(x+2) \n" ); document.write( "x + x + 1 + x + 2 = 4x + 8 \n" ); document.write( "3x + 3 = 4x + 8 \n" ); document.write( "3x - 4x = 8 - 3 \n" ); document.write( "-x = +5 \n" ); document.write( "x = -5 \n" ); document.write( ": \n" ); document.write( "The integers: -5, -4, -3 \n" ); document.write( ": \n" ); document.write( "Check: \n" ); document.write( " -5 + (-4) + (-3) = \n" ); document.write( "- 5 - 4 - 3 = -12\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |