document.write( "Question 456755: find three consecutive even integers such that 4 times the first decreased by the second is 12 more than the third? \n" ); document.write( "
Algebra.Com's Answer #313466 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
Just write an equation for what it says,
\n" ); document.write( ":
\n" ); document.write( "\"find three consecutive even integers\"
\n" ); document.write( "x, (x+2), (x+4)
\n" ); document.write( ":
\n" ); document.write( "\"is such that 4 times the first decreased by the second is 12 more than the third?\"
\n" ); document.write( "4x - (x+2) = (x+4) + 12
\n" ); document.write( "4x - x - 2 = x + 4 + 12
\n" ); document.write( "3x - 2 = x + 16
\n" ); document.write( "3x - x = 16 + 2
\n" ); document.write( "2x = 18
\n" ); document.write( "x + \"18%2F2\"
\n" ); document.write( "x = 9 is the 1st integer, but that's not even see if the solution checks out
\n" ); document.write( ":
\n" ); document.write( "4(9) - 11 = 13 + 12
\n" ); document.write( "36 - 11 = 25; seems to check out, perhaps a flaw in the way the problems was written.
\n" ); document.write( "
\n" );