Math Problem Statement
Given: Let Fib (n) be the nth term of the Fibonacci Sequence, with Fib(1) = 1, Fib (2) = 1, Fib(3) = 2, and so on. Find the following. a. Fib (8) ? b. Fib (15)? Fib (20)?
If Fib (20) is 790 and Fib (22) is 920. What is a.) Fib (21) ? b.) Fib (19) ?
Consider Fib(3) = 2 and Fib (4) = 3, find Fib (6) , Fib (9) and Fib (12). What do you notice about third Fibonacci number?
Given: Fib (4) = 1/8 and Fib (6) = 3/4 . Find the following: Fib (5)? b. Fib (7) ?
A sequence of terms {Un}, n ≥ 1 is defined by the recurrence relation Un + 2 = mUn, where m is a constant. Given also U1 = 2 and U2 = 5. a. find an expression in terms of m for U3. b. find an expression in terms of m for U4. Given the value of U4 = 21: c. find the possible values of m.
Solution
Ask a new question for Free
By Image
Drop file here or Click Here to upload
Math Problem Analysis
Mathematical Concepts
Fibonacci Sequence
Recurrence Relations
Sequences and Series
Formulas
Fib(n) = Fib(n-1) + Fib(n-2)
Recurrence relation: Un + 2 = m * Un
Theorems
Properties of the Fibonacci Sequence
Solving Recurrence Relations
Suitable Grade Level
Grades 9-12