This example problem illustrates the method to convert temperatures from Celsius to Fahrenheit.
Problem:
What is the temperature in Fahrenheit of 20 °C?
Solution:
The conversion formula for °C to °F is
TF = 9/5(TC) + 32
TF = 9/5(20) + 32
TF = 36 + 32
TF = 68 °F
Answer:
The temperature in Fahrenheit of 20 °C is 68 °F.

