Question 906543
Your answer is correct. 
They are the same line.
Graphing it,
({{{3/2}}},{{{0}}})
{{{drawing(300,300,-5,5,-5,5,grid(1),circle(3/2,0,0.2))}}}
.
.
.
({{{0}}},{{{3}}})
{{{drawing(300,300,-5,5,-5,5,grid(1),circle(3/2,0,0.2),circle(0,3,0.2))}}}
.
.
.

Now draw the line between them {{{y=-2x+3}}}
{{{drawing(300,300,-5,5,-5,5,grid(1),circle(3/2,0,0.2),circle(0,3,0.2),graph(300,300,-5,5,-5,5,-2x+3))}}}