document.write( "Question 1210536: Find the sum of first 100 terms \n" ); document.write( "
Algebra.Com's Answer #853499 by CPhill(2189)\"\" \"About 
You can put this solution on YOUR website!
```python
\n" ); document.write( "n = 100
\n" ); document.write( "sum_100 = n * (n + 1) // 2
\n" ); document.write( "print(f\"{sum_100=}\")\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "```\r
\n" ); document.write( "\n" ); document.write( "```text
\n" ); document.write( "sum_100=5050\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "```\r
\n" ); document.write( "\n" ); document.write( "To find the sum of the first 100 terms of the arithmetic series , we can use the formula for the sum of the first natural numbers:\r
\n" ); document.write( "\n" ); document.write( "### Calculation:\r
\n" ); document.write( "\n" ); document.write( "Given :\r
\n" ); document.write( "\n" ); document.write( "**The sum of the first 100 terms is 5,050.**
\n" ); document.write( "
\n" );