232k views
2 votes
PLZ HELP!!!!!!! A sequence is defined by the recursive function f(n + 1) = f(n) – 2.

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

1

6

8

30...

User Dpcasady
by
8.6k points

1 Answer

3 votes

Answer:


f(n + 1) = f(n) - 2 \\ n = 1 - - - - f(1 + 1) =f(1) - 2 \: \: \: - - - > \: \: f(2) = 10 - 2 = 8 \\ f(2) = 8 \\ n = 2 - - - - f(2 + 1) = f(2) - 2 \: \: \: - - - > \: \: \: f(3) = 8 - 2 = 6 \\ so \: f(3) = 6 \\ and \: we \: are \: done.

User Brad Conyers
by
8.5k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.

9.4m questions

12.2m answers

Categories