0

There are sets of Pythagorean triples $$ \{ a, b, c\} $$ where any pair of numbers is relative prime, like {3, 4, 5} and {5, 12, 13}, and there are sets with common factors $$ \{ n \cdot a, n \cdot b, n \cdot c \} $$ like the obvious {6, 8, 10} or {30, 40, 50}. What are both sets called?

stevenvh
  • 2,686

2 Answers2

1

As Daniel Fischer says in a comment, a pythagorean triple $(a,b,c)$ where $\gcd(a,b,c) = 1$ is usually called a primitive pythagorean triple. The antonym is "non-primitive".

MJD
  • 65,394
  • 39
  • 298
  • 580
0

The ones who have not common factors are called primitive pythagorean triplets, the ones who have non-primitive pythagorean triplets.

BYE!

PunkZebra
  • 1,595