document.write( "Question 569555: Find two consecutive even integers such that the smaller added to three times the larger gives a sum of 30 \n" ); document.write( "
Algebra.Com's Answer #367575 by KMST(5328)\"\" \"About 
You can put this solution on YOUR website!
Let \"x\" be the larger even integer. The previous even integer would have been
\n" ); document.write( "\"x-2\"
\n" ); document.write( "We know that \"%28x-2%29%2B3x=30\" , so
\n" ); document.write( "\"%28x-2%29%2B3x=30\" --> \"4x-2=30\" --> \"4x=32\" --> \"x=8\"
\n" ); document.write( "The even integers are 6 and 8
\n" ); document.write( "Checking: \"6%2B3%2A8=6%2B24=30\"
\n" ); document.write( "
\n" ); document.write( "
\n" );