document.write( "Question 1529: The sum of four consecutive even nubers is 124. What are the numbers? \n" ); document.write( "
Algebra.Com's Answer #531 by usyim88hk(158)![]() ![]() ![]() You can put this solution on YOUR website! Let x be the smallest even number \n" ); document.write( "Set up an equation \n" ); document.write( "x+(x+2)+(x+4)+(x+6) = 124 \n" ); document.write( "4x + 12 = 124 \n" ); document.write( "4x = 112 \n" ); document.write( "x = 28 \n" ); document.write( "So the four even numbers are 28, 30, 32, 34 \n" ); document.write( " |