document.write( "Question 544525: find three consecutive even numbers whose sum is 66. \n" ); document.write( "
Algebra.Com's Answer #355108 by rfer(16322)\"\" \"About 
You can put this solution on YOUR website!
x+x+2+x+4=66
\n" ); document.write( "3x=60
\n" ); document.write( "x=20
\n" ); document.write( "x+2=22
\n" ); document.write( "x+4=24
\n" ); document.write( "
\n" );