Question 152425
1.graph 6x+8=4x-2y
2Y=4X-6X-8
2Y=-2X-8
Y=-2X/2-8/2
Y=-X-4 (RED LINE)
2. gragh y=/x/+2
Y=X+2 (GREEN LINE)
{{{ graph( 300, 200, -6, 5, -10, 10, -x -4, x+2) }}} (graph 300x200 pixels, x from -6 to 5, y from -10 to 10, of TWO functions -x -4 and x +2).