translated 1 unit right and 5 units down

f(x-1)-5

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

1. Start with the original coordinates of the point.
2. Move the point 1 unit to the right by adding 1 to the x-coordinate.
3. Move the point 5 units down by subtracting 5 from the y-coordinate.
4. The new coordinates will be the result of the translation.

To translate a point 1 unit to the right and 5 units down, you simply need to move the coordinates of the point accordingly.

Let's say you have a point with coordinates (x,y). To translate this point 1 unit to the right, you increase the x-coordinate by 1. And to translate it 5 units down, you decrease the y-coordinate by 5.

So, if you have a point with coordinates (x,y), the translated point would have coordinates (x+1, y-5).

For example, if you have a point at (2, 4), translating it 1 unit to the right would give you (2+1, 4) = (3, 4). Then, translating it 5 units down would give you (3, 4-5) = (3, -1).