Find the greatest common divisor of 5616 and 11609.
Solution — click to reveal
We use the Euclidean algorithm. gcd(5616,11609)=gcd(5616,11609−2⋅5616)=gcd(5616,377)=gcd(5616−14⋅377,377)=gcd(338,377)=gcd(338,377−338)=gcd(338,39)=gcd(338−8⋅39,39)=gcd(26,39).We can easily find that the greatest common divisor of 26 and 39 is 13.