asked 57.8k views
3 votes
F(n)=−11+22(n−1), left parenthesis, n, right parenthesis, equals, minus, 11, plus, 22, left parenthesis, n, minus, 1, right parenthesis Complete the recursive formula of f(n), left parenthesis, n, right parenthesis.

2 Answers

0 votes

Answer:

The actual answer is g(1)=1

g(n)=g(n−1)+5

Explanation:

answered
User Kirschmichel
by
9.4k points
6 votes

Answer:


a_1 = -11\\\\a_n = a_((n - 1)) + 22

Explanation:

An arithmetic sequence is generally given as:

f(n) = a + (n - 1)d

where a = first term and f(n) = nth term, d = common difference

The explicit formula given is:

f(n) = 11 + 22(n - 1)

The recursive formula is made of two statements, the first term and the formula showing how successive terms are related.

Mathematically, it is given as:


a_1 = a\\\\a_n = a_((n - 1)) + d

Therefore, the recursive formula is:


a_1 = -11\\\\a_n = a_((n - 1)) + 22

answered
User Woodster
by
8.5k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.