document.write( "Question 1190894: Find four consecutive even integers for which the sum of the first and the fourth is 30 less than 3 times the third. \n" ); document.write( "
Algebra.Com's Answer #822623 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find four consecutive even integers for which the sum of the first and the fourth is 30 less than 3 times the third. \n" ); document.write( "--------------------- \n" ); document.write( "n, n+2, n+4 and n+6 are the integers. \n" ); document.write( "n + (n+6) = 3(n+4) - 30 \n" ); document.write( "Solve for n \n" ); document.write( "etc \n" ); document.write( " |