document.write( "Question 1169443: The temperature in degrees Kelvin is 273 degrees more than the temperature in degrees Celsius. Use the formula C=59(F−32) to write a formula for the temperature in degrees Fahrenheit F in terms of the temperature in degrees Kelvin K.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #794188 by math_helper(2461)![]() ![]() You can put this solution on YOUR website! K = C + 273 \n" ); document.write( "C = (5/9)(F-32) \n" ); document.write( " \n" ); document.write( "so by substituting the RHS of the 2nd equation for C in the first: \n" ); document.write( "K = (5/9)(F-32) + 273 \n" ); document.write( " \n" ); document.write( "K = (5F+2297)/9\r \n" ); document.write( "\n" ); document.write( "Solving for F in terms of K: \n" ); document.write( "F = (9K-2297)/5\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "Temperatures in Kelvin are just stated as such (i.e. \"273 Kelvin\" is the same as \"100 degrees Celsius.\" Kelvin is an absolute temperature scale). \r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |