The objective is to determine the temperature \( T(45) \) using the given differential equation \( \frac{dT}{dt} = -K(T - 80) \), with the initial condition \( T(0) = 160^\circ F \) and the condition \( T(15) = 120^\circ F \).
\(\frac{dT}{T - 80} = -K \, dt\)
\(\int \frac{dT}{T - 80} = \int -K \, dt\)
\(\ln|T - 80| = -Kt + C\)
\(|T - 80| = e^{-Kt + C} = Ce^{-Kt}\)
\(T - 80 = C'e^{-Kt}\) (where \( C' = \pm C \))
\(T(t) = 80 + C'e^{-Kt}\)
\(160 = 80 + C'e^0 \Rightarrow C' = 80\)
\(T(t) = 80 + 80e^{-Kt}\)
\(120 = 80 + 80e^{-15K} \Rightarrow 40 = 80e^{-15K} \Rightarrow e^{-15K} = \frac{1}{2}\)
\(-15K = \ln\left(\frac{1}{2}\right) \Rightarrow K = \frac{\ln 2}{15}\)
\(T(45) = 80 + 80e^{-45\cdot\frac{\ln 2}{15}} = 80 + 80e^{-3 \ln 2} = 80 + 80e^{-\ln 8}\)
This simplifies to:
\(T(45) = 80 + 80\cdot\frac{1}{8} = 80 + 10 = 90\)
The correct answer is \(90^\circ F\).