Solution. Let's first give an elementary solution to this simple problem. Since a,b,c∈[1,2], if a≥b≥c then
a3+2≤5a5a+b3≤5ab+15ab+c3≤5abc+1⇔(a−2)(a2+2a−1)≤0⇔(b−1)(b2+b+1−5a)≤0⇔(c−1)(c2+c+1−5ab)≤0
The above estimations are correct because
b2+b+1≤a2+a+1≤2a+a+1≤5ac2+c+1≤a2+a+1≤5a≤5ab
Summing up the results (1), (2) and (3), we get the result. Equality holds if a=2,b= c=1 and permutations.