How do I plot (-3,-1),(-6,-5), and (-1,-5) to create a polygon

To plot these points and create a polygon, you can follow these steps:

1. Plot the point (-3, -1) on a coordinate plane. This point is 3 units to the left and 1 unit down from the origin.

2. Plot the point (-6, -5) on the same coordinate plane. This point is 6 units to the left and 5 units down from the origin.

3. Plot the point (-1, -5) on the coordinate plane. This point is 1 unit to the left and 5 units down from the origin.

4. Connect the points in the order they were plotted to form a polygon. In this case, connect (-3, -1) to (-6, -5), then (-6, -5) to (-1, -5), and finally, connect (-1, -5) back to (-3, -1) to complete the polygon.

Your final plot should show a polygon with vertices at (-3, -1), (-6, -5), and (-1, -5), and sides connecting these points.