document.write( "Question 259521: The sum of three consecutive even numbers is 150. Find the numbers \n" ); document.write( "
Algebra.Com's Answer #191033 by drk(1908)![]() ![]() ![]() You can put this solution on YOUR website! Let x, x+2, and x + 4 be three consecutive even numbers. We get \n" ); document.write( " \n" ); document.write( "simplifying, we get \n" ); document.write( " \n" ); document.write( "subtracting 6 we get \n" ); document.write( " \n" ); document.write( "dividing by 3, we get \n" ); document.write( " \n" ); document.write( "so the numbers are {48, 50, 52} \n" ); document.write( " |