document.write( "Question 827055: Find two consecutive even integers such that four times the first integer minus three times the second integer is equal to one half the first \n" ); document.write( "
Algebra.Com's Answer #805975 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
conescutive even integers: x, (x+2)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "4x - 3(x+2) = x/2
\n" ); document.write( "4x - 3x - 6 = x/2
\n" ); document.write( "x - 6 = x/2
\n" ); document.write( "x/2 = 6
\n" ); document.write( "x = 12\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The integers are 12 and 14.
\n" ); document.write( "
\n" );