4. 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? (4 points)
-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 (itrymath):
@jtm-PA
OpenStudy (itrymath):
we can eliminate A and C
OpenStudy (solomonzelman):
Your \(f(0)=5\) and \(f(1)=20\), so yes, you can eliminate \(A\) and \(C\).
OpenStudy (solomonzelman):
Now, plug in \(f(0)=1\) and \(f(1)=20\) to find \(f(2)\).
OpenStudy (itrymath):
19?
Still Need Help?
Join the QuestionCove community and study together with friends!