document.write( "Question 1084522: Find the sum of all of the 3-digit positive integers. \n" ); document.write( "
Algebra.Com's Answer #698611 by htmentor(1343)\"\" \"About 
You can put this solution on YOUR website!
The three digit positive integers range from 100 to 999.
\n" ); document.write( "This is an arithmetic sequence with a common difference of 1.
\n" ); document.write( "The sum of n terms of an arithmetic sequence is S_n = (n/2)(a_1 + a_n)
\n" ); document.write( "The last term, 999, corresponds to n = 900.
\n" ); document.write( "Thus S_n = (900/2)(100+999) = 494550
\n" ); document.write( "
\n" );