document.write( "Question 344988: if the sum three consicutive even numbers is equal to 258. find the number \n" ); document.write( "
Algebra.Com's Answer #246820 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let the numbers be x,x+2,x+4 \n" ); document.write( "... \n" ); document.write( "x+x+2+x+4=258 \n" ); document.write( "3x+6=258 \n" ); document.write( "-6 \n" ); document.write( "3x=252 \n" ); document.write( "/3 \n" ); document.write( "x=252/3 \n" ); document.write( "x=84 \n" ); document.write( ".... \n" ); document.write( "84,86,88 \n" ); document.write( "adda them up too get 258 \n" ); document.write( " |