Respuesta :

5. start at 0,0 left 1 up one
6. start at 0,0 down 3
7. start at 0,0 right 3 up 2
8. left 3 down 1
9. right 1, down 2
10.right 1, up 3
for a - start on the middle line (at 0) going across (x-axis) and go left one, then go up one.
for b - start on the x-axis (at 0) and stay there (don't go up or down because its a 0) then go down 3 on the y-axis until you reach -3
for c - start on the x-axis (at 0) and go over to the right 3 spaces then go up 2 spaces
for d - start on the x-axis (at 0) and go left 3 times until you reach -3, then go down one space to -1
for e - start one x-axis (at 0) then go over 1 space then go down 2 spaces until you reach -2
for f - start on the x-axis (at 0) then go over 1 then go up 3 spaces
*** also your #4 is wrong, the point supposed to be (2,-2) and #3 is supposed to be (1,3)