document.write( "Question 1066547: Find three consecutive even integers such that three times the first equals the sum of the other two \n" ); document.write( "
Algebra.Com's Answer #681733 by math_helper(2461)![]() ![]() You can put this solution on YOUR website! Let n be the smallest of the 3 consecutive even integers.\r \n" ); document.write( "\n" ); document.write( "3n = (n+2) + (n+4) \r \n" ); document.write( "\n" ); document.write( "3n = 2n + 6 \n" ); document.write( "n = 6 \n" ); document.write( "— \n" ); document.write( "Ans: The 3 integers are 6, 8, and 10 \n" ); document.write( "— \n" ); document.write( "Check: \n" ); document.write( " \"three times first\" —> 3(6) = 18 \n" ); document.write( " \"sum of other two\" —> 8+10 = 18 (ok)\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |