Answer:
-----------------------------------
Given function:
The function f(x - 1) is:
- f(x - 1) = |x - 1|/(x - 1)
The absolute value is always positive in this case and can't be zero otherwise it is undefined.
When x - 1 > 0, both the numerator and denominator are positive with same value so:
- f(x - 1) = 1 if x - 1 > 0 or x > 1
When x - 1 < 0, the numerator is positive and denominator is negative with same value so:
- f(x - 1) = - 1 if x - 1 < 0 or x < 1