Ask Question
26 October, 20:20

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. 26 October, 20:29
    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?
Find 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 the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers