Concept:The inverse of a function is found by swapping x and y, then solving for y.Explanation:Let y=f(x)=x+22x−1.For the inverse, interchange x and y:x=y+22y−1.Multiply both sides by (y+2):x(y+2)=2y−1.Expanding gives:xy+2x=2y−1.Collect the y-terms on one side:xy−2y=−1−2x.Factor out y:y(x−2)=−(1+2x).Divide both sides by (x−2):y=−x−21+2x=2−x1+2x.Since (x−2) is in the denominator, x=2.Answer:f−1:x→2−x1+2x,x=2.Therefore, option A is correct.