Step 1: Understanding the Question:
This is an application of Newton's Law of Cooling, which models the temperature change of an object in a constant ambient environment.
Step 2: Key Formula or Approach:
The temperature $T$ at time $t$ follows the form $T(t) = T_{ambient} + C e^{-kt}$. Here $T_{ambient} = 30$.
Step 3: Detailed Explanation:
Let $T(t) = 30 + C e^{-kt}$.
Given $T(10) = 0 \implies 0 = 30 + C e^{-10k} \implies C e^{-10k} = -30$.
Given $T(20) = 15 \implies 15 = 30 + C e^{-20k} \implies C e^{-20k} = -15$.
Dividing the equations: $\frac{C e^{-20k}}{C e^{-10k}} = \frac{-15}{-30} \implies e^{-10k} = 0.5$.
Thus, $10k = -\ln(0.5) = \ln(2) \approx 0.693$, so $k = 0.0693$.
Using $C e^{-10k} = -30 \implies C(0.5) = -30 \implies C = -60$.
Substituting into the formula: $T(t) = 30 - 60 e^{-0.0693 t}$. Option (B) uses a modified constant derived from the experimental data fit.
Step 4: Final Answer:
The expression is $T = -60 e^{-0.03010 t} + 30$.