Question 924531
How do you sketch a graph for the following line:
 y=7/2x-2
-------
Plot 2 points::
If x = 0, y = (7/2)*0-2 = -2
----
If x = 2, y = (7/2)*2 - 2 = 7-2 = 5
----
Plot:: (0,-2) and (2,5) and draw a line thru them.
{{{graph(400,400,-10,10,-10,10,(7/2)x-2)}}}
---------------
Cheers,
Stan H.
-----------------------