document.write( "Question 517004: find three consecutive even integers, such that the sum of the second and third number is 20 more than the first. \n" ); document.write( "
Algebra.Com's Answer #344593 by JBarnum(2146)\"\" \"About 
You can put this solution on YOUR website!
x, x+2, x+4
\n" ); document.write( "\"%28x%2B2%29%2B%28x%2B4%29=20%2Bx\" add
\n" ); document.write( "\"2x%2B6=20%2Bx\" subtract \"x\" from both sides
\n" ); document.write( "\"x%2B6=20\" subtract \"6\" from both sides
\n" ); document.write( "\"x=14\"
\n" ); document.write( "\"14%2B2=16\"
\n" ); document.write( "\"14%2B4=18\"
\n" ); document.write( "\"highlight%2814%29\", \"highlight%2816%29\", \"highlight%2818%29\"\r
\n" ); document.write( "\n" ); document.write( "check:
\n" ); document.write( "\"16%2B18=34\"
\n" ); document.write( "\"34-20=14\"
\n" ); document.write( "correct\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );