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