The image point of (2, -5) after a translation right 4 units and up 3 units is (6, -2).
When a point is translated, it essentially moves in a specific direction by a certain distance. In this case, we have:
Original point: (2, -5)
Translation: Right 4 units and up 3 units
To find the image point (the point after the translation), we simply add the translation vector (the direction and distance) to the original point coordinates:
Image point = (Original point coordinates) + (Translation vector)
So, in this case:
Image point = (2, -5) + (4, 3)
Image point = (2 + 4, -5 + 3)
Image point = (6, -2)