document.write( "Question 890662: Temperature Conversion The function converts a temperature in degrees Fahrenheit, F, to a temperature in degrees Celsius, C. The function K(C) = C + 273, converts a temperature in degrees Celsius to a temperature in kelvins, K.
\n" );
document.write( "(a) Find a function that converts a temperature in degrees Fahrenheit to a temperature in kelvins.
\n" );
document.write( "(b) Determine 80 degrees Fahrenheit in kelvins.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #539124 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Temperature Conversion The function converts a temperature in degrees Fahrenheit, F, to a temperature in degrees Celsius, C. \n" ); document.write( "-------------- \n" ); document.write( "The function K(C) = C + 273, converts a temperature in degrees Celsius to a temperature in kelvins, K. \n" ); document.write( "--------------------------- \n" ); document.write( " (a) Find a function that converts a temperature in degrees Fahrenheit to a temperature in kelvins. \n" ); document.write( "K = (F-32)*(5/9) \n" ); document.write( "-------------------------- \n" ); document.write( " (b) Determine 80 degrees Fahrenheit in kelvins \n" ); document.write( "K(80) = (80-32)*)(5/9) = 48*(5/9) = 26.67 degrees \n" ); document.write( "-------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |