Could someone please explain to me what is the difference between these equations how it would affect the result and the way they are solved?
$$Q2(K,L) = A\min(BK,CL)\text{ s.t. }A,B,C > 0$$ $$Q2(K,L) = A\max(BK,CL)\text{ s.t. }A,B,C > 0$$ $$Q2(K,L) = BK,CL\text{ s.t. }A,B,C > 0$$
(Do note that invented the last two equations so I'm not sure if they make any sense mathematically)
I'm encountering these equations quite often in economics and never really understood how to solve them.
Thank you very much for your help!
Usually $\min(x,y)$ denotes the smallest of $x$ and $y$, and $\max(x,y)$ the greatest.