The translated function is:
g(x) = |x + 3| - 5
How to get the translated function?
The parent function is f(x) = |x|, and we need to translate it.
Remember that:
Horizontal translation:
For a general function f(x), a horizontal translation of N units is written as:
g(x) = f(x + N).
- If N is positive, the shift is to the left.
- If N is negative, the shift is to the right.
Vertical translation:
For a general function f(x), a vertical translation of N units is written as:
g(x) = f(x) + N.
- If N is positive, the shift is upwards.
- If N is negative, the shift is downwards.
Then a translation of 3 units to the right and 5 units down is written as:
g(x) = f(x + 3) - 5 = |x + 3| - 5
That is the translated function.
If you want to learn more about translations, you can read:
https://brainly.com/question/2972832