asked 222k views
2 votes
The town of Madison has a population of 25000. the population is increasing by a factor of 1.12 each year.

write a function that gives the population P(t) in Madison t years from now

P(t)=

asked
User Hkk
by
8.9k points

1 Answer

2 votes

Answer:


P(t) = 25000 \cdot (1.12)^t

Explanation:

An exponential function is given by:


y = ab^x

where,

y is the amount after t years.

a is the initial amount

b is the growth factor.

As per the statement:

The town of Madison has a population of 25000.

⇒a = 25000

and the population is increasing by a factor of 1.12 each year.

⇒ b = 1.12

then by definition we have;


P(t) = 25000 \cdot (1.12)^t

where, P(t) is the population in t years from now.

Therefore, a function that gives the population P(t) in Madison t years from now is,
P(t) = 25000 \cdot (1.12)^t

answered
User Lexu
by
8.4k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.