By giving you a Right triangle with Hypotenuse of 35 units, what are the possible integer values for the sides of the right triangle?
It's easy to know the integer values when we know one of the right triangle sides by factoring $a^2+b^2=c^2 \Leftrightarrow a^2=(b+c)(b-c)$ but when $c$ is given we can't factor $a^2+b^2$ in real numbers.
we have $$a^2+b^2=35^2$$ by $AM-GM$ we get $$\frac{a^2+b^2}{2}\geq ab$$ so we get $$ab\le \frac{35^2}{2}$$ if $$b\le a$$ we get $$b^2\le ab\le \frac{35^2}{2}$$