5.5k views
1 vote
At the moment a hot iron rod is plunged into freezing water, the difference between the rod's and the

water's temperatures is 100° Celsius. This causes the iron to cool and the temperature difference drops by
60% every second.
Write a function that gives the temperature difference in degrees Celsius, D(t), t seconds after the rod
was plunged into the water.​

User Duncan
by
5.9k points

2 Answers

2 votes

Answer:

D(t)=100(0.4)^t

Explanation:

User Ykaganovich
by
6.3k points
0 votes

Answer:

The function is


D(t) = 100 *( (40)/(100) )^(t)

Explanation:

At t = 0 the difference is 100 degree celsius.

After one second the temperature difference will be
100 - (100*60)/(100) =
100(1 - (60)/(100) )

After two second, the difference will be
100(1 - (60)/(100) )(1 - (60)/(100) ) = 100(1 - (60)/(100) )^(2)

Hence, it can be written that,


D(t) = 100 *(1 - (60)/(100) )^(t) =
100 *( (40)/(100) )^(t)

User Marcin Zablocki
by
6.0k points