Questions: Pythagorean Triples (Parametrization)

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

Which pair (m, n) satisfies ALL the conditions required to generate a primitive Pythagorean triple via a = m² − n², b = 2mn, c = m² + n²?

Am = 6, n = 2 — m > n, but gcd(6, 2) = 2 and both are even
Bm = 3, n = 1 — m > n and gcd = 1, but both are odd (same parity)
Cm = 5, n = 3 — m > n and gcd = 1, but both are odd (same parity)
Dm = 5, n = 2 — m > n, gcd(5, 2) = 1, and opposite parity
Question 2 Multiple Choice

A student uses the parametrization with m = 3, n = 1, computing a = 8, b = 6, c = 10, and verifies 8² + 6² = 10². But she notes that gcd(8, 6, 10) = 2, so the triple is not primitive. What went wrong?

AShe chose n = 1, which is not allowed in the parametrization for primitive triples
BShe used m and n of the same parity (both odd), which always produces an even-valued non-primitive triple
CShe computed b = 2mn incorrectly; the formula for primitive triples uses b = mn
DThe parametrization only works for m and n that are prime; m = 3 is prime but n = 1 is not
Question 3 True / False

The pair m = 3, n = 2 generates the primitive Pythagorean triple (5, 12, 13).

TTrue
FFalse
Question 4 True / False

The parametrization a = m²−n², b = 2mn, c = m²+n² misses many primitive Pythagorean triples — for instance, triples where both legs a and b are odd.

TTrue
FFalse
Question 5 Short Answer

What does it mean for the parametrization of primitive Pythagorean triples to be 'complete,' and why is completeness a remarkable property for a Diophantine equation?

Think about your answer, then reveal below.