Fibonacci numbers

6.1 Why do we have to specify exactly two of the elements to begin with? Why not one or three?


6.2 We have dollars to spend. Every day we either buy a candy for 1 dollar, or an icecream for 2 dollars. In how many ways can we spend the money?


6.3 Prove that is even.


6.4 Prove that is divisible by 5.


6.5 Prove the following identities.

(a) .

(b) .

(c) .

(d) .


6.6 Mark the first entry (a 1) of any row of the Pascal triangle. Move one step East and one step Northeast, and mark the entry there. Repeat this until you get out of the triangle. Compute the sum of the entries you marked.

(a) What numbers do you get if you start from different rows? First “conjecture”, then prove your answer.

(b) Formulate this fact as an identity involving binomial coefficients.


6.7 Cut a chessboard into 4 pieces as shown in Figure 10 and assemble a rectangle from them. Does this prove that ? Where are we cheating? What does this have to do with Fibonacci numbers?


6.8 Prove Theorem 6.1 by induction on .


6.9 Define a sequence of integers by , , and . Show that can be expressed in the form (where and are the same numbers as in the proof above), and find the values of and .


6.10 Define a sequence of integers by , , and . Find a formula for .

Prev: 05-pascals-triangle Next: 07-combinatorial-probability