The following is from a problem set:
Let $a,b,c$ be three positive integers such that $$\text{lcm}(a,b) \cdot \text{lcm}(b,c) \cdot \text{lcm}(c,a) = a \cdot b \cdot c \cdot \gcd(a,b,c). $$ Given that none of $a,b,c$ is an integer multiple of any other of $a,b,c$, find the minimum possible value of $a+b+c$.
I turned this into
$$abc=\text{gcd}(a,b,c) \cdot \text{gcd}(a,b) \cdot \text{gcd}(b,c)\cdot\text{gcd}(c,a)$$
and I don't know where to go from here. Can anyone walk me through this problem? Thanks.
Hint: Let $x,y,z$ be real numbers. Then, $$\max\{y,z\}+\max\{z,x\}+\max\{x,y\}=x+y+z+\min\{x,y,z\}$$ if and only if $$\max\{x,y,z\}=2\,\min\{x,y,z\}\,.$$ The answer is $60+90+150=300$.