226k views
5 votes
Evaluate the summation of 2 n plus 5, from n equals 1 to 12..

2 Answers

3 votes

Answer:

216

Explanation:

User Kevin Holditch
by
8.1k points
3 votes
Let f(n) = 2n + 5. Then we must simply calculate (f1), f(2), ..., (f12). And we have that f(1) = 2*1 + 5 <=> f(1) = 7; f(2) = 2*2 + 5 <=> f(2) = 9; f(3) = 2*3 + 5 <=> f(3) = 11. And so on. It's easy to see that the rest of the results will be 13, 15, 17, 19, 21 and so on. So the summation will be S = 7 + 9 + 11 +... + 29 <=> S = 216
User Newskooler
by
8.7k points

No related questions found