Question 829514
Parallel means it will have the same form as the current equation:
{{{3x-5y=D}}}
Use the point to find the value of D.
{{{3(-1)-5(3)=D}}}
{{{D=-3-15}}}
{{{D=-18}}}

{{{3x-5y=-18}}}
{{{5y=3x+18}}}
{{{highlight(y=(3/5)x+(18/5))}}}
Here is a graph of the two lines.
{{{ graph( 300, 300, -5, 5, -5, 5, (3x-6)/5, (3x+18)/5) }}}