Question 948034
{{{3x-y=8}}}
Find the intercepts.
When {{{x=0}}},{{{-y=8}}},{{{y=-8}}}
When {{{y=0}}},{{{3x=8}}},{{{x=8/3}}}
Plot the points and the line through them,
{{{drawing(300,300,-2,10,-10,2,grid(1),circle(0,-8,0.25),circle(8/3,0,0.25),graph(300,300,-2,10,-10,2,3x-8))}}}
.
.
.
Similarly,
{{{x-(1/3)y=2}}}
When {{{x=0}}},{{{-(1/3)y=2}}},{{{y=-6}}}
When {{{y=0}}},{{{x=2}}}
Plot the points and the line through them,
{{{drawing(300,300,-2,10,-10,2,grid(1),circle(0,-6,0.25),circle(2,0,0.25),circle(0,-8,0.25),circle(8/3,0,0.25),graph(300,300,-2,10,-10,2,3x-8,3x-6))}}}
.
.
.

Since the lines are parallel, they never intersect so there is no solution.