| Plot the point (4,-1), and then plot the point that is 3 below that | |
[1] | | Plot 2 points where the y coordinate is the same as the x coordinate | |
[1] |
| Plot 2 points where the y coordinate is the negative of the x coordinate | |
[1] | Draw the graphs of these equations: y = x-2 and y ≤ x-1 | |
[1] |
| Plot 4 points that are the corners of a square | |
[1] | Plot these points: (0,-5), (0,-8), (-4,3), (6,-5) | |
[1] |
| Plot the point (0,7) and then plot the point whose coordinates are double those of this point | |
[1] | Draw the graph of this equation: y > x+1 | |
[1] |
Plot these points: (-1,5), (-2,-8), (3,5), (5,-1) | |
[1] | Draw the graph of this equation: X = -3 | |
[1] |
|