24,015 views
29 votes
29 votes
Picture shown!

Write a function to describe the following scenario.
Raw cake batter starts at a thickness of
2 centimeters in a pan but grows at
0.15 centimeters every minute in the oven.
How tall will the cake be after
a certain number of minutes?

Picture shown! Write a function to describe the following scenario. Raw cake batter-example-1
User Thomas Lehoux
by
2.6k points

1 Answer

21 votes
21 votes

Answer:

y = 0.15x + 2

Explanation:

Let's say x represents the number of minutes and y represents the thickness of the cake.

No matter what, the cake will start at a thickness of 2 centimeters. Whatever thickness is added on/subtracted starts at 2 centimeters, so y = 2 + or - something.

Next, the batter grows by 0.15 centimeters every minute. This means that every minute, 0.15 centimeters are added to the thickness of the cake. This can be represented by

0.15 * x

Adding these two together, we get

y = 2 + 0.15 * x

y = 0.15 * x + 2

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