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