158k views
1 vote
Armando planted a 9-inch tall magical beanstalk. The height of the beanstalk increases by 13% each day. Write a function f that determines the height of the beanstalk in inches in terms of the number of days t since Armando planted the beanstalk.

User Kaylin
by
5.7k points

1 Answer

1 vote

Answer:

F(t) = 9(1 + 0.13)^t

Explanation:

Given :

Height of beanstalk = initial height = 9 inches

Percentage increase in height per day = 13%

This plant exhibits an exponential increase in growth per day, hence, the function will be modeled using an exponential function.

Using an exponential function :

F(t) = initial height(1 + percentage increase)^t

Where, t = number of days since tree was planted.

The function is :

F(t) = 9(1 + 0.13)^t

User Hydro
by
5.8k points