Plot the image point P under the translation (x,y) (x-4, y-6)

1 answer

To plot the image point P under the translation (x, y) → (x - 4, y - 6), you simply need to subtract 4 from the x-coordinates and subtract 6 from the y-coordinates.

Let's say the coordinates of point P are (2, 3). Applying the translation, we have:

New x-coordinate: 2 - 4 = -2
New y-coordinate: 3 - 6 = -3

So, the image point P under the translation is (-2, -3).