The GCD of given numbers is 66150.
Step 1 :
Divide by and get the remainder
The remainder is positive (), so we will continue with division.
Step 2 :
Divide by and get the remainder
The remainder is still positive (), so we will continue with division.
Step 3 :
Divide by and get the remainder
The remainder is still positive (), so we will continue with division.
Step 4 :
Divide by and get the remainder
The remainder is still positive (), so we will continue with division.
Step 5 :
Divide by and get the remainder
The remainder is still positive (), so we will continue with division.
Step 6 :
Divide by and get the remainder
The remainder is zero => GCD is the last divisor .
We can summarize an algorithm into a following table.
21829500 | : | 7871850 | = | 2 | remainder ( 6085800 ) | ||||||||||
7871850 | : | 6085800 | = | 1 | remainder ( 1786050 ) | ||||||||||
6085800 | : | 1786050 | = | 3 | remainder ( 727650 ) | ||||||||||
1786050 | : | 727650 | = | 2 | remainder ( 330750 ) | ||||||||||
727650 | : | 330750 | = | 2 | remainder ( 66150 ) | ||||||||||
330750 | : | 66150 | = | 5 | remainder ( 0 ) | ||||||||||
GCD = 66150 |
This solution can be visualized using a Venn diagram.
The GCD equals the product of the numbers at the intersection.