1337. Q. Trees in forest diminish 6% every four year. trees in 2015 :14000. Than formula for number of trees? If P is number of trees after t years?

P = 14000 * (0.94)^(t4)
P = 14000 * (0.94)^(t/4)
P = 14000 * (0.94)^(4/t)
P = 14000 * (0.06)^(t/4)
✅ The correct answer is b. P = 14000 * (0.94)^(t/4).

Leave a Comment