Recent content by ashwinb

  1. A

    Gcd(a, b, c) = gcd(gcd(a,b), c)

    Help please! I basically have to prove that gcd(a, b, c) = gcd(gcd(a,b), c). So I know that if I just need to prove that the sets {a, b, c} and {gcd(a,b), c} have the same sets of divisors.
Back
Top