Posted by Shadow on Saturday, March 2, 2013 at 8:33pm.
n = 4
What do you mean solve it ?
f(0) = 1
f(1) = 1
f(2) = 2
f(3) = 1+2 = 3
f(4) = 2+3 = 5
f(5) = 3+5 = 8
f(6) = 5+8 = 13
f(7) = 8+13 = 21
and on and on
Google Fibonacci Sequence
I'm being asked to solve f(4) = f(4-1) + f(4-2). The answers is 3, but I don't know how to get to that answer. Thanks
f(4) = f(3)+f(2) = 3 + 2 = 5
as I showed you above.
The answer is not 3 but 5
Related Questions
math - There is no function equation for the Fibonacci numbers, you have to use ...
Pre-Calc - Find three examples of the Fibonacci sequence in nature. Write a ...
Math - F25= 75,025 and F26= 121,393 where Fn is the nth term in the Fibonacci ...
Computer Science - MATLAB - One interesting property of a Fibonacci sequence is ...
Computer Science - MATLAB - I guess it was skipped One interesting property of a...
Math - Create a function that closely gives the graph given in the link. The ...
Math - flickr.(dotcom)/photos/77304025@N07/6782789880/ Create a function ...
math-calculus - the absolute value function g(x) = |5-x| can be written as a ...
Calculus - flickr.(dotcom)/photos/77304025@N07/6782789880/ Create a ...
math - For each piecewise function, find the specified function values. g(x)={x+...
For Further Reading