This isn't the actual problem but I saw an answer where someone used this property to solve the problem .
It says that if we have $$a+b+c=abc$$ then $\exists \alpha,\beta,\gamma \:$ $a=tan(\alpha)\:$;$b=tan(\beta)\:$;$c=tan(\gamma)\:$ where $\alpha+\beta+\gamma=\pi$
I don't know how to prove it , I hope someone gonna help me out !
By the way $a,b,c$ are positive reals

- 419
-
@lab bhattacharjee I think that in your link we have an absolutely another question. See please better. – Michael Rozenberg Feb 07 '18 at 19:14
-
finally open why was this closed @MichaelRozenberg also see this please https://math.stackexchange.com/questions/2629680/solving-a-n2-2a-n1-a-n2n2/2629684#2629684 – Guy Fsone Feb 07 '18 at 19:47
-
@MichaelRozenberg I voted to open this post Now it need more attention – Guy Fsone Feb 07 '18 at 19:50
-
@Guy Fsone Why did you close and delete my solution here: https://math.stackexchange.com/questions/2632777/ – Michael Rozenberg Feb 09 '18 at 16:36
2 Answers
Let $a=\tan\alpha$, $b=\tan\beta$ and $c=\tan\gamma$.
Thus, $-\frac{3\pi}{2}<\alpha+\beta+\gamma<\frac{3\pi}{2}.$
We have$$\tan\alpha+\tan\beta+\tan\gamma(1-\tan\alpha\tan\beta)=0$$ or $$\tan(\alpha+\beta)+\tan\gamma=0$$ or $$\frac{\sin(\alpha+\beta+\gamma)}{\cos(\alpha+\beta)\cos\gamma}=0,$$ which gives $\alpha+\beta+\gamma=\pi k$, where $k\in\mathbb Z$.
If $\alpha+\beta+\gamma=\pi$ then we are done.
If $\alpha+\beta+\gamma=0$ then $\alpha+\beta+(\gamma+\pi)=\pi.$
If $\alpha+\beta+\gamma=-\pi$ then $\alpha+\beta+(\gamma+2\pi)=\pi.$

- 194,933
We have that $$\tan (x+y+z)=\frac {\tan x +\tan y+\tan z-\tan x\tan y\tan z}{1-\tan x\tan y-\tan y\tan z-\tan z\tan x}$$
Now for positive real numbers $a, b, c$ we can find $x, y, z \in (0, \frac {\pi} 2)$ with $x=\arctan a, y=\arctan b, z= \arctan c$ so that $\tan (x+y+z)=0$.
We have $x+y+z \in (0,\frac {3\pi}2)$ and the only possible value is $\pi$

- 100,194