document.write( "Question 899559: Find two consecutive even integers such that the sum of the first integer and twice the second interger is 256 \n" ); document.write( "
Algebra.Com's Answer #545490 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi
\n" ); document.write( "two consecutive even integers: n , (n+2)
\n" ); document.write( "Question States***
\n" ); document.write( "n + 2(n+2) = 256
\n" ); document.write( " 3n = 252
\n" ); document.write( " n = 84
\n" ); document.write( "these two consecutive even integers are: 84, 86
\n" ); document.write( "CHECKING our answer***
\n" ); document.write( "84 + 172 = 256 \n" ); document.write( "
\n" );