Veamos un ejemplo que aplique las propiedades.
Encuentra lo siguiente:
(a) \(\text{GCD} (-4,0) \)
(b) \(\texto{GCD} (10, 24, 35) \)
(c) \(\texto{GCD} ( 24, 36) \)
Responde:
(a) Utilizando la propiedad de identidad y la propiedad conmutativa,
\[\ncomienza{alinea} \text{GCD} (-4,0)&=\text{GCD} (0,-4)\\\} &=|-4| \\\\=4 .\end{align}\]
(b) Utilicemos la propiedad de asociación, que nos dice que
\[ \iniciar{alinear} \text{GCD} (10, 24, 35) &= \text{GCD} (10, \text{GCD} (24, 35)) &= \text{GCD} (\text{GCD} (10, 24),35).\end{align} \]
Empezando por la que parece más fácil, \( \text{GCD} (24, 35) = 1\). Así que
\[ \nterminar{alinear} \text{GCD} (10, 24, 35) &= \text{GCD} (10, \text{GCD} (24, 35)) &= \text{GCD} (1,24).&= 24. \fin \]
(c) Éste es un buen lugar para utilizar la Propiedad Distributiva, ya que tanto \(24\) como \(36\) son divisibles por \(2\). Es decir
\[ \año{comienzo{alineación} \text{GCD} (24, 36) &= \text{GCD} (2\cdot 12, 2\cdot 18) &= 2\cdot \text{GCD} (12, 18). \fin \]
Sabes que tanto \(12\) como \(18\) son divisibles por \(2\), así que puedes volver a usar la Propiedad Distributiva para obtener
\[ \año{comienzo{alineación} \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} \]
Pero ahora \(3\) divide tanto a \(6\) como a \(9\), así que puedes usar la Propiedad Distributiva una vez más para obtener
\[ \año{comienzo{alineación} \text{GCD} (24, 36) &= 4 \cdot \text{GCD} (6, 9) \cdot \text{GCD} (3\cdot 2, 3\cdot 3)&= 4\cdot 3 \cdot \text{GCD} (2, 3) \cdot \text{GCD} (2, 3) &= 12 \cdot \text{GCD} (2, 3) .\end{align} \]
Como \(\text{GCD} (2, 3) = 1 \) ahora puedes decir que
\[\text{GCD} (24, 36) = 12.\]