189,936 views
16 votes
16 votes
Write a function to describe the following scenario.

Emily plants a rosemary bush that starts at 5
centimeters in height and grows 3 centimeters
per year. How high will the rosemary be after a
certain number of years?
y = [?]x +

Write a function to describe the following scenario. Emily plants a rosemary bush-example-1
User Marco Massetti
by
3.1k points

1 Answer

17 votes
17 votes

Answer:

y(x) = 3x + 5

Explanation:

Since the rosemary grows by the same number of centimeters each year, this situation is modeled by a linear function.

Height starts at 5 meters and grows 3 centimeters per year.

This means that the height after a certain number of years, represented by x, is given by:

y(x) = 3x + 5

User Mtrakal
by
3.3k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.