The GCD of given numbers is 1.
Step 1 :
Divide $ 590 $ by $ 167 $ and get the remainder
The remainder is positive ($ 89 > 0 $), so we will continue with division.
Step 2 :
Divide $ 167 $ by $ \color{blue}{ 89 } $ and get the remainder
The remainder is still positive ($ 78 > 0 $), so we will continue with division.
Step 3 :
Divide $ 89 $ by $ \color{blue}{ 78 } $ and get the remainder
The remainder is still positive ($ 11 > 0 $), so we will continue with division.
Step 4 :
Divide $ 78 $ by $ \color{blue}{ 11 } $ and get the remainder
The remainder is still positive ($ 1 > 0 $), so we will continue with division.
Step 5 :
Divide $ 11 $ 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.
| 590 | : | 167 | = | 3 | remainder ( 89 ) | ||||||||
| 167 | : | 89 | = | 1 | remainder ( 78 ) | ||||||||
| 89 | : | 78 | = | 1 | remainder ( 11 ) | ||||||||
| 78 | : | 11 | = | 7 | remainder ( 1 ) | ||||||||
| 11 | : | 1 | = | 11 | remainder ( 0 ) | ||||||||
| GCD = 1 | |||||||||||||
This solution can be visualized using a Venn diagram.
The GCD equals the product of the numbers at the intersection.