CELSIUS TO FAHRENHEIT
F = (1.8)*C + 32
For example
Lets us covert 37 degree celsius to Fahrenheit
First Multiply your Celsius measurement by 1.8.
then Add 32 to the result.
F = 9/5*(37) + 32
or
F = (1.8)*(37) + 32
F = 66.6 + 32
F = 98.6
Fahrenheit to Celcius
T(°C) = (T(°F) - 32) × 5/9
Take the °F temperature and subtract 32.
Multiply this number by 5.
Divide this number by 9 to obtain your answer in °C.
For example
T(°C) = (T(°F) - 32) × 5/9
T(°C) = (98°F - 32) × 5/9
T(°C) = (66.6) × 5/9
T(°C) = 333/9
T(°C) = 37°C
0 Comments