Question 91196




Plot the point in A(6,1) (note: if you need help with plotting points, check out this <a href=http://www.algebra.com/algebra/homework/Graphs/plot-a-single-point.solver>solver</a>)

      
{{{drawing(900,900,-12,12,-12,12,
grid( 1 ),
red(circle(6,1,0.08),
circle(6,1,0.10)),
locate(6,1,A)
)}}}

    



Now add the point in B(8,4)(note: if you need help with plotting points, check out this <a href=http://www.algebra.com/algebra/homework/Graphs/plot-a-single-point.solver>solver</a>)



      
{{{drawing(900,900,-12,12,-12,12,
grid( 1 ),
red(circle(6,1,0.08),
circle(6,1,0.10)),
locate(6,1,A),
green(circle(8,4,0.08),
circle(8,4,0.10)),
locate(8,4,B)
)}}}

    

Now connect the two points A(6,1) and B(8,4)

{{{drawing(900,900,-12,12,-12,12,
grid( 1 ),
red(circle(6,1,0.08),
circle(6,1,0.10)),
locate(6,1,A),
green(circle(8,4,0.08),
circle(8,4,0.10)),
locate(8,4,B),
line(8,4,6,1)
)}}}

      



Now add the point in C(7,0)(note: if you need help with plotting points, check out this <a href=http://www.algebra.com/algebra/homework/Graphs/plot-a-single-point.solver>solver</a>)



      
{{{drawing(900,900,-12,12,-12,12,
grid( 1 ),
red(circle(6,1,0.08),
circle(6,1,0.10)),
locate(6,1,A),
green(circle(8,4,0.08),
circle(8,4,0.10)),
locate(8,4,B),
line(8,4,6,1),
blue(circle(7,0,0.08),
circle(7,0,0.10)),
locate(7,0,C)
)}}}

    

Now connect the two points B(8,4) and C(7,0)

{{{drawing(900,900,-12,12,-12,12,
grid( 1 ),
red(circle(6,1,0.08),
circle(6,1,0.10)),
locate(6,1,A),
green(circle(8,4,0.08),
circle(8,4,0.10)),
locate(8,4,B),
line(8,4,6,1),
blue(circle(7,0,0.08),
circle(7,0,0.10)),
locate(7,0,C),
line(7,0,8,4)
)}}}

      



Now add the point in D(10,-3)(note: if you need help with plotting points, check out this <a href=http://www.algebra.com/algebra/homework/Graphs/plot-a-single-point.solver>solver</a>)



      
{{{drawing(900,900,-12,12,-12,12,
grid( 1 ),
red(circle(6,1,0.08),
circle(6,1,0.10)),
locate(6,1,A),
green(circle(8,4,0.08),
circle(8,4,0.10)),
locate(8,4,B),
line(8,4,6,1),
blue(circle(7,0,0.08),
circle(7,0,0.10)),
locate(7,0,C),
line(7,0,8,4),
red(circle(10,-3,0.08),
circle(10,-3,0.10)),
locate(10,-3,D)
)}}}

    

Now connect the two points C(7,0) and D(10,-3)

{{{drawing(900,900,-12,12,-12,12,
grid( 1 ),
red(circle(6,1,0.08),
circle(6,1,0.10)),
locate(6,1,A),
green(circle(8,4,0.08),
circle(8,4,0.10)),
locate(8,4,B),
line(8,4,6,1),
blue(circle(7,0,0.08),
circle(7,0,0.10)),
locate(7,0,C),
line(7,0,8,4),
red(circle(10,-3,0.08),
circle(10,-3,0.10)),
locate(10,-3,D),
line(10,-3,7,0)
)}}}

      



Now add the point in E(6,-1)(note: if you need help with plotting points, check out this <a href=http://www.algebra.com/algebra/homework/Graphs/plot-a-single-point.solver>solver</a>)



      
{{{drawing(900,900,-12,12,-12,12,
grid( 1 ),
red(circle(6,1,0.08),
circle(6,1,0.10)),
locate(6,1,A),
green(circle(8,4,0.08),
circle(8,4,0.10)),
locate(8,4,B),
line(8,4,6,1),
blue(circle(7,0,0.08),
circle(7,0,0.10)),
locate(7,0,C),
line(7,0,8,4),
red(circle(10,-3,0.08),
circle(10,-3,0.10)),
locate(10,-3,D),
line(10,-3,7,0),
green(circle(6,-1,0.08),
circle(6,-1,0.10)),
locate(6,-1,E)
)}}}

    

Now connect the two points D(10,-3) and E(6,-1)

{{{drawing(900,900,-12,12,-12,12,
grid( 1 ),
red(circle(6,1,0.08),
circle(6,1,0.10)),
locate(6,1,A),
green(circle(8,4,0.08),
circle(8,4,0.10)),
locate(8,4,B),
line(8,4,6,1),
blue(circle(7,0,0.08),
circle(7,0,0.10)),
locate(7,0,C),
line(7,0,8,4),
red(circle(10,-3,0.08),
circle(10,-3,0.10)),
locate(10,-3,D),
line(10,-3,7,0),
green(circle(6,-1,0.08),
circle(6,-1,0.10)),
locate(6,-1,E),
line(6,-1,10,-3)
)}}}

      



Now add the point in F(3,-5)(note: if you need help with plotting points, check out this <a href=http://www.algebra.com/algebra/homework/Graphs/plot-a-single-point.solver>solver</a>)



      
{{{drawing(900,900,-12,12,-12,12,
grid( 1 ),
red(circle(6,1,0.08),
circle(6,1,0.10)),
locate(6,1,A),
green(circle(8,4,0.08),
circle(8,4,0.10)),
locate(8,4,B),
line(8,4,6,1),
blue(circle(7,0,0.08),
circle(7,0,0.10)),
locate(7,0,C),
line(7,0,8,4),
red(circle(10,-3,0.08),
circle(10,-3,0.10)),
locate(10,-3,D),
line(10,-3,7,0),
green(circle(6,-1,0.08),
circle(6,-1,0.10)),
locate(6,-1,E),
line(6,-1,10,-3),
blue(circle(3,-5,0.08),
circle(3,-5,0.10)),
locate(3,-5,F)
)}}}

    

Now connect the two points E(6,-1) and F(3,-5)

{{{drawing(900,900,-12,12,-12,12,
grid( 1 ),
red(circle(6,1,0.08),
circle(6,1,0.10)),
locate(6,1,A),
green(circle(8,4,0.08),
circle(8,4,0.10)),
locate(8,4,B),
line(8,4,6,1),
blue(circle(7,0,0.08),
circle(7,0,0.10)),
locate(7,0,C),
line(7,0,8,4),
red(circle(10,-3,0.08),
circle(10,-3,0.10)),
locate(10,-3,D),
line(10,-3,7,0),
green(circle(6,-1,0.08),
circle(6,-1,0.10)),
locate(6,-1,E),
line(6,-1,10,-3),
blue(circle(3,-5,0.08),
circle(3,-5,0.10)),
locate(3,-5,F),
line(3,-5,6,-1)
)}}}

      



Now add the point in G(-8,-4)(note: if you need help with plotting points, check out this <a href=http://www.algebra.com/algebra/homework/Graphs/plot-a-single-point.solver>solver</a>)



      
{{{drawing(900,900,-12,12,-12,12,
grid( 1 ),
red(circle(6,1,0.08),
circle(6,1,0.10)),
locate(6,1,A),
green(circle(8,4,0.08),
circle(8,4,0.10)),
locate(8,4,B),
line(8,4,6,1),
blue(circle(7,0,0.08),
circle(7,0,0.10)),
locate(7,0,C),
line(7,0,8,4),
red(circle(10,-3,0.08),
circle(10,-3,0.10)),
locate(10,-3,D),
line(10,-3,7,0),
green(circle(6,-1,0.08),
circle(6,-1,0.10)),
locate(6,-1,E),
line(6,-1,10,-3),
blue(circle(3,-5,0.08),
circle(3,-5,0.10)),
locate(3,-5,F),
line(3,-5,6,-1),
red(circle(-8,-4,0.08),
circle(-8,-4,0.10)),
locate(-8,-4,G)
)}}}

    

Now connect the two points F(3,-5) and G(-8,-4)

{{{drawing(900,900,-12,12,-12,12,
grid( 1 ),
red(circle(6,1,0.08),
circle(6,1,0.10)),
locate(6,1,A),
green(circle(8,4,0.08),
circle(8,4,0.10)),
locate(8,4,B),
line(8,4,6,1),
blue(circle(7,0,0.08),
circle(7,0,0.10)),
locate(7,0,C),
line(7,0,8,4),
red(circle(10,-3,0.08),
circle(10,-3,0.10)),
locate(10,-3,D),
line(10,-3,7,0),
green(circle(6,-1,0.08),
circle(6,-1,0.10)),
locate(6,-1,E),
line(6,-1,10,-3),
blue(circle(3,-5,0.08),
circle(3,-5,0.10)),
locate(3,-5,F),
line(3,-5,6,-1),
red(circle(-8,-4,0.08),
circle(-8,-4,0.10)),
locate(-8,-4,G),
line(-8,-4,3,-5)
)}}}

      



Now add the point in H(-5,-2)(note: if you need help with plotting points, check out this <a href=http://www.algebra.com/algebra/homework/Graphs/plot-a-single-point.solver>solver</a>)



      
{{{drawing(900,900,-12,12,-12,12,
grid( 1 ),
red(circle(6,1,0.08),
circle(6,1,0.10)),
locate(6,1,A),
green(circle(8,4,0.08),
circle(8,4,0.10)),
locate(8,4,B),
line(8,4,6,1),
blue(circle(7,0,0.08),
circle(7,0,0.10)),
locate(7,0,C),
line(7,0,8,4),
red(circle(10,-3,0.08),
circle(10,-3,0.10)),
locate(10,-3,D),
line(10,-3,7,0),
green(circle(6,-1,0.08),
circle(6,-1,0.10)),
locate(6,-1,E),
line(6,-1,10,-3),
blue(circle(3,-5,0.08),
circle(3,-5,0.10)),
locate(3,-5,F),
line(3,-5,6,-1),
red(circle(-8,-4,0.08),
circle(-8,-4,0.10)),
locate(-8,-4,G),
line(-8,-4,3,-5),
green(circle(-5,-2,0.08),
circle(-5,-2,0.10)),
locate(-5,-2,H)
)}}}

    

Now connect the two points G(-8,-4) and H(-5,-2)

{{{drawing(900,900,-12,12,-12,12,
grid( 1 ),
red(circle(6,1,0.08),
circle(6,1,0.10)),
locate(6,1,A),
green(circle(8,4,0.08),
circle(8,4,0.10)),
locate(8,4,B),
line(8,4,6,1),
blue(circle(7,0,0.08),
circle(7,0,0.10)),
locate(7,0,C),
line(7,0,8,4),
red(circle(10,-3,0.08),
circle(10,-3,0.10)),
locate(10,-3,D),
line(10,-3,7,0),
green(circle(6,-1,0.08),
circle(6,-1,0.10)),
locate(6,-1,E),
line(6,-1,10,-3),
blue(circle(3,-5,0.08),
circle(3,-5,0.10)),
locate(3,-5,F),
line(3,-5,6,-1),
red(circle(-8,-4,0.08),
circle(-8,-4,0.10)),
locate(-8,-4,G),
line(-8,-4,3,-5),
green(circle(-5,-2,0.08),
circle(-5,-2,0.10)),
locate(-5,-2,H),
line(-5,-2,-8,-4)
)}}}

      



Now add the point in I(-9,-2)(note: if you need help with plotting points, check out this <a href=http://www.algebra.com/algebra/homework/Graphs/plot-a-single-point.solver>solver</a>)



      
{{{drawing(900,900,-12,12,-12,12,
grid( 1 ),
red(circle(6,1,0.08),
circle(6,1,0.10)),
locate(6,1,A),
green(circle(8,4,0.08),
circle(8,4,0.10)),
locate(8,4,B),
line(8,4,6,1),
blue(circle(7,0,0.08),
circle(7,0,0.10)),
locate(7,0,C),
line(7,0,8,4),
red(circle(10,-3,0.08),
circle(10,-3,0.10)),
locate(10,-3,D),
line(10,-3,7,0),
green(circle(6,-1,0.08),
circle(6,-1,0.10)),
locate(6,-1,E),
line(6,-1,10,-3),
blue(circle(3,-5,0.08),
circle(3,-5,0.10)),
locate(3,-5,F),
line(3,-5,6,-1),
red(circle(-8,-4,0.08),
circle(-8,-4,0.10)),
locate(-8,-4,G),
line(-8,-4,3,-5),
green(circle(-5,-2,0.08),
circle(-5,-2,0.10)),
locate(-5,-2,H),
line(-5,-2,-8,-4),
blue(circle(-9,-2,0.08),
circle(-9,-2,0.10)),
locate(-9,-2,I)
)}}}

    

Now connect the two points H(-5,-2) and I(-9,-2)

{{{drawing(900,900,-12,12,-12,12,
grid( 1 ),
red(circle(6,1,0.08),
circle(6,1,0.10)),
locate(6,1,A),
green(circle(8,4,0.08),
circle(8,4,0.10)),
locate(8,4,B),
line(8,4,6,1),
blue(circle(7,0,0.08),
circle(7,0,0.10)),
locate(7,0,C),
line(7,0,8,4),
red(circle(10,-3,0.08),
circle(10,-3,0.10)),
locate(10,-3,D),
line(10,-3,7,0),
green(circle(6,-1,0.08),
circle(6,-1,0.10)),
locate(6,-1,E),
line(6,-1,10,-3),
blue(circle(3,-5,0.08),
circle(3,-5,0.10)),
locate(3,-5,F),
line(3,-5,6,-1),
red(circle(-8,-4,0.08),
circle(-8,-4,0.10)),
locate(-8,-4,G),
line(-8,-4,3,-5),
green(circle(-5,-2,0.08),
circle(-5,-2,0.10)),
locate(-5,-2,H),
line(-5,-2,-8,-4),
blue(circle(-9,-2,0.08),
circle(-9,-2,0.10)),
locate(-9,-2,I),
line(-9,-2,-5,-2)
)}}}

      



Now add the point in J(-7,1)(note: if you need help with plotting points, check out this <a href=http://www.algebra.com/algebra/homework/Graphs/plot-a-single-point.solver>solver</a>)



      
{{{drawing(900,900,-12,12,-12,12,
grid( 1 ),
red(circle(6,1,0.08),
circle(6,1,0.10)),
locate(6,1,A),
green(circle(8,4,0.08),
circle(8,4,0.10)),
locate(8,4,B),
line(8,4,6,1),
blue(circle(7,0,0.08),
circle(7,0,0.10)),
locate(7,0,C),
line(7,0,8,4),
red(circle(10,-3,0.08),
circle(10,-3,0.10)),
locate(10,-3,D),
line(10,-3,7,0),
green(circle(6,-1,0.08),
circle(6,-1,0.10)),
locate(6,-1,E),
line(6,-1,10,-3),
blue(circle(3,-5,0.08),
circle(3,-5,0.10)),
locate(3,-5,F),
line(3,-5,6,-1),
red(circle(-8,-4,0.08),
circle(-8,-4,0.10)),
locate(-8,-4,G),
line(-8,-4,3,-5),
green(circle(-5,-2,0.08),
circle(-5,-2,0.10)),
locate(-5,-2,H),
line(-5,-2,-8,-4),
blue(circle(-9,-2,0.08),
circle(-9,-2,0.10)),
locate(-9,-2,I),
line(-9,-2,-5,-2),
red(circle(-7,1,0.08),
circle(-7,1,0.10)),
locate(-7,1,J)
)}}}

    

Now connect the two points I(-9,-2) and J(-7,1)

{{{drawing(900,900,-12,12,-12,12,
grid( 1 ),
red(circle(6,1,0.08),
circle(6,1,0.10)),
locate(6,1,A),
green(circle(8,4,0.08),
circle(8,4,0.10)),
locate(8,4,B),
line(8,4,6,1),
blue(circle(7,0,0.08),
circle(7,0,0.10)),
locate(7,0,C),
line(7,0,8,4),
red(circle(10,-3,0.08),
circle(10,-3,0.10)),
locate(10,-3,D),
line(10,-3,7,0),
green(circle(6,-1,0.08),
circle(6,-1,0.10)),
locate(6,-1,E),
line(6,-1,10,-3),
blue(circle(3,-5,0.08),
circle(3,-5,0.10)),
locate(3,-5,F),
line(3,-5,6,-1),
red(circle(-8,-4,0.08),
circle(-8,-4,0.10)),
locate(-8,-4,G),
line(-8,-4,3,-5),
green(circle(-5,-2,0.08),
circle(-5,-2,0.10)),
locate(-5,-2,H),
line(-5,-2,-8,-4),
blue(circle(-9,-2,0.08),
circle(-9,-2,0.10)),
locate(-9,-2,I),
line(-9,-2,-5,-2),
red(circle(-7,1,0.08),
circle(-7,1,0.10)),
locate(-7,1,J),
line(-7,1,-9,-2)
)}}}

      



Now add the point in K(0,4)(note: if you need help with plotting points, check out this <a href=http://www.algebra.com/algebra/homework/Graphs/plot-a-single-point.solver>solver</a>)



      
{{{drawing(900,900,-12,12,-12,12,
grid( 1 ),
red(circle(6,1,0.08),
circle(6,1,0.10)),
locate(6,1,A),
green(circle(8,4,0.08),
circle(8,4,0.10)),
locate(8,4,B),
line(8,4,6,1),
blue(circle(7,0,0.08),
circle(7,0,0.10)),
locate(7,0,C),
line(7,0,8,4),
red(circle(10,-3,0.08),
circle(10,-3,0.10)),
locate(10,-3,D),
line(10,-3,7,0),
green(circle(6,-1,0.08),
circle(6,-1,0.10)),
locate(6,-1,E),
line(6,-1,10,-3),
blue(circle(3,-5,0.08),
circle(3,-5,0.10)),
locate(3,-5,F),
line(3,-5,6,-1),
red(circle(-8,-4,0.08),
circle(-8,-4,0.10)),
locate(-8,-4,G),
line(-8,-4,3,-5),
green(circle(-5,-2,0.08),
circle(-5,-2,0.10)),
locate(-5,-2,H),
line(-5,-2,-8,-4),
blue(circle(-9,-2,0.08),
circle(-9,-2,0.10)),
locate(-9,-2,I),
line(-9,-2,-5,-2),
red(circle(-7,1,0.08),
circle(-7,1,0.10)),
locate(-7,1,J),
line(-7,1,-9,-2),
green(circle(0,4,0.08),
circle(0,4,0.10)),
locate(0,4,K)
)}}}

    

Now connect the two points J(-7,1) and K(0,4)

{{{drawing(900,900,-12,12,-12,12,
grid( 1 ),
red(circle(6,1,0.08),
circle(6,1,0.10)),
locate(6,1,A),
green(circle(8,4,0.08),
circle(8,4,0.10)),
locate(8,4,B),
line(8,4,6,1),
blue(circle(7,0,0.08),
circle(7,0,0.10)),
locate(7,0,C),
line(7,0,8,4),
red(circle(10,-3,0.08),
circle(10,-3,0.10)),
locate(10,-3,D),
line(10,-3,7,0),
green(circle(6,-1,0.08),
circle(6,-1,0.10)),
locate(6,-1,E),
line(6,-1,10,-3),
blue(circle(3,-5,0.08),
circle(3,-5,0.10)),
locate(3,-5,F),
line(3,-5,6,-1),
red(circle(-8,-4,0.08),
circle(-8,-4,0.10)),
locate(-8,-4,G),
line(-8,-4,3,-5),
green(circle(-5,-2,0.08),
circle(-5,-2,0.10)),
locate(-5,-2,H),
line(-5,-2,-8,-4),
blue(circle(-9,-2,0.08),
circle(-9,-2,0.10)),
locate(-9,-2,I),
line(-9,-2,-5,-2),
red(circle(-7,1,0.08),
circle(-7,1,0.10)),
locate(-7,1,J),
line(-7,1,-9,-2),
green(circle(0,4,0.08),
circle(0,4,0.10)),
locate(0,4,K),
line(0,4,-7,1)
)}}}

      



Now add the point in L(-1,2)(note: if you need help with plotting points, check out this <a href=http://www.algebra.com/algebra/homework/Graphs/plot-a-single-point.solver>solver</a>)



      
{{{drawing(900,900,-12,12,-12,12,
grid( 1 ),
red(circle(6,1,0.08),
circle(6,1,0.10)),
locate(6,1,A),
green(circle(8,4,0.08),
circle(8,4,0.10)),
locate(8,4,B),
line(8,4,6,1),
blue(circle(7,0,0.08),
circle(7,0,0.10)),
locate(7,0,C),
line(7,0,8,4),
red(circle(10,-3,0.08),
circle(10,-3,0.10)),
locate(10,-3,D),
line(10,-3,7,0),
green(circle(6,-1,0.08),
circle(6,-1,0.10)),
locate(6,-1,E),
line(6,-1,10,-3),
blue(circle(3,-5,0.08),
circle(3,-5,0.10)),
locate(3,-5,F),
line(3,-5,6,-1),
red(circle(-8,-4,0.08),
circle(-8,-4,0.10)),
locate(-8,-4,G),
line(-8,-4,3,-5),
green(circle(-5,-2,0.08),
circle(-5,-2,0.10)),
locate(-5,-2,H),
line(-5,-2,-8,-4),
blue(circle(-9,-2,0.08),
circle(-9,-2,0.10)),
locate(-9,-2,I),
line(-9,-2,-5,-2),
red(circle(-7,1,0.08),
circle(-7,1,0.10)),
locate(-7,1,J),
line(-7,1,-9,-2),
green(circle(0,4,0.08),
circle(0,4,0.10)),
locate(0,4,K),
line(0,4,-7,1),
blue(circle(-1,2,0.08),
circle(-1,2,0.10)),
locate(-1,2,L)
)}}}

    

Now connect the two points K(0,4) and L(-1,2)

{{{drawing(900,900,-12,12,-12,12,
grid( 1 ),
red(circle(6,1,0.08),
circle(6,1,0.10)),
locate(6,1,A),
green(circle(8,4,0.08),
circle(8,4,0.10)),
locate(8,4,B),
line(8,4,6,1),
blue(circle(7,0,0.08),
circle(7,0,0.10)),
locate(7,0,C),
line(7,0,8,4),
red(circle(10,-3,0.08),
circle(10,-3,0.10)),
locate(10,-3,D),
line(10,-3,7,0),
green(circle(6,-1,0.08),
circle(6,-1,0.10)),
locate(6,-1,E),
line(6,-1,10,-3),
blue(circle(3,-5,0.08),
circle(3,-5,0.10)),
locate(3,-5,F),
line(3,-5,6,-1),
red(circle(-8,-4,0.08),
circle(-8,-4,0.10)),
locate(-8,-4,G),
line(-8,-4,3,-5),
green(circle(-5,-2,0.08),
circle(-5,-2,0.10)),
locate(-5,-2,H),
line(-5,-2,-8,-4),
blue(circle(-9,-2,0.08),
circle(-9,-2,0.10)),
locate(-9,-2,I),
line(-9,-2,-5,-2),
red(circle(-7,1,0.08),
circle(-7,1,0.10)),
locate(-7,1,J),
line(-7,1,-9,-2),
green(circle(0,4,0.08),
circle(0,4,0.10)),
locate(0,4,K),
line(0,4,-7,1),
blue(circle(-1,2,0.08),
circle(-1,2,0.10)),
locate(-1,2,L),
line(-1,2,0,4)
)}}}

      



Now add the point in M(6,1)(note: if you need help with plotting points, check out this <a href=http://www.algebra.com/algebra/homework/Graphs/plot-a-single-point.solver>solver</a>)



      
{{{drawing(900,900,-12,12,-12,12,
grid( 1 ),
red(circle(6,1,0.08),
circle(6,1,0.10)),
locate(6,1,A),
green(circle(8,4,0.08),
circle(8,4,0.10)),
locate(8,4,B),
line(8,4,6,1),
blue(circle(7,0,0.08),
circle(7,0,0.10)),
locate(7,0,C),
line(7,0,8,4),
red(circle(10,-3,0.08),
circle(10,-3,0.10)),
locate(10,-3,D),
line(10,-3,7,0),
green(circle(6,-1,0.08),
circle(6,-1,0.10)),
locate(6,-1,E),
line(6,-1,10,-3),
blue(circle(3,-5,0.08),
circle(3,-5,0.10)),
locate(3,-5,F),
line(3,-5,6,-1),
red(circle(-8,-4,0.08),
circle(-8,-4,0.10)),
locate(-8,-4,G),
line(-8,-4,3,-5),
green(circle(-5,-2,0.08),
circle(-5,-2,0.10)),
locate(-5,-2,H),
line(-5,-2,-8,-4),
blue(circle(-9,-2,0.08),
circle(-9,-2,0.10)),
locate(-9,-2,I),
line(-9,-2,-5,-2),
red(circle(-7,1,0.08),
circle(-7,1,0.10)),
locate(-7,1,J),
line(-7,1,-9,-2),
green(circle(0,4,0.08),
circle(0,4,0.10)),
locate(0,4,K),
line(0,4,-7,1),
blue(circle(-1,2,0.08),
circle(-1,2,0.10)),
locate(-1,2,L),
line(-1,2,0,4),
red(circle(6,1,0.08),
circle(6,1,0.10)),
locate(6,1,M)
)}}}

    

Now connect the two points L(-1,2) and M(6,1)

{{{drawing(900,900,-12,12,-12,12,
grid( 1 ),
red(circle(6,1,0.08),
circle(6,1,0.10)),
locate(6,1,A),
green(circle(8,4,0.08),
circle(8,4,0.10)),
locate(8,4,B),
line(8,4,6,1),
blue(circle(7,0,0.08),
circle(7,0,0.10)),
locate(7,0,C),
line(7,0,8,4),
red(circle(10,-3,0.08),
circle(10,-3,0.10)),
locate(10,-3,D),
line(10,-3,7,0),
green(circle(6,-1,0.08),
circle(6,-1,0.10)),
locate(6,-1,E),
line(6,-1,10,-3),
blue(circle(3,-5,0.08),
circle(3,-5,0.10)),
locate(3,-5,F),
line(3,-5,6,-1),
red(circle(-8,-4,0.08),
circle(-8,-4,0.10)),
locate(-8,-4,G),
line(-8,-4,3,-5),
green(circle(-5,-2,0.08),
circle(-5,-2,0.10)),
locate(-5,-2,H),
line(-5,-2,-8,-4),
blue(circle(-9,-2,0.08),
circle(-9,-2,0.10)),
locate(-9,-2,I),
line(-9,-2,-5,-2),
red(circle(-7,1,0.08),
circle(-7,1,0.10)),
locate(-7,1,J),
line(-7,1,-9,-2),
green(circle(0,4,0.08),
circle(0,4,0.10)),
locate(0,4,K),
line(0,4,-7,1),
blue(circle(-1,2,0.08),
circle(-1,2,0.10)),
locate(-1,2,L),
line(-1,2,0,4),
red(circle(6,1,0.08),
circle(6,1,0.10)),
locate(6,1,M),
line(6,1,-1,2)
)}}}