Find all Pythagorean triples (not necessary primitive) with one of the three integers equal to 16. (i.e. x, y, z in N* with x^2 + y^2 = z^2 and 16 in {x, y, z}).
I know how to find the answer for this problem but don't know how to show my answer in a proper way. The answer is {(16, 12, 20), (12, 16, 20), (16, 30, 34), (30, 16, 34), (16, 63, 65), (63, 16, 65)}. Please help me to show all the steps. Thank you so much.


LinkBack URL
About LinkBacks


