I have to prove this:
gcd(a,b,c) = gcd(gcd(a,b),c)
I think this makes perfect sense. If you take the gcd of two variables and then take that answer and the third variable, and find that gcd... it would be the same as taking the gcd of all three variables. I just need some assistance in writing the proof out...
Thanks in advance.
gcd(a,b,c) = gcd(gcd(a,b),c)
I think this makes perfect sense. If you take the gcd of two variables and then take that answer and the third variable, and find that gcd... it would be the same as taking the gcd of all three variables. I just need some assistance in writing the proof out...
Thanks in advance.