Question 1185343
<br>
The definition<br>
{{{u(n+1)=u(n)+4}}}<br>
means each term is 4 more than the preceding term.<br>
You are given u(1)=10, so the sequence is<br>
10, 14, 18, 22, ...<br>
The problem asks for the sum of the first 20 terms.<br>
-----------------------------------------------------------------<br>
With a common difference of 4 between successive terms, the sequence is arithmetic.<br>
The sum of any set of numbers is the number of numbers, multiplied by the average of the numbers.<br>
In an arithmetic sequence, because of the common difference between terms, the average of all the terms is the average of the first and last terms.<br>
The last (20th) term is the first term 10, plus the common difference 19 times:  u(20)=10+19(4)=86<br>
So the sum of the first 20 terms in this sequence is the number of terms (20), multiplied by the average of the first and last terms ((10+86)/2=48).<br>
ANSWER: 20*48 = 960<br>