Write a translation for 5 units to the left and up 8 units. I already know the new coordinates just need to know how to translate it.

g(x) = f(x+5)+8

To translate a point 5 units to the left and up 8 units, you can follow these steps:

1. Start with the original coordinates of the point.
2. To translate it 5 units to the left, subtract 5 from the x-coordinate.
3. To translate it up 8 units, add 8 to the y-coordinate.

For example, if the original coordinates of the point were (x, y), the translated coordinates would be (x - 5, y + 8).