Question 66596
Celsius temperature readings can be converted to
Fahrenheit readings using the formula F = 9/5 C + 32 
                                          
What is the Fahrenheit temperature that corresponds to each of the following Celsius temperatures -10, 0, 15, 100?
:
For -10,
{{{F=(9/5)(-10)+32}}}
{{{F=(9)(-2)+32}}}
{{{F=-18+32}}}
{{{highlight(F=14)}}}
:
For 0,
{{{F=(9/5)(0)+32}}}
{{{F=0+32}}}
{{{highlight(F=32)}}}
:
For 15,
{{{F=(9/5)(15)+32}}}
{{{F=(9)(3)+32}}}
{{{F=27+32}}}
{{{highlight(F=59)}}}
:
For 100,
{{{F=(9/5)(100)+32}}}
{{{F=(9)(20)+32}}}
{{{F=180+32}}}
{{{highlight(F=212)}}}
Happy Calculating!!!