The population of a small town is decreasing exponentially at a rate of 14.3% each year. The current population is 9,400 people. The town's tax status will change once the population is below 6,000 people.
Create an inequality that can be used to determine after how many years, t, the town's tax status will change, and use it to answer the question below.
Will the town's tax status change within the next 3 years?

Respuesta :

Using an exponential function, the inequality is given as follows:

[tex]9400(0.857)^t < 6000[/tex]

The solution is t > 2.9, hence the tax status will change within the next 3 years.

What is an exponential function?

A decaying exponential function is modeled by:

[tex]A(t) = A(0)(1 - r)^t[/tex]

In which:

  • A(0) is the initial value.
  • r is the decay rate, as a decimal.

For this problem, the parameters are given as follows:

A(0) = 9400, r = 0.143.

The population after t years is modeled by:

[tex]A(t) = A(0)(1 - r)^t[/tex]

[tex]A(t) = 9400(1 - 0.143)^t[/tex]

[tex]A(t) = 9400(0.857)^t[/tex]

The tax status will change when:

[tex]A(t) < 6000[/tex]

Hence the inequality is:

[tex]9400(0.857)^t < 6000[/tex]

Then:

[tex](0.857)^t < \frac{6000}{9400}[/tex]

[tex]\log{(0.857)^t} < \log{\left(\frac{6000}{9400}\right)}[/tex]

[tex]t\log{0.857} < \log{\left(\frac{6000}{9400}\right)}[/tex]

Since both logs are negative:

[tex]t > \frac{\log{\left(\frac{6000}{9400}\right)}}{\log{0.857}}[/tex]

t > 2.9.

The solution is t > 2.9, hence the tax status will change within the next 3 years.

More can be learned about exponential functions at https://brainly.com/question/25537936

#SPJ1