Question 843754
{{{6x-3=5x-2y}}}
{{{x-3=-2y}}}
{{{2y+x=3}}}
When {{{y=0}}}, {{{0+x=3}}}, {{{x=3}}}
When {{{x=0}}}, {{{2y+0=3}}}, {{{y=3/2}}}
Plot those two points (3,0) and (0,3/2).
{{{drawing(300,300,-5,5,-5,5,grid(1),circle(3,0,0.2),circle(0,3/2,0.2))}}}
Then draw the straight line that goes through them.
.
.
.
{{{drawing(300,300,-5,5,-5,5,grid(1),circle(3,0,0.2),circle(0,3/2,0.2),graph(300,300,-5,5,-5,5,(3-x)/2))}}}