Translated 1 unit right and 5 units down

g(x) = f(x-1)-5

To translate a point 1 unit right and 5 units down, follow these steps:

1. Start with the coordinates of the original point.
2. Add 1 to the x-coordinate to move it 1 unit to the right.
3. Subtract 5 from the y-coordinate to move it 5 units down.

The new coordinates of the translated point will be:
- x-coordinate: original_x + 1
- y-coordinate: original_y - 5

To translate a point 1 unit to the right and 5 units down, you would need to apply the following steps:

1. Consider the original coordinates of the point. Let's say the point's original coordinates are (x, y).
2. To translate the point 1 unit to the right, add 1 to the x-coordinate. The new x-coordinate becomes (x + 1).
3. To translate the point 5 units down, subtract 5 from the y-coordinate. The new y-coordinate becomes (y - 5).
4. The new coordinates of the translated point would be (x + 1, y - 5).