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