The GCD of given numbers is 10.
Step 1 :
Divide $ 17410 $ by $ 12410 $ and get the remainder
The remainder is positive ($ 5000 > 0 $), so we will continue with division.
Step 2 :
Divide $ 12410 $ by $ \color{blue}{ 5000 } $ and get the remainder
The remainder is still positive ($ 2410 > 0 $), so we will continue with division.
Step 3 :
Divide $ 5000 $ by $ \color{blue}{ 2410 } $ and get the remainder
The remainder is still positive ($ 180 > 0 $), so we will continue with division.
Step 4 :
Divide $ 2410 $ by $ \color{blue}{ 180 } $ and get the remainder
The remainder is still positive ($ 70 > 0 $), so we will continue with division.
Step 5 :
Divide $ 180 $ by $ \color{blue}{ 70 } $ and get the remainder
The remainder is still positive ($ 40 > 0 $), so we will continue with division.
Step 6 :
Divide $ 70 $ by $ \color{blue}{ 40 } $ and get the remainder
The remainder is still positive ($ 30 > 0 $), so we will continue with division.
Step 7 :
Divide $ 40 $ by $ \color{blue}{ 30 } $ and get the remainder
The remainder is still positive ($ 10 > 0 $), so we will continue with division.
Step 8 :
Divide $ 30 $ by $ \color{blue}{ 10 } $ and get the remainder
The remainder is zero => GCD is the last divisor $ \color{blue}{ \boxed { 10 }} $.
We can summarize an algorithm into a following table.
| 17410 | : | 12410 | = | 1 | remainder ( 5000 ) | ||||||||||||||
| 12410 | : | 5000 | = | 2 | remainder ( 2410 ) | ||||||||||||||
| 5000 | : | 2410 | = | 2 | remainder ( 180 ) | ||||||||||||||
| 2410 | : | 180 | = | 13 | remainder ( 70 ) | ||||||||||||||
| 180 | : | 70 | = | 2 | remainder ( 40 ) | ||||||||||||||
| 70 | : | 40 | = | 1 | remainder ( 30 ) | ||||||||||||||
| 40 | : | 30 | = | 1 | remainder ( 10 ) | ||||||||||||||
| 30 | : | 10 | = | 3 | remainder ( 0 ) | ||||||||||||||
| GCD = 10 | |||||||||||||||||||
This solution can be visualized using a Venn diagram.
The GCD equals the product of the numbers at the intersection.