Problem
I am working on a problem to find all triangles whose sides are $a,b,c\in \mathbb{Q}$,and its area $S=1$
My attempt
By using Heron’s fomula, $$ S=\sqrt{\frac{(a+b+c)(a+b-c)(a-b+c)(-a+b+c)}{16}}\\=1$$ and $$x+y> z \mbox{, for} \left\{x,y,z\right\}=\left\{a,b,c\right\}.$$
Then,to deal with the complex latter condition, I made the following transformation$$\begin{align} &x=-a+b+c\\ &y=a-b+c\\ &z=a+b-c \end{align}$$so that $x+y+z=a+b+c.$
Now,$$S=1\\ \Leftrightarrow xyz(x+y+z)=16\\ \mbox{which } x,y,z>0 \mbox{ and } x,y,z\in \mathbb{Q}$$ The equation is simple. However, I don’t know how to cope with the condition that $x\, y\,z$ are all positive rational numbers.It seems hard to deform.
I have known that $(\frac{3}{2},\frac{5}{3},\frac{17}{6})$ is a solution to the problem and there are more. But I don’t know how these numbers are calculated. I am puzzled by these figures.