I am an Egyptian engineering student, I had a question in my assignment where i were asked to find three positive numbers whose sum is 100 and there multiplication is maximum
I know that it can be solved by finding the local maximum point ..., However i think i found another way to find the solution with a simpler/non-calculus approach, my approach was the following ...
Assume the numbers are x, y, z
And p(x, y, z) = xyz
Since
x + y + z
= y + z + x
= z + x + y = 100
And
xyz
= yzx
= zxy = p(x, y, z)
Then all the variables can replace the
position of each other and
maintain the same expression value
Therefor at p max
x = y = z
And so on .....
I found that somehow make sense as why would a number be greater or less than the other with the other number being in the same position of the first number with the same degree and same everything
I am not sure about how should this be written, but i really wish to know how should i prove this in a mathematical rigorous way ....