Solutions to Exercises 2.5
1. n/a
2. Let ()be the number of rabbit pairs at the end of month Clearly,
(0) = 1 and (1) = 1. For every 1, the number of rabbit pairs,
(), is equal to the number of pairs at the end of month −1,(−1),
Thefollowingtablegivesthevaluesofthefirst thirteen terms of the se-
quence, called the Fibonacci numbers,defined by this recurrence relation:
0 1 2 3 4 5 6 7 8 9 10 11 12
()11235813 21 34 55 89 144 233
3. Let ()be the number of different ways to climb an -stair staircase.
(−1) of them start with a one-stair climb and (−2) of them start
with a two-stair climb. Thus,
4. Starting with (0) = 0 and (1) = 1 and the rule ()=(−1) +
(−2) for every subsequent element of the sequence, it’s easy to see
50