✔ 最佳答案
I am assuming you wish to find f[f(x)].
With f(x) = x/(x - 1), we see that:
f[f(x)]
= f[x/(x - 1)], since f(x) = x/(x - 1)
= [x/(x - 1)]/[x/(x - 1) - 1], by replacing x with x/(x - 1) in f(x)
= x/[x - (x - 1)], by multiplying the numerator and denominator by x - 1
= x/1
= x.
I hope this helps!