Daniel B. answered 12/13/21
A retired computer professional to teach math, physics
Let
Tenv = 75°F be the temperature of the room,
T(t) be the temperature of the milk after time t.
We are given
T(0) = 33°F
T(10) = 38°F
We are being asked to calculate T(30), T(60), and the time t1 at which
T(t1) = 60°F.
I assume you are to use Newton's Law of Cooling
T(t) = Tenv + (T(0) - Tenv )e-rt
for some coefficient of heat transfer r.
We do not know the coefficient r, but we can calculate it from the give T(0) and T(10).
T(10) = Tenv +(T(0) - Tenv )e-10r
Solve for r:
ln(Tenv - T(10)) = ln(Tenv - T(0)) - 10r
r = (ln(Tenv - T(0)) - ln(Tenv - T(10)))/10 = ln((Tenv - T(0)/(Tenv - T(10))/10
Substitute actual numbers
r = ln(42/37)/10 = 0.013
Now we can use the Newton's formula to calculate
T(30) = 75 - 42e-0.013×30 = 46.5°F
T(60) = 75 - 42e-0.013×60 = 55.7°F
T(t1) = 60
75 - 42e-rt1 = 60
e-rt1 = 15/42
-rt1 = ln(15/42)
t1 = -ln(15/42)/r = -ln(15/42)/0.013 = 79.2 minutes