Question 318562
{{{drawing(300,300,-6,6,-6,6,grid(1),circle(4,-2,0.3),circle(3,4,0.3),
circle(-3,3,0.3),graph(300,300,-6,6,-6,6,0))}}}
Look at the relationship between the two right points. 
You must maintain that relationship for the two left points.
To go from the top right point to the bottom right point, move +1 unit in the x, move -6 units in the y.
x:{{{-3+1=-2}}}
y:{{{3-6=-3}}} 
.
.
({{{-2}}},{{{-3}}})
.
.
{{{drawing(300,300,-6,6,-6,6,grid(1),circle(4,-2,0.3),circle(3,4,0.3),
circle(-3,3,0.3),circle(-2,-3,0.3),line(-3,3,-2,-3),line(-2,-3,4,-2),line(4,-2,3,4),line(3,4,-3,3),graph(300,300,-6,6,-6,6,0))}}}