Question 301188
I have to graph this 
2x+3y=34 
---
y = -(2/3)x + (34/3)
Plot two points and draw a line thru them:
If x = 0, y = (34/3) = 11 1/3 giving you point (0,11 1/3)
---
If x = 3, y = -2 + 34/3 = 28/3 = 7 1/3 givng you point (3, 7 1/3)
------
{{{graph(400,300,-10,10,-10,20,(-2/3)x+(34/3))}}}
=======================================================

 25x+30y=350 
---
y = (-5/6)x + (35/3)
Plot two points and draw a line thru them.
If x = 0, y = (35/3) = 11 2/3 giving you point (0, 11 2/3)
---
If x = 6, y = -5 + 35/3 giving you point (6, 6 2/3)
---
{{{graph(400,300,-10,10,-10,20,(-5/6)x+(35/3))}}}
======================================================
Cheers,
Stan H.
====================================================