60.4k views
1 vote
Solve the problem in picture

Solve the problem in picture-example-1

1 Answer

1 vote
If so:

f(n) = 2n² + 4

for n= 0 → f(0) = 2(0) + 4 → f(0) = 4
for n= 1 → f(1) = 2(1²)+ 4 → f(1) = 6
for n= 2 → f(2) = 2(2²)+ 4 → f(2) = 12
for n= 3 → f(3) = 2(3²)+ 4 → f(3) = 22 and so on and so forth