in reply to Re^2: Rabbits
in thread Rabbits
Let's assume that each couple of rabbits give birth to two baby rabbits.
Let's count the number of couple of rabbits. At the beginning, we've 1 couple of young rabbit
F_1 = 1Next year, they'll be adult rabbits, but won't have children yet :
F_2 = 1On the third year, they'll a two baby rabbits, that is one couple
F_3 = 2On the forth year, the first parent will have two baby rabbits again, but young rabbits won't be old enough to do so
F_3 = 2 + 1 = 3On the fifth year, we've got two couples that can have little rabbits and one that cannot :
F_3 = 3 + 2 = 5and so on... Each year, the number of couple is :
To conclude :
F_n = F_{n-1} - F{n-2}Funny, isn't it ? Ok, that is not very realistic and very accurante, but who cares ? ;)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Rabbits
by CloneArmyCommander (Friar) on Nov 29, 2004 at 19:28 UTC | |
Re^4: Rabbits
by Jasper (Chaplain) on Nov 30, 2004 at 12:20 UTC |