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