document.write( "Question 860832: How do I find the sum of the first 100 positive integers?\r
\n" ); document.write( "\n" ); document.write( "I tried doing \"+Sn=%28100%2F2%291%2B100+\" with Sn=150 but that isn't correct\r
\n" ); document.write( "\n" ); document.write( "I got the 100 because it's the first 100 positive integers so I assumed the final integer was 100.
\n" ); document.write( "

Algebra.Com's Answer #518648 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "\"S%5Bn%5D=%28n%2F2%29%28a%5B1%5D%2Ba%5Bn%5D%29%29\"
\n" ); document.write( "\"+Sn=%28100%2F2%29%281%2B100%29+=+50%2A101+=+5050+\"
\n" ); document.write( " \n" ); document.write( "
\n" );