Suppose that a function $f$ defined on $\mathbb R^2$ satisfies the following conditions:
$ f(x+t,y) = f(x,y) + ty \ ; \ f(x,t+y) = f(x,y) + tx \ ; \ f(0,0) = K$.
Then $\forall \ x,y \in \mathbb R, f(x,y) = $
$ \ (a) \ K (x+y) $
$ \ (b) \ K - xy $
$ \ (c) \ K + xy $
$ \ (d) $ None of these
Attempt: I tried a number of ways to separate $f(x,y)$ from the two equations given firstly, but couldn't reach a conclusive step.
Could someone please give me a hint on how to move forward with this problem.
Thank you for your help.
As said above,
$$K = f(x+(-x),\ y+(-y)) = f(x,y + (-y)) - x(y-y)$$ $$=f(x,y)-xy-0$$ $$f(x,y) = K+xy$$
So, option C is correct.