The following function defines a recursive sequence.
f(0) = -5
f(1) = 20
f(n) = -4•f(n -1) - 3•f(n - 2); for n > 1
Which of the following sequences is defined by this recursive function?
-5, -20, -65, -200, …
-5, 20, -92, 372, …
-5, -24, -92, -372, …
-5, 20, -65, 200, …
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (skullpatrol):
Any ideas?
OpenStudy (anonymous):
i was thinking D
OpenStudy (skullpatrol):
why?
OpenStudy (anonymous):
if i knew i wouldnt be on here, lol, its a guess.
OpenStudy (anonymous):
ITs C
probabily
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (skullpatrol):
Is it obvious that the answer is either B or D?
OpenStudy (anonymous):
I dont even know, D stuck out to me
OpenStudy (anonymous):
Yeah I suck at math too...
OpenStudy (skullpatrol):
because the first two numbers are -5 an 20
OpenStudy (anonymous):
i guess so ... so is it D ?
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (skullpatrol):
f(0) = -5
f(1) = 20
OpenStudy (skullpatrol):
So you need to compute f(2) using the given formula