189k views
3 votes
HELP please I have a bunch of these and I’m stressing cause I have like 50 tests tomorrow

HELP please I have a bunch of these and I’m stressing cause I have like 50 tests tomorrow-example-1
User Tenprint
by
7.9k points

2 Answers

3 votes
the idea being, the notation is for a "serie" or sequence.

f(n-1) simply means, "the value of the term before the current one", whilst "n" is the current term.


\bf \begin{array}{llll} term&value\\ ------&------\\ f(1)&-3\\\\ f(\stackrel{n}{2})&4[f(\stackrel{n}{2}-1)]+3[f(\stackrel{n}{2}-1)]\\ &4[f(1)]+3[f(1)]\\ &4(-3)+3(-3)\\ &-21\\\\ f(\stackrel{n}{3})&4[f(\stackrel{n}{3}-1)]+3[f(\stackrel{n}{3}-1)]\\ &4[f(2)]+3[f(2)]\\ &4(-21)+3(-21)\\ &-147\\\\ \end{array}



\bf \begin{array}{llll} &\\ ~~~~~~~~~~~~&~~~~~~~~~~~~\\ f(\stackrel{n}{4})&4[f(\stackrel{n}{4}-1)]+3[f(\stackrel{n}{4}-1)]\\ &4[f(3)]+3[f(3)]\\ &4(-147)+3(-147)\\ &-1029\\\\ f(\stackrel{n}{5})&4[f(\stackrel{n}{5}-1)]+3[f(\stackrel{n}{5}-1)]\\ &4[f(5)]+3[f(4)]\\ &4(-1029)+3(-1029)\\ \end{array}
User Chouquette
by
7.3k points
3 votes
ok so what you want to do is replace the n with whatever number is in the parenthesis next to the f
User Afsar
by
7.4k 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