document.write( "Question 1001187: The following temperature function changes Fahrenheit to Celsius: C = (F – 32) x 5/9. Pick a random value for Fahrenheit, and compute the correct Celsius temperature. Show all steps in finding your result. \n" ); document.write( "
Algebra.Com's Answer #618424 by Cromlix(4381) You can put this solution on YOUR website! Hi there, \n" ); document.write( "C = (F - 32) x 5/9 \n" ); document.write( "eg. 113 degrees Fahrenheit \n" ); document.write( "Centigrade = (113 - 32) x 5/9 \n" ); document.write( "Centigrade = (81) x 5/9 \n" ); document.write( "Divide 81 by 9 and then multiply by 5 \n" ); document.write( "Centigrade = 45 degrees \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |