Question 883273
I'm not sure if you have two lines, one with slope 1 and one with slope 3 or you're showing slope 1/3. I'll show all three.
Use the point-slope form,
{{{y-2=m(x-3)}}}
.
.
{{{m=1}}}
{{{y-2=x-3}}}
{{{y=x-1}}}
.
.
.
{{{drawing(300,300,-5,5,-5,5,grid(1),circle(3,2,0.3),graph(300,300,-5,5,-5,5,x-1))}}}
.
.
{{{m=3}}}
{{{y-2=3(x-3)}}}
{{{y-2=3x-9}}}
{{{y=3x-7}}}
.
.
.
{{{drawing(300,300,-5,5,-5,5,grid(1),circle(3,2,0.3),graph(300,300,-5,5,-5,5,3x-7))}}}
.
.
{{{m=1/3}}}
{{{y-2=(1/3)(x-3)}}}
{{{y-2=(1/3)x-1}}
{{{y=(1/3)x+1}}}
.
.
.
{{{drawing(300,300,-5,5,-5,5,grid(1),circle(3,2,0.3),graph(300,300,-5,5,-5,5,(1/3)x+1))}}}