The correct option is C f−1(x,y)=(x+y2,x−y2)
f(x,y)=((x+y), (x−y))
So let z1=x+y
z2=x−y
f(x,y)=(z1, z2)
So f−1(z1, z2)=(x, y)
Adding (i) and (ii)
z1+z2=2x
x=z1+z22
Subtracting (i) and (ii)
z1−z2=2y
y=z1−z22
So the inverse function of F is given by
f−1(z1, z2)=(x, y)=(z1+z22,z1−z22)
Since z1 and z2 are just dummy variables so replacing z1 and z2 by x and y respectively
f−1(x,y)=(x+y2, x−y2)
Alternate Method:
Given f(x,y)=((x+y),(x−y))
Take some random ordered pair say (2,3)
f(2,3)=((2+3), (2−3))=(5,−1)
Now the correct inverse must map (5,−1) back to (2,3)
Trying the options one-by-one we find that only option (c) maps (5,−1) to (2,3).