Let's look at an example that applies the properties.
Find the following:
(a) \(\text{GCD} (-4,0) \)
(b) \(\text{GCD} (10, 24, 35) \)
(c) \(\text{GCD} ( 24, 36) \)
Answer:
(a) Using the Identity Property and the Commutative Property,
\[\begin{align} \text{GCD} (-4,0)&=\text{GCD} (0,-4)\\ &=|-4| \\ &=4 .\end{align}\]
(b) Let's use the Associate Property, which tells you that
\[ \begin{align} \text{GCD} (10, 24, 35) &= \text{GCD} (10, \text{GCD} (24, 35)) \\ &= \text{GCD} (\text{GCD} (10, 24),35).\end{align} \]
Starting with the one that looks the easiest, \( \text{GCD} (24, 35) = 1\). So
\[ \begin{align} \text{GCD} (10, 24, 35) &= \text{GCD} (10, \text{GCD} (24, 35)) \\ &= \text{GCD} (1,24).\\ &= 24. \end{align} \]
(c) This is a good place to use the Distributive Property, since both \(24\) and \(36\) are divisible by \(2\). That means
\[ \begin{align} \text{GCD} (24, 36) &= \text{GCD} (2\cdot 12, 2\cdot 18) \\ &= 2\cdot \text{GCD} (12, 18). \end{align} \]
You know that both \(12\) and \(18\) are divisible by \(2\), so you can use the Distributive Property again to get
\[ \begin{align} \text{GCD} (24, 36) &= 2\cdot \text{GCD} (12, 18) \\ &= 2\cdot \text{GCD} (2\cdot 6, 2\cdot 9)\\ &= 2\cdot 2 \cdot \text{GCD} (6, 9) \\ &= 4\cdot \text{GCD} (6, 9) .\end{align} \]
But now \(3\) divides both \(6\) and \(9\), so you can use the Distributive Property one more time to get
\[ \begin{align} \text{GCD} (24, 36) &= 4 \cdot \text{GCD} (6, 9) \\ &= 4\cdot \text{GCD} (3\cdot 2, 3\cdot 3)\\ &= 4\cdot 3 \cdot \text{GCD} (2, 3) \\ &= 12\cdot \text{GCD} (2, 3) .\end{align} \]
Since \(\text{GCD} (2, 3) = 1 \) you can now say that
\[ \text{GCD} (24, 36) = 12.\]
Notice that before you can find the GCD, you need to know what divisors (or factors) the numbers have, especially what common divisors they have. Remember that a factor of a number \(a\) is a number \(b\) that divides into \(a\) with no remainder.