document.write( "Question 40145: Find the three consecutive even integers for which 3 times the largest is twice the sum of the two smaller integers. What is the answer to that question? \n" ); document.write( "
Algebra.Com's Answer #25722 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Let the numbers be x, x+2, and x+4. \n" ); document.write( "Then 3(x+4) = 2(x + x+2) \n" ); document.write( "3x + 12 = 4x + 4 \n" ); document.write( "x = 8 \n" ); document.write( "x+2 = 10 \n" ); document.write( "x+4 = 12 \n" ); document.write( " |