document.write( "Question 46746: A temperature of 41 degrees F is equivalent to 278.2 degrees K, while a temperature of 86 degrees F is equivalent to 303.2 degrees K. Find the equation converting Kelvin temperature to Fahrenheit. What is the Fahrenheit temperature when it is 180 degrees K? \n" ); document.write( "
Algebra.Com's Answer #30982 by Nate(3500)\"\" \"About 
You can put this solution on YOUR website!
C = 5(F - 32)/9
\n" ); document.write( "and
\n" ); document.write( "K = C + 273.15
\n" ); document.write( "so
\n" ); document.write( "K = 5(F - 32)/9 + 273.15
\n" ); document.write( "K - 273.15 = 5(F - 32)/9
\n" ); document.write( "(K - 273.15)(9/5) + 32 = F
\n" ); document.write( "(180 - 273.15)(9/5) + 32 = F = -135.67 That's really cold.
\n" ); document.write( "
\n" );