Question 61888
 4x+2(y-3)=10
please help me. i need help on how to graph
:
Put it in the general form (y =):
4x + 2(y-3) = 10
4x + 2y - 6 = 10
2y = 10 - 4x + 6
2y = 16 - 4x
y = (16/2) - (4/2)x
y = 8 - 2x
:
I assume you know how to substitute values for x and find y
For example using x = -2: 
y = 8 -(-2);
y = +12, 
do the same for 0,+2,+4:
your table should look like this, plot these x,y coordinates
x | y
-----
-2|+12
0 |+8
+2|+4
+4|0
:
Your graph should look like this:
{{{ graph( 300, 200, -4, 6, -4, 16, 8-2x ) }}}