document.write( "Question 679079: find two consecutive even integers such that the smaller added to three times the larger gives sum of 38 \n" ); document.write( "
Algebra.Com's Answer #421795 by partha_ban(41)\"\" \"About 
You can put this solution on YOUR website!
Let x = smaller even integer
\n" ); document.write( "So, x+2 = next even integer
\n" ); document.write( "By condition, x + 3*(x+2) = 38
\n" ); document.write( "x + 3x + 6 = 38
\n" ); document.write( "4x = 38 - 6 = 32
\n" ); document.write( "x = 32/4 = 8
\n" ); document.write( "Therefore, the numbers are 8 and 8+2=10
\n" ); document.write( "
\n" );