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