MEDAL AND FAN!!! Please help last one!
The following function defines a recursive sequence:
f(0) = -2
f(1) = 8
f(n) = -4*f(n-1)-3*f(n-2); for n >1
Which of these sequences is defined by this recursive function?
a) -2,8,-26,-80, ...
b) -2,8,-26,80, ...
c) -2,12,-44,180, ...
d) -2,-12,-44,-180, ...
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (anonymous):
@hartnn I think it is b am i right?
OpenStudy (micahm):
have you ever use freemathhelp.com before
OpenStudy (anonymous):
No I have not.
hartnn (hartnn):
if you plug in n=3
you get f(3) = -26
plug in n=4,
what u get f(4) as ?
80 or -80 ?
OpenStudy (anonymous):
80
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (anonymous):
wait...
OpenStudy (anonymous):
it would be -80 then.
hartnn (hartnn):
f(4) = -4 f(3) -3 f(2)
hartnn (hartnn):
oh, you don't need f(4), you need f(3)
hartnn (hartnn):
f(3) = -4 f(2) -3 f(1)
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
hartnn (hartnn):
= -4 (-26) -3 *8
=...
OpenStudy (anonymous):
104-24=90 :3
OpenStudy (anonymous):
so I was right it was b :D
hartnn (hartnn):
80
yes, B is correct :)
OpenStudy (anonymous):
=80**
Still Need Help?
Join the QuestionCove community and study together with friends!