document.write( "Question 1138323: The temperature of air in a room that began at 55°F is increasing by 8°F per hour. Write a function that
\n" ); document.write( "describes the temperature of the air over time.
\n" ); document.write( "

Algebra.Com's Answer #802068 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
T(x) = function of temperature after x hours\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "T(x) = 55 + 8x
\n" ); document.write( "
\n" );