You can put this solution on YOUR website! c=5%9xf-32
------------------
This is the formula for converting farenheit readings to celcius.
C = (5/9)F - 32
-----------------------
Solve for "F"
9C = 5F - 9*32
9C = 5F - 288
5F = 9C + 288
F = (9/5)C + 57.6
=======================
Cheers,
Stan H.