document.write( "Question 310425: The realtion between Celsius and Fahrenheit scale of temperatures is given by:C=(5/9)(F - 32), or, F = (9/5)C +32. Calulate the temperature in Celsius if the temperature in Fahrenheit is 45 F. also, calculate the temperature in Fahrenheit if the temperature in Celsius is 98o C. \n" ); document.write( "
Algebra.Com's Answer #222047 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! C=(5/9)(F-32) \n" ); document.write( "C=(5/9)(45-32) \n" ); document.write( "C=(5/9)*13 \n" ); document.write( "C=65/9 \n" ); document.write( "C=7.22 degrees \n" ); document.write( " |