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