If variables a, b, c, and d are positive numbers and a + b + c + d = 1,
Can I find the maximum of the expression below?
ab + cd
and how can I reach that?
If variables a, b, c, and d are positive numbers and a + b + c + d = 1,
Can I find the maximum of the expression below?
ab + cd
and how can I reach that?
Copyright © 2021 JogjaFile Inc.
Hint:$${(a+b+c+d)}^2-4ab-4cd={(a-b)}^2+{(c-d)}^2+2(ac+bd+ad+bc)\ge 0$$