What I know is that for equations of type $x+y=8$, $xy$ attains its maximum value when $x=y$ and this can be proved by either solving the quadratic equation with completing the squares or finding the first and second derivatives of $xy$ w.r.t. $x$ to perform maxima/minima test. But both of these methods are applicable only when there is not more than one independent variable -- here $x$ is independent variable and $y=8-x$ is the dependent one.
I don't understand why $(a+1)(b+1)(c+1)(d+1)$ attains its maximum value at $a=b=c=d$ within the condition of $a+b+c+d=1$. How can we prove this fact? In some other similar posts I saw others using the Lagrange multiplier method. This method is too advanced for me to understand. I'm looking for some kind of algebraic proof similar to comleting with sqaure proof as in case of finding the maximum value of $xy$.
Note that the maximum of $(5/4)^4$ is only if the variables are required to be bigger than $-1$. E.g. $(-10)+(-10)+10+11 = 1$ and $(-9)(-9)(11)(12) > (5/4)^4$.
Assuming the $\geq -1$ condition, using different variables ($u=a+1,v=b+1,w=c+1,x=d+1$) the problem can also be written as: given $u,v,w,x \geq 0$, $u+v+w+x =5$, what is the maximum value of $uvwx$?
The symmetry of the problem suggests that the max should occur when $u=v=w=x$, so the condition $u+v+w+x = 5$ implies they should all be equal to $5/4$. Now how do we show that this is actually the max?
Obviously the max does not occur when any of them are equal to zero, so let's exclude those cases. Suppose that two of them were not equal, i.e. $u \neq v$. Let's show that in this case we can strictly increase the product by replacing $u$ and $v$ with their average, $\frac{u+v}{2}$.
$$ \frac{u+v}{2}\frac{u+v}{2}wx > uvwx $$ $$ \iff u^2+v^2 + 2uv > 4uv $$ $$ \iff u^2 + v^2 -2uv > 0 $$ $$ \iff (u-v)^2 > 0 $$ $$ \iff \text{True} $$ Note that $(u-v)^2$ will be strictly bigger than zero because $u\neq v$. Thus we can strictly do better by replacing $u,v$ with their average. Thus, in order for $uvwx$ to be maximized, every pair of the variables must be equal. But then they are all equal, i.e. $u=v=w=x=\frac{5}{4}$ and you have your result.