Respuesta :


A Pythagorean triple consists of three positive integers a, b, and c, such that a2 + b2 = c2. Such a triple is commonly written (a, b, c), and a well-known example is (3, 4, 5). If (a, b, c) is a Pythagorean triple, then so is (ka, kb, kc) for any positive integer k.

Answer:

A pythagorean triplet is a set of three numbers  which satisfies the pythagoreus theorum - ( a^2+b^2=c^2).

Example:

3, 4 and 5

3^2 + 4^2 = 5^2

9+ 16 = 25

I hope am right!