Question 444834
given the linear equation y=2x-4
find the y coordinates of the points (0) (-1)and (2)
plot these points and graph on linear equation
---
f(0) = 2*0-4 = 0-4 = -4
---
f(-1) = 2*-1-4 = -2-4 = -6
---
f(2) = 2*2-4 = 4-4 = 0
---------------------------
{{{graph(400,300,-10,10,-10,10,2x-4)}}}
=============================
Cheers,
Stan H.
===========