document.write( "Question 281948: The function C(F)= 5/9(F-32) 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 fegrees kelvins,K.\r
\n" );
document.write( "\n" );
document.write( " Find a function that convers a temperature in degrees Fahrenheit to a temperature in Kelvins. \n" );
document.write( "
Algebra.Com's Answer #204789 by CharlesG2(834)![]() ![]() ![]() You can put this solution on YOUR website! The function C(F)= 5/9(F-32) 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 fegrees kelvins,K. \n" ); document.write( "Find a function that convers a temperature in degrees Fahrenheit to a temperature in Kelvins\r \n" ); document.write( "\n" ); document.write( "C(F) = 5/9 * (F-32) this gives Celsius from Fahrenheit\r \n" ); document.write( "\n" ); document.write( "K(F) = C(F) + 273 = 5/9 * (F-32) + 273 this gives Kelvin from Fahrenheit\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |