The GCD of given numbers is 6.
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 still positive (), so we will continue with division.
Step 7 :
Divide by and get the remainder
The remainder is still positive (), so we will continue with division.
Step 8 :
Divide by and get the remainder
The remainder is still positive (), so we will continue with division.
Step 9 :
Divide by and get the remainder
The remainder is still positive (), so we will continue with division.
Step 10 :
Divide by and get the remainder
The remainder is still positive (), so we will continue with division.
Step 11 :
Divide by and get the remainder
The remainder is still positive (), so we will continue with division.
Step 12 :
Divide by and get the remainder
The remainder is still positive (), so we will continue with division.
Step 13 :
Divide by and get the remainder
The remainder is still positive (), so we will continue with division.
Step 14 :
Divide by and get the remainder
The remainder is still positive (), so we will continue with division.
Step 15 :
Divide by and get the remainder
The remainder is zero => GCD is the last divisor .
We can summarize an algorithm into a following table.
63018702 | : | 11388300 | = | 5 | remainder ( 6077202 ) | ||||||||||||||||||||||||||||
11388300 | : | 6077202 | = | 1 | remainder ( 5311098 ) | ||||||||||||||||||||||||||||
6077202 | : | 5311098 | = | 1 | remainder ( 766104 ) | ||||||||||||||||||||||||||||
5311098 | : | 766104 | = | 6 | remainder ( 714474 ) | ||||||||||||||||||||||||||||
766104 | : | 714474 | = | 1 | remainder ( 51630 ) | ||||||||||||||||||||||||||||
714474 | : | 51630 | = | 13 | remainder ( 43284 ) | ||||||||||||||||||||||||||||
51630 | : | 43284 | = | 1 | remainder ( 8346 ) | ||||||||||||||||||||||||||||
43284 | : | 8346 | = | 5 | remainder ( 1554 ) | ||||||||||||||||||||||||||||
8346 | : | 1554 | = | 5 | remainder ( 576 ) | ||||||||||||||||||||||||||||
1554 | : | 576 | = | 2 | remainder ( 402 ) | ||||||||||||||||||||||||||||
576 | : | 402 | = | 1 | remainder ( 174 ) | ||||||||||||||||||||||||||||
402 | : | 174 | = | 2 | remainder ( 54 ) | ||||||||||||||||||||||||||||
174 | : | 54 | = | 3 | remainder ( 12 ) | ||||||||||||||||||||||||||||
54 | : | 12 | = | 4 | remainder ( 6 ) | ||||||||||||||||||||||||||||
12 | : | 6 | = | 2 | remainder ( 0 ) | ||||||||||||||||||||||||||||
GCD = 6 |
This solution can be visualized using a Venn diagram.
The GCD equals the product of the numbers at the intersection.