document.write( "Question 913844: find two consecutive even integers such that four times the smaller is 28 more than the larger \n" ); document.write( "
Algebra.Com's Answer #805698 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
consecutive even integers: x, (x+2)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "4x = (x+2) + 28
\n" ); document.write( "4x = x + 30
\n" ); document.write( "3x = 30
\n" ); document.write( "x = 10\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The numbers are 10 and 12.
\n" ); document.write( "
\n" );