$$5*5=3*3+4*4$$
Integers a,b,c
For a=1 to 100
For b=1 to 100
For c=1 to 100
if c*c=a*a+b*b
list a.b,c
Next c
Next b
Next a
I am 74.
I am interested in youth-hood practical mathematics. Child can use strings of 3,4,5 to draw a right-angled triangle. This 3,4,5 triangle also shows a short-cut 5,saves 3+4 by 2. I come across this site by chance. I even forget the Language I used some 50 years ago. I would be very much obliged to be enlighted on this question.