document.write( "Question 915433: Find three consecutive integers such that twice the second decreased by four times the third is -52. \n" ); document.write( "
Algebra.Com's Answer #555591 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
three consecutive integers: x, x+1, x+2
\n" ); document.write( "2(x+1) - 4(x+2) = -52
\n" ); document.write( "-2x -6 = -52
\n" ); document.write( "-2x = -46
\n" ); document.write( "x = 23
\n" ); document.write( "The three consecutive integers are: 23,24,25
\n" ); document.write( "And.. checking
\n" ); document.write( "48 - 100 = -52
\n" ); document.write( "
\n" );