A Primitive Pythagorean triple is one whose three integers have a greatest common divisor of 1. How many Primitive Pythagorean triples are in an arithmetic progression ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let our three integers by x, y, and z. For this to be an arithmetic series, z - y = y - x. Rearranging, z = 2y - x. Plugging this into the Pythagorean theorem, x 2 + y 2 = 4 y 2 − 4 x y + x 2 . Rearranging, 3 y 2 = 4 x y and 3 y = 4 x . To get our relatively prime triple, we must substitute x and y for one (any other coprime integers would make x and y too large). So, there is 1 such triple: 3 , 4 , 5 .