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