What is the image point of (0,9)(0,9) after a translation left 1 unit and down 2 units?

left and down are in the negative direction, right?

just subtract 2 from each coordinate

and stop repeating things. copy/paste from HTML does not work well here.

To find the image point after the translation, we need to apply the given translation to the coordinates of the original point.

Original point: (0, 9)

Translation left 1 unit means subtracting 1 from the x-coordinate: (0 - 1, 9)

Translation down 2 units means subtracting 2 from the y-coordinate: (-1, 9 - 2)

Therefore, the image point of (0, 9) after the translation left 1 unit and down 2 units is (-1, 7).

To find the image point of (0,9) after a translation left 1 unit and down 2 units, we need to apply the translation to the given coordinates.

Translation involves moving an object in a specific direction and distance. In this case, we are moving the point left by 1 unit and down by 2 units.

To perform the translation, we subtract 1 from the x-coordinate (0 - 1 = -1) to move it left 1 unit, and subtract 2 from the y-coordinate (9 - 2 = 7) to move it down 2 units.

Therefore, the image point of (0,9) after the translation left 1 unit and down 2 units is (-1,7).