The GCD of given numbers is 139.
Step 1 :
Divide $ 14039 $ by $ 1529 $ and get the remainder
The remainder is positive ($ 278 > 0 $), so we will continue with division.
Step 2 :
Divide $ 1529 $ by $ \color{blue}{ 278 } $ and get the remainder
The remainder is still positive ($ 139 > 0 $), so we will continue with division.
Step 3 :
Divide $ 278 $ by $ \color{blue}{ 139 } $ and get the remainder
The remainder is zero => GCD is the last divisor $ \color{blue}{ \boxed { 139 }} $.
We can summarize an algorithm into a following table.
14039 | : | 1529 | = | 9 | remainder ( 278 ) | ||||
1529 | : | 278 | = | 5 | remainder ( 139 ) | ||||
278 | : | 139 | = | 2 | remainder ( 0 ) | ||||
GCD = 139 |
This solution can be visualized using a Venn diagram.
The GCD equals the product of the numbers at the intersection.