I would like to find the solutions to $$i)\qquad a(a+b+c)=bc \\ii)\qquad a(a+b+c)=2bc \\iii)\qquad a(a+b+c)=3bc$$ for $0< a \le b \le c$ and of course: $\textrm{gcd}(a,b,c) = 1$ (since those are the interesting cases).
To be honest, Diophantine equations seem like a black art. Guess and check has always been the only sure method that I can understand.
At least the last case ($iii$) seems to be "easy" as the only solution is apparently $ a = b= c=1$. I don't see how to prove this though.
For $i$, I've found solutions such as: $\{\{1,2,3\}, \{2,3,10\}, \{3,4,21\}, \{3,5,12\}, \ldots\}$
And For $ii$, I've found solutions such as: $\{\{1,1,2\}, \{4,5,6\}, \{15,20,21\}, \{20,22,35\}, \ldots\}$
Notwithstanding my ability to exhaust over integers, I don't have any deeper understanding of what is going on here mathematically. I would really like to understand these better and would appreciate some help! Thanks in advance!