Question 420761
Make a graph that shows when fahrenheit and celsius meet. I don't know what the x-axis or the y-axis should be. From the functions...
*C=(F-32)*(5/9)
*F= C*(9/5) + 32 
-----
y = (5/9)(x-32)
y = (9/5)x + 32
----
{{{graph(400,300,-100,100,-100,100,(5/9)(x-32),(9/5)x+32)}}}
-------------------------
Cheers,
Stan H.
==================