The GCD of given numbers is 10.
Step 1 :
Divide $ 15270 $ by $ 10270 $ and get the remainder
The remainder is positive ($ 5000 > 0 $), so we will continue with division.
Step 2 :
Divide $ 10270 $ by $ \color{blue}{ 5000 } $ and get the remainder
The remainder is still positive ($ 270 > 0 $), so we will continue with division.
Step 3 :
Divide $ 5000 $ by $ \color{blue}{ 270 } $ and get the remainder
The remainder is still positive ($ 140 > 0 $), so we will continue with division.
Step 4 :
Divide $ 270 $ by $ \color{blue}{ 140 } $ and get the remainder
The remainder is still positive ($ 130 > 0 $), so we will continue with division.
Step 5 :
Divide $ 140 $ by $ \color{blue}{ 130 } $ and get the remainder
The remainder is still positive ($ 10 > 0 $), so we will continue with division.
Step 6 :
Divide $ 130 $ 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.
| 15270 | : | 10270 | = | 1 | remainder ( 5000 ) | ||||||||||
| 10270 | : | 5000 | = | 2 | remainder ( 270 ) | ||||||||||
| 5000 | : | 270 | = | 18 | remainder ( 140 ) | ||||||||||
| 270 | : | 140 | = | 1 | remainder ( 130 ) | ||||||||||
| 140 | : | 130 | = | 1 | remainder ( 10 ) | ||||||||||
| 130 | : | 10 | = | 13 | remainder ( 0 ) | ||||||||||
| GCD = 10 | |||||||||||||||
This solution can be visualized using a Venn diagram.
The GCD equals the product of the numbers at the intersection.