For what triplet of positive integers (a,b,c) can the following equation be solvable:
Log(a+b+c)=log(a)+log(b)+log(c)
Assume a<b<c
log(a+b+c) = log(a) + log(b)+log(c)
=> log(a+b+c)= log(a*b*c)
=> a+b+c=a*b*c
This equation has appeared in this site before. The solution is given by:
(a, b, c) (- perm {1, 2, 3}
Imposing the restriction a < b < c, we must have:
a=1, b=2, and c=3