I'm faced with this expression:
$$max(xy) : x \leq a, \; y \leq b,\; c = \frac{x}{y}$$ where all variables are greater than or equal to zero.
I know the values for a, b, and c but I need to find the maximum value for x * y and the values for x * y that produce the maximum.
I've started working on this on paper but I'm starting to wonder if it actually can be done. I enjoy deriving things so I'm not looking for an answer yet, would just like to know if I can somehow prove that it can be done.