SOLUTION: Find the first five outputs of the following recursively defined function: f(1)=8,(thats given) f(n+1)=-f(n)+6 its not really a permutation but i didnt know what category to

Algebra ->  Algebra  -> Permutations -> SOLUTION: Find the first five outputs of the following recursively defined function: f(1)=8,(thats given) f(n+1)=-f(n)+6 its not really a permutation but i didnt know what category to       Log On

Ad: Algebrator™ solves your algebra problems and provides step-by-step explanations!
Ad: Algebra Solved!™: algebra software solves algebra homework problems with step-by-step help!

   


Question 59891: Find the first five outputs of the following recursively defined function:
f(1)=8,(thats given) f(n+1)=-f(n)+6
its not really a permutation but i didnt know what category to put it in

Answer by stanbon(48545) About Me  (Show Source):
You can put this solution on YOUR website!
Find the first five outputs of the following recursively defined function:
f(1)=8,(thats given) f(n+1)=-f(n)+6
---------------
f(1)=8
f(2)=-f(1)+6=-2
f(3)=-f(2)+6=8
f(4)=-f(3)+6=-2
f(5)=-f(4)+6=8
Cheers,
Stan H.