document.write( "Question 122245: A cup of coffee is poured and left to cool on the counter. The formula that represents the temperature of the coffee over time is given by T=80(0.9)^(x/2)+20 where T is temperature in degrees celcius, and x is time in minutes.
\n" );
document.write( "a) What was the initial temperature of the coffee?
\n" );
document.write( "b) How quickly is it cooling?
\n" );
document.write( "c) What is the coolest temperature the coffee will reach? How quickly?
\n" );
document.write( "d) What is the temperature of the coffee after 10 minutes? \n" );
document.write( "
Algebra.Com's Answer #89748 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A cup of coffee is poured and left to cool on the counter. The formula that represents the temperature of the coffee over time is given by T=80(0.9)^(x/2)+20 where T is temperature in degrees celcius, and x is time in minutes. \n" ); document.write( "a) What was the initial temperature of the coffee? \n" ); document.write( "T(x) = 80(0.9)^(x/2)+20 \n" ); document.write( "T(0) = 80(0.9)^(0/2)+20 = 80*1+20= 100 degrees Celcius. \n" ); document.write( "-------------------- \n" ); document.write( "b) How quickly is it cooling? \n" ); document.write( "T(1) = 80(0.9)^(1/2) 75.89 degrees \n" ); document.write( "So, in one minute the temperature decreased 24.11 degrees. \n" ); document.write( "Comment: The decrease is not linear as the function is exponential. \n" ); document.write( "------------------ \n" ); document.write( "c) What is the coolest temperature the coffee will reach? Why? \n" ); document.write( "As x getslarger 0.9^(x/2) gets smaller and smaller. \n" ); document.write( "To T gets closer and closer to 20 degrees. \n" ); document.write( "-------------------- \n" ); document.write( "d) What is the temperature of the coffee after 10 minutes? \n" ); document.write( "T(10) = 80(0.9)^5 + 20 = 67.2392 degrees Celsius. \n" ); document.write( "================ \n" ); document.write( "Comment: These termperatures do not look realistic. Coffee at \n" ); document.write( "100 degrees Celsius would be at the boiling point. \n" ); document.write( "============= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |