document.write( "Question 787566: find two consecutive even intergers such that the sum of twice the smaller integer plus the larger integer is 146 \n" ); document.write( "
Algebra.Com's Answer #806277 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
consecutive even integers: x, (x+2)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "2x + (x+2) = 146
\n" ); document.write( "3x + 2 = 146
\n" ); document.write( "3x = 144
\n" ); document.write( "x = 48\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The integers are 48 and 50.
\n" ); document.write( "
\n" );