To plot the points (-6, -1) and (6, -7) on a coordinate plane, we can follow these steps:
1. Draw x-axis (horizontal line) and y-axis (vertical line) intersecting at the origin (0,0).
2. Mark the point (-6, -1) by going 6 units to the left along the x-axis and 1 unit down along the y-axis. Label this point as A.
3. Mark the point (6, -7) by going 6 units to the right along the x-axis and 7 units down along the y-axis. Label this point as B.
4. Connect point A and point B with a line segment.
The graph should look like this:
```
|
| B
|
---|-------------- x-axis
|
|
| A
|
|
|
y-axis
```
Plot the following points:
-6,-1
6,-7
1 answer