asked 169k views
5 votes
The lion population in a certain reserve drops by 5% every year. Currently, the population's size is 200. Write a function that gives the lion population size, P(t), t years from today. P(t)=

2 Answers

1 vote

Answer

P(t) = 200·0.95^t

Explanation:

Explanation:

Each year, the population drops to 95% of its previous value. That is, the population is multiplied by 0.95 each year. Repeated multiplication is signified by an exponent. Here, that exponent is the number of years from today (t).

The population function can be written as ...

P(t) = 200·0.95^t

5 votes

Answer:

P(t) = 200·0.95^t

Explanation:

Each year, the population drops to 95% of its previous value. That is, the population is multiplied by 0.95 each year. Repeated multiplication is signified by an exponent. Here, that exponent is the number of years from today (t).

The population function can be written as ...

P(t) = 200·0.95^t

answered
User RAAAAM
by
8.4k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.