The GCD of given numbers is 1.
Step 1 :
Divide $ 279 $ by $ 250 $ and get the remainder
The remainder is positive ($ 29 > 0 $), so we will continue with division.
Step 2 :
Divide $ 250 $ by $ \color{blue}{ 29 } $ and get the remainder
The remainder is still positive ($ 18 > 0 $), so we will continue with division.
Step 3 :
Divide $ 29 $ by $ \color{blue}{ 18 } $ and get the remainder
The remainder is still positive ($ 11 > 0 $), so we will continue with division.
Step 4 :
Divide $ 18 $ by $ \color{blue}{ 11 } $ and get the remainder
The remainder is still positive ($ 7 > 0 $), so we will continue with division.
Step 5 :
Divide $ 11 $ by $ \color{blue}{ 7 } $ and get the remainder
The remainder is still positive ($ 4 > 0 $), so we will continue with division.
Step 6 :
Divide $ 7 $ by $ \color{blue}{ 4 } $ and get the remainder
The remainder is still positive ($ 3 > 0 $), so we will continue with division.
Step 7 :
Divide $ 4 $ by $ \color{blue}{ 3 } $ and get the remainder
The remainder is still positive ($ 1 > 0 $), so we will continue with division.
Step 8 :
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.
279 | : | 250 | = | 1 | remainder ( 29 ) | ||||||||||||||
250 | : | 29 | = | 8 | remainder ( 18 ) | ||||||||||||||
29 | : | 18 | = | 1 | remainder ( 11 ) | ||||||||||||||
18 | : | 11 | = | 1 | remainder ( 7 ) | ||||||||||||||
11 | : | 7 | = | 1 | remainder ( 4 ) | ||||||||||||||
7 | : | 4 | = | 1 | 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.