To convert temperatures from degrees Fahrenheit to degrees Celsius, subtract 32, then divide by 1.8.

a)write a formula to convert degrees Fahrenheit (f) to degrees Celsius (c).

b)write a formula to convert degrees Celsius (c) to degrees Fahrenheit (f).

a) c = (f - 32) / 1.8

b) f = (c x 1.8) + 32