Question 490225
Celsius to Fahrenheit
	
{{{F=(C * (9/5)) + 32 }}}

Fahrenheit to Celsius
	
{{{C=(F - 32) * (5/9) }}}



{{{x+10y=2}}}, solve for {{{y}}}


{{{10y=-x+2}}}


{{{10y/10=-x/10+2/10}}}


{{{y=-(1/10)x+1/5}}}