The GCD of given numbers is 263.
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 zero => GCD is the last divisor .
We can summarize an algorithm into a following table.
117035 | : | 91261 | = | 1 | remainder ( 25774 ) | ||||||||||||||||
91261 | : | 25774 | = | 3 | remainder ( 13939 ) | ||||||||||||||||
25774 | : | 13939 | = | 1 | remainder ( 11835 ) | ||||||||||||||||
13939 | : | 11835 | = | 1 | remainder ( 2104 ) | ||||||||||||||||
11835 | : | 2104 | = | 5 | remainder ( 1315 ) | ||||||||||||||||
2104 | : | 1315 | = | 1 | remainder ( 789 ) | ||||||||||||||||
1315 | : | 789 | = | 1 | remainder ( 526 ) | ||||||||||||||||
789 | : | 526 | = | 1 | remainder ( 263 ) | ||||||||||||||||
526 | : | 263 | = | 2 | remainder ( 0 ) | ||||||||||||||||
GCD = 263 |
This solution can be visualized using a Venn diagram.
The GCD equals the product of the numbers at the intersection.