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