Concept:To find the inverse function f−1(x), set y=f(x), solve for x in terms of y, then interchange x and y.Explanation:Start with y=x+2x−2.Multiply both sides by (x+2): y(x+2)=x−2.Expand: xy+2y=x−2.Bring x terms to one side: xy−x=−2−2y.Factor x: x(y−1)=−2(1+y).Solve for x: x=y−1−2(1+y).Simplify by multiplying numerator and denominator by −1: x=1−y2(1+y).Now interchange x and y: f−1(x)=1−x2(1+x).Answer:f−1(x)=1−x2(1+x), which matches option D.