Question 267607
2x + 6y = 32
6Y=-2X+32
Y=-2X/6+32/6
Y=-X/3+16/3 (RED LINE)
5x - 2y = 12
-2Y=-5X+12
Y=-5X/-2+12/-2
Y=2.5X-6 (GREEN LINE)
Intercept (4,4).
{{{ graph( 300, 200, -6, 5, -10, 10, -x/3 +16/3, 2.5x -6) }}} (graph 300x200 pixels, x from -6 to 5, y from -10 to 10, of TWO functions -x/3 +16/3 and 2.5x -6).