$y=(10-a)(10-b)(10-c)$
$\text{where } (a+b+c)=3\text{ and each of (a,b,c) are positive}$
What is the maximum and minimum value $y$ can have?
I have created this question with these small values for ease of understanding. From my trials in excel, It appears as
Maximum is when $a=b=c=1$. Then, $y=9×9×9=729$
Minimum is when any two of $(a,b,c)$ is zero and other is $3$. Then, $y=10×10×7=700$
So, $700 \lt y \le 729$ is the required range.
But, These are based on my trials and may be wrong also. Please tell whether my answer is right or wrong and also help in deriving this answer mathematically.
Update:wolframalpha.com gives the following results
maximum : 729 https://www.wolframalpha.com/input/?i=maximize+(10-a)(10-b)(10-c)++on+a%2Bb%2Bc%3D3
minimum : no global minima found http://www.wolframalpha.com/input/?i=minimize+(10-a)(10-b)(10-c)++on+a%2Bb%2Bc%3D3