document.write( "Question 666113: Find 3 consecutive even numbers such that the sum of twice the first number and the third number is 30 more than the second number \n" ); document.write( "
Algebra.Com's Answer #414267 by swincher4391(1107)\"\" \"About 
You can put this solution on YOUR website!
Let x be the first number.
\n" ); document.write( "Similarly, x+2 and x+4 are the next consecutive even numbers.\r
\n" ); document.write( "\n" ); document.write( "Sum of twice the first number and the third number is 30 more than the second would be:\r
\n" ); document.write( "\n" ); document.write( "2(x) + x+4 = x+2 + 30\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "2x + x + 4 = x + 32\r
\n" ); document.write( "\n" ); document.write( "3x + 4 = x + 32\r
\n" ); document.write( "\n" ); document.write( "2x = 28\r
\n" ); document.write( "\n" ); document.write( "x = 14\r
\n" ); document.write( "\n" ); document.write( "So, the numbers are 14,16,18.
\n" ); document.write( "
\n" );