Ask Question
Today, 09:17

Let $s$ be the set of all numbers of the form $abc$ where $ (a, b, c) $ is a pythagorean triple. find the gcd of all elements of $s$.

+4
Answers (1)
  1. Today, 11:28
    0
    S = {a, b, c}

    Here a, b, c are Pythagorean triplets.

    Let us first take the smallest triplet 3,4,5

    Now as 3 is a prime number, GCD shall be 1

    Another one is 5, 12, 13.

    Here 13 is a prime number, so GCD shall be 1

    Next one is 20,21, 29

    Here 29 is a prime number, so GCD = 1

    For 15, 8, 17

    17 is a prime number so GCD = 1

    Now when none of them is a prime number'

    For 77,36, 85

    77 = 7 * 11

    36 = 2 * 2 * 3 * 3

    85 = 5 * 17

    Here also the GCD is 1

    So For S = {a, b, c} the Pythagorean triplets the GCD is always 1.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Let $s$ be the set of all numbers of the form $abc$ where $ (a, b, c) $ is a pythagorean triple. find the gcd of all elements of $s$. ...” in 📘 Mathematics if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers