$a$, $b$ and $c$ are $\mathbb Z^+$ with different numbers.
$abc = 40$
What is the maximal value of $a+b+c$?
What is the minimal value of $a+b+c$?
I'm wondering what the most useful way to solve is. By the way, I wanted to ask you. I mean If there's a way that is always usable, let me know.
Regards
By AM-GM \begin{eqnarray*} \frac{a+b+c}{3} \geq \sqrt[3]{abc} \end{eqnarray*} So $a+b+c \geq 3 \sqrt[3]{40}= 10.3 \cdots$, so the minimal value that could attained is $11$ and this is done with $a=5,b=4,c=2$.
The maximum is attained when $a=1,b=2,c=20$ and is $23$.