Ask Question
22 May, 00:45

A tree farm initially has

9000 trees. Each year, 10% of the trees are harvested

and 800 seedlings are planted.

a. Write a recursive rule for the number of trees on

the tree farm at the beginning of the nth year.

b. What happens to the number of trees after an

extended period of time?

+5
Answers (1)
  1. 22 May, 03:56
    0
    y (0) = 5000

    y (1) = y (0) -.1 (y (0) + 450

    y (1) =.9y (0) + 450

    y (n) =.9y (n-1) + 450
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “A tree farm initially has 9000 trees. Each year, 10% of the trees are harvested and 800 seedlings are planted. a. Write a recursive rule ...” in 📙 Mathematics if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers