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