Can you find $a$, $b$ and $c$ so that this relationship holds?
Previous iteration: #724752
trial and error: a=1 b=2 c=3 I don't remember the log rules anymore :)
reply
Or any combination of 1, 2, and 3.
You get it because:
Thus, the equation is the same as:
, with
reply
reply
That's some lucky trial and error.
Bonus question: can one prove this would be the only solution for ?
reply
Haven't worked it out fully, but I think it would go something like this:
Suppose .
Then for any :
We'd only have to check because you asked for natural number solutions, and we know 1,2,3 is the smallest such solution.
reply
Only figured it out for symmetric triplets...
Assume for some and . The sum and product of the triplet are:
  • Sum:
  • Product:
We set the sum equal to the product:
Assuming , divide both sides by :
This leads to the equation:
Thus, . For to be a natural number, must be a perfect square.
  • For : The triplet is (x - d, x, x + d) = (1, 2, 3).
No other values of yield a perfect square for , because is not a perfect square for .
reply
0 sats \ 1 reply \ @anon 16 Oct
Using log laws:
log(a) + log(b) + log(c) = log(abc)
Therefore,
log(abc) = log(a + b + c)
abc = a + b + c
Where,
abc, a, b, c > 0
So from here you just rearrange in terms of a:
a = (b + c) / (bc - 1)
...and pick any value for b and c which are greater than 0. Such as:
b = 2, c = 1
a = (2 + 1) / (2*1 - 1) = 3
__@_'-'
reply
Interesting cases:
a = b = c = root(3)
a = b = (1 + root(5))/2, c = 2
__@_'-'
reply