Determine the answer of all parts the following problem
Problem- Starting in month 0, we have a newly born pair of rabbits. A pair of rabbits will produce one pair of offspring each month after it has matured for one month.
Part A- How many rabbits are there after 1,2,3,4 and 5 months
Part B- Find an implicit formula (recurrence relation) for the number rabbits (n 2)
Part C- Find an explicit formula for the number of rabbits (n 2)
Part D- Compare the answers generated for n=6 for both formulas from b and c
I need help to calculate number rabbits after five month.