document.write( "Question 358417: find 3 consecutive even numbers such as that sum of the first and the third consecutive even numbers is equal to the second increased by 50 \n" ); document.write( "
Algebra.Com's Answer #255774 by Explosionzz(1)\"\" \"About 
You can put this solution on YOUR website!
x=1st integer
\n" ); document.write( "x+1=2nd integer
\n" ); document.write( "x+2=3rd integer\r
\n" ); document.write( "\n" ); document.write( "x+(x+2)=(x+2)+50
\n" ); document.write( "2x+2=x+52
\n" ); document.write( "x+2=52
\n" ); document.write( "x=50\r
\n" ); document.write( "\n" ); document.write( "50, 51, and 52.
\n" ); document.write( "
\n" );