document.write( "Question 1166258: Find three consecutive even integers such that the sum of the smallest number and twice the middle number is 20 more than the largest number. \n" ); document.write( "
Algebra.Com's Answer #790740 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! x, x+2, x+4 are the numbers\r \n" ); document.write( "\n" ); document.write( "x+2(x+2)-20=x+4 \n" ); document.write( "3x-16=x+4 \n" ); document.write( "2x=20 \n" ); document.write( "x=10 \n" ); document.write( "10, 12, 14 \n" ); document.write( "10+24 is 20 more than 14. \n" ); document.write( " |