Answer:
To predict the temperature of a pizza that cools for 15 minutes using the given model, we can substitute the value of time into the equation and solve for the transformed temperature.
The equation provided is:
log(temp) = 2.402 - 0.005(time)
Substituting time = 15 minutes:
log(temp) = 2.402 - 0.005(15)
log(temp) = 2.402 - 0.075
log(temp) = 2.327
To find the actual temperature, we need to take the inverse logarithm (base 10) of both sides of the equation:
temp = 10^(2.327)
temp ≈ 199.4 degrees Celsius
Therefore, according to the given model, the predicted temperature of a pizza that cools for 15 minutes is approximately 199.4 degrees Celsius.
Explanation: