Question 563502
-----------------------------------------------------
..., a temperature between 3-8 degrees Celsius. What is that in degrees Fahrenheit?
-----------------------------------------------------


Two known acceptable linear points (C,F) are (0,32) and (100,212).


{{{F=((212-32)/(100-0))C+32}}}

{{{F=(180/100)C+32}}}

{{{F=(18/10)C+32}}}

{{{highlight_green(F=(9/5)C+32)}}}---------use this formula to show the temperature range in Fahrenheit.