document.write( "Question 950681: find two consecutive even integers such that five times the smaller integer is ten more than three times the larger integer \n" ); document.write( "
Algebra.Com's Answer #805594 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( "5x = 10 + 3(x+2)
\n" ); document.write( "5x = 10 + 3x + 6
\n" ); document.write( "2x = 16
\n" ); document.write( "x = 8\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The integers are 8 and 10.
\n" ); document.write( "
\n" );