The perimeter in a right triangle is known and also one side. Am I right thinking that the hypotenuse and the other side can only have one set of lengths?
Using Geogebra I was able to approximate the lengths but I wonder if someone can help me find a formula.
You are right. Let $b$ be the known side, being $a$ the other side and $c$ the hypotenuse. Let $p$ be the perimeter. Then $a$ and $c$ are thee solution of the system$$\left\{\begin{array}{l}a+c=p-b\\c^2-a^2=b^2.\end{array}\right.$$This solution is$$a=\frac{p(p-2b)}{2(p-b)}\text{ and }c=\frac{2b^2-2bp+p^2}{2(p-b)}.$$