document.write( "Question 1131362: A piece of pottery is removed from a kiln and allowed to cool in a controlled environment. The temperature (in degrees Fahrenheit) of the pottery after it is removed from the kiln for various times (in minutes) is shown in the following table.
\n" );
document.write( "Time (min) Temperature (°F)
\n" );
document.write( "15 2000
\n" );
document.write( "20 1950
\n" );
document.write( "30 1850
\n" );
document.write( "60 1550
\n" );
document.write( "(a) Find a linear model for the temperature of the pottery after t minutes.
\n" );
document.write( "T(t) =__________?
\n" );
document.write( "(b) Explain the meaning of the slope of this line in the context of the problem.
\n" );
document.write( "The value of the slope means that the temperature is decreasing at a rate of
\n" );
document.write( " _________°F per minute.?
\n" );
document.write( "(c) Assuming the temperature continues to decrease at the same rate, what will be the temperature of the pottery in 3 hours?_______°F? \n" );
document.write( "
Algebra.Com's Answer #748026 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! It changes by -50 degrees in 5 minutes, -100 degrees in 10 minutes or -10 degrees per minute \n" ); document.write( "point slope formula y=y1=m(x-x1) m slope (10 deg F per minute) and (x1, y1) a point \n" ); document.write( "T(t)-2000=-10(t-15) \n" ); document.write( "T(t)=-10t+2150 \n" ); document.write( "slope is cooling per minute \n" ); document.write( "in 3 hours, or 180 minutes, it will cool 1800 degrees or to 350 deg F (2150-1800) \n" ); document.write( " |