Can you find $a$, $b$ and $c$ so that this relationship holds? \log(a+b+c)=\log(a)+\log(b)+\log(c) Previous iteration: #724752
\log(a) + \log(b) + \log(c) = \log(abc)a + b + c = abc, witha, b, c > 0a,b,c \in \mathbb{N}?a+b+c = abc.x,y,z > 0:(a+x)(b+y)(c+z) > (a+x) + (b+y) + (c+z)x,y,z>0because you asked for natural number solutions, and we know 1,2,3 is the smallest such solution.(a, b, c) = (x - d, x, x + d)for somexandd. The sum and product of the triplet are:x \neq 0, divide both sides byx:x = \sqrt{d^2 + 3}. Forxto be a natural number,d^2 + 3must be a perfect square.d = 1: The triplet is (x - d, x, x + d) = (1, 2, 3).dyield a perfect square forx^2, becaused^2 + 3is not a perfect square ford > 1.