transalte the point left 3 units and down 1 unit

From where?

(x,y) → (x-3,y-1)

To translate a point left 3 units and down 1 unit, follow these steps:

1. Start with the original coordinates of the point.
2. Move the point 3 units to the left. This means subtracting 3 from the x-coordinate.
3. Move the point 1 unit down. This means subtracting 1 from the y-coordinate.

Let's say the original point has coordinates (x, y). After translating it left 3 units and down 1 unit, the new coordinates would be:

New x-coordinate: x - 3
New y-coordinate: y - 1

To translate a point left 3 units and down 1 unit, you need to subtract 3 from the x-coordinate and subtract 1 from the y-coordinate of the given point.

For example, let's say the original point is (x, y). To translate it left 3 units and down 1 unit, the new coordinates of the point will be (x - 3, y - 1).