Hi,

I would wanna know how to be able to find groups of numbers who are valid groups for the known pythagoras theorem (a^2+b^2=c^2)

I mean, how can I represent A, B, and C with a general variable, let's say n.

so:

A = something with n
B = something with n
C = something with n

so A^2+B^2=C^2

therefore, when I know the number A, I can know also the numbers B and C

of course that in this way, B and C would be only one option for making a group with A.

I hope I made myself clear, sorry, that's my poor english level so far.