document.write( "Question 1053779: find three consecutive even integers such that their sum is 50 more than the largest integer \n" ); document.write( "
Algebra.Com's Answer #669056 by jorel555(1290)\"\" \"About 
You can put this solution on YOUR website!
Let n be your first integer. Then the next ones would be n+2 and n+4. So:
\n" ); document.write( "n+n+2+n+4-50=n
\n" ); document.write( "2n=44
\n" ); document.write( "n=22
\n" ); document.write( "The integers are 22, 24, and 26. ☺☺☺☺
\n" ); document.write( "
\n" );