Question 173532
</pre><font size=4><b>
2) {{{y=(4/3)x+4}}} -it's a Line eqn.
It follows--->{{{y=mx+b}}}, where {{{b}}}=y-intercept, let's see the graph:
{{{drawing(300,300,-6,6,-6,6,grid(1),graph(300,300,-6,6,-6,6,(4/3)x+4),blue(circle(0,4,.15)))}}}
.
3) {{{2Y-3X=12}}}------->{{{y=(3x+12)/2}}}->{{{y=(3/2)x+(12/2)}}}
{{{y=(3/2)x+6}}}
Let's see the graph:
{{{drawing(300,300,-10,10,-10,10,grid(1),graph(300,300,-10,10,-10,10,(3/2)x+6),blue(circle(0,6,.20)))}}}
Thank you,
Jojo</pre>