I'm using the quadratic Diophantine equations to solve for two integer triangles of longest side $25$. It's been shown that for $a^2+b^2=c^2$, which goes to $x^2+y^2=1$ where $x=\frac ac, y=\frac bc, a=t^2−1, b=2t, c=t^2+1$.
If I want to solve for $c=25$, how will I go about doing this?
Just letting $c=25$ gives me an irrational answer for $b$ after having solved for $t$. I'm a little confused.
Thanks for your help.