document.write( "Question 364074: The Sum of three consecutive even numbers is 258? What are the numbers \n" ); document.write( "
Algebra.Com's Answer #259677 by vasumathi(46)![]() ![]() ![]() You can put this solution on YOUR website! Solution : The three consecutive even numbers in terms of x are \n" ); document.write( " (x-2) , x ,(x+2) \n" ); document.write( "their sum is... \n" ); document.write( "x-2 + x + x+2 = 3x \n" ); document.write( "It is given that their sum is 258 \n" ); document.write( "so.. \n" ); document.write( "3x = 258 \n" ); document.write( "x = 258/3= 86 \n" ); document.write( "so x-2 = 86-2 = 84 \n" ); document.write( "and x+2 = 86+2 = 88 \n" ); document.write( "Then the three consecutive even numbers are \n" ); document.write( "84,86,88 \n" ); document.write( " |