document.write( "Question 41025: What is the sum of the first ten positive integers?
\n" ); document.write( "a)50
\n" ); document.write( "b)55
\n" ); document.write( "c)95
\n" ); document.write( "d)100
\n" ); document.write( "

Algebra.Com's Answer #26453 by Nate(3500)\"\" \"About 
You can put this solution on YOUR website!
\"SUM+=+%28n%2F2%29%28a1+%2B+an%29\" where \"a1\" is the first term and \"an\" is the second term and \"n\" is the number of terms
\n" ); document.write( "\"SUM+=+%2810%2F2%29%281+%2B+10%29\"
\n" ); document.write( "\"SUM+=+%285%29%2811%29\"
\n" ); document.write( "\"SUM+=+55\"
\n" ); document.write( "
\n" );