document.write( "Question 897552: Find three consecutive even integers such that the sum of twice the smallest and 4 times the largest is 304 \n" ); document.write( "
Algebra.Com's Answer #805806 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
consecutive even integers: (x-2), x, (x+2)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "2(x-2) + 4(x+2) = 304
\n" ); document.write( "2x-4 + 4x+8 = 304
\n" ); document.write( "6x + 4 = 304
\n" ); document.write( "x = (304-4)/6 = 50\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The integers are 48, 50, and 52.
\n" ); document.write( "
\n" );