document.write( "Question 1191137: The function C=5/9(F-32) expresses the Celsius temperature as a function of the Fahrenheit temperature. Find the inverse function. What is it used for? \n" ); document.write( "
Algebra.Com's Answer #822913 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! The function C=5/9(F-32) expresses the Celsius temperature as a function of the Fahrenheit temperature. Find the inverse function. \n" ); document.write( "----- \n" ); document.write( "F = 1.8C + 32 \n" ); document.write( "F = (9C/5) + 32 \n" ); document.write( "F = (9C + 160)/5 \n" ); document.write( "F = (18C + 320)/10 \n" ); document.write( "----------- \n" ); document.write( "What is it used for? \n" ); document.write( "To convert temps in C to temps in F. \n" ); document.write( "eg: 37C ---> (18*37 + 320)/10 = 986/10 = 98.6F \n" ); document.write( " |