asked 77.6k views
4 votes
A sequence is defined by the recursive function f(n + 1) = –10f(n).

If f(1) = 1, what is f(3)?

3
–30
100
–1,000

asked
User Jianwei
by
7.9k points

2 Answers

0 votes

Answer:

100

Explanation:

answered
User Rik Blacow
by
8.2k points
2 votes

Answer:

100

Explanation:

f(n+1) = -10f(n)

f(1) = 1

f(2) = -10f(1) => f(2) = -10·1 => f(2) = -10

f(3) = -10f(2) => f(3) = -10·(-10) => f(3) = 100

answered
User DJack
by
7.8k points

Related questions

2 answers
3 votes
125k views
2 answers
2 votes
185k views
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.