Let's try to find a pattern to the sequence. You can see that we start from 1.5 and subtract 0.05 to generate the next element with each step. So, if we start from
, the general formula for the n-th element is
![a_n=1.5-0.05n](https://img.qammunity.org/2019/formulas/mathematics/middle-school/vecp58j60n6myts5etlzd1gz5bs116gv0w.png)
So, the sum of the first 20 terms is
![\displaystyle \sum_(n=0)^(19) (1.5-0.05n)](https://img.qammunity.org/2019/formulas/mathematics/middle-school/24vpgyh7acvhdpucfbbfu3r7w3ihtjvfai.png)
We can split the sum:
![\displaystyle \sum_(n=0)^(19) 1.5-\sum_(n=0)^(19) (0.05n) = \sum_(n=0)^(19) 1.5-0.05\sum_(n=0)^(19) n](https://img.qammunity.org/2019/formulas/mathematics/middle-school/dtytwlx98ingoqmbgfeb9xbuieuqwr5bqp.png)
The first sum is independent of n, so we're just summing 1.5 for 20 times:
![\displaystyle \sum_(n=0)^(19) 1.5= 1.5\cdot 20 = 30](https://img.qammunity.org/2019/formulas/mathematics/middle-school/imhezv92t8ins84hxtlqaja5yarxa31qv9.png)
The second sum is 0.05 times the sum of the first 19 integers. The sum of the first k integers is given by
![(k(k+1))/(2)](https://img.qammunity.org/2019/formulas/mathematics/middle-school/uwjiqty054bdk7ooon01lgdf8d6gb79ikb.png)
So, the sum of the first 19 integers is
![(19\cdot 20)/(2)=190](https://img.qammunity.org/2019/formulas/mathematics/middle-school/t6y71cmd3f97by3grwrqbw6sqhqj77rl8g.png)
and 0.05 times this sum is
![190\cdot 0.05 = 9.5](https://img.qammunity.org/2019/formulas/mathematics/middle-school/r1wod5o5h8um4ugfkwuwu0pafbozgm8vft.png)
So, the sum of the first 20 elements of the sequence is given by
![\displaystyle \sum_(n=0)^(19) 1.5-0.05\sum_(n=0)^(19) n = 30 - 9.5 = 20.5](https://img.qammunity.org/2019/formulas/mathematics/middle-school/bvyadip2onxa6mchv1t5c8j54mezeftly3.png)