112k views
5 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 Nkhil
by
3.5k points

1 Answer

7 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 Norrisa
by
3.4k points