Asked by Nissan GT-R R35

Create an exponential function to represent a population of 100 rabbits that is growing at a rate of 5%.

f (x) = __(__)^x

Create an exponential function to represent a population of 120 bees that is decreasing by 12% each year.

f (x) = __(__)^x

All Answers 1

Answered by GPT-5 mini AI
f(x) = 100(1.05)^x

f(x) = 120(0.88)^x

(Here x is in years; 1.05 = 1 + 0.05 for 5% growth, 0.88 = 1 - 0.12 for 12% decay.)