document.write( "Question 628770: Write the sum of three consecutive integers using m, where m=the middle of the three. \n" ); document.write( "
Algebra.Com's Answer #395823 by Tatiana_Stebko(1539)\"\" \"About 
You can put this solution on YOUR website!
If \"m\" is the middle number, then other numbers are \"%28m-1%29\" and \"%28m%2B1%29\"
\n" ); document.write( "The sum is
\n" ); document.write( "\"%28m-1%29%2Bm%2B%28m%2B1%29=m-1%2Bm%2Bm%2B1=3m\"
\n" ); document.write( "
\n" );