$a, b, c$ are integers and $a,b,c\geq 4$ If $4abc=(a+3)(b+3)(c+3)$ and $a, b, c$ are all not equal, then what is the value of $a+b+c$.
I tried solving by taking $a\neq b=c$ and couldn't find any integral value which could satisfy the condition.
How to proceed in the problem??
Solution
Without loss of generality, we may assume that $4\leq a \leq b \leq c,$ where the equalities does not hold for all.
Since $$4=\left(1+\frac{3}{a}\right)\left(1+\frac{3}{b}\right)\left(1+\frac{3}{c}\right)\leq \left(1+\frac{3}{a}\right)^3,$$ hence $$4\leq a\leq 5.$$
Case 1
If $a=4.$ Then $$4=\left(1+\frac{3}{4}\right)\left(1+\frac{3}{b}\right)\left(1+\frac{3}{c}\right)\leq \left(1+\frac{3}{4}\right)\left(1+\frac{3}{b}\right)^2.$$ We have $$4=a\leq b \leq 5,$$which implies that the possible values of $b$ are $$b=4,5.$$ If $a=4,b=4$, then $c=\dfrac{49}{5},$ which is not an integer. If $a=4,b=5$, then $c=7$, which is an integer solution indeed.
Case 2
If $a=5.$ Then $$4=\left(1+\frac{3}{5}\right)\left(1+\frac{3}{b}\right)\left(1+\frac{3}{c}\right)\leq \left(1+\frac{3}{5}\right)\left(1+\frac{3}{b}\right)^2.$$ We have $$5=a\leq b \leq 5,$$which implies that the possible value of $b$ is $$b=5.$$ If $a=5,b=5$, then $c=\dfrac{16}{3}$, which is not an integer.
As a result, the integer solution is $$a=4,b=5,c=7$$ only. Hence $$a+b+c=4+5+7=16.$$