Question 544458
The temperature of air in a room that began at 55 degrees F is increasing by 8 degrees F. Write a function that describes the temperature of the air over time. Graph the function to show the temperatures over the first 5 hours.
----
T(t) = 55+8t where t is number of hours.
----
T(5) = 55+8*5 = 95 degrees
-----
{{{graph(400,400,-10,10,-10,125,55+8x)}}}
Cheers,
Stan H.
=============