The GCD of given numbers is 8.
Step 1 : Place the numbers inside division bar:.
104 | 64 |
Step 2 : Divide numbers by 2.
2 | 104 | 64 |
52 | 32 |
Step 3 : Divide numbers by 2.
2 | 104 | 64 |
2 | 52 | 32 |
26 | 16 |
Step 4 : Divide numbers by 2.
2 | 104 | 64 |
2 | 52 | 32 |
2 | 26 | 16 |
13 | 8 |
Step 5 : Number 13 and 8, cannot be divided any more. The GCD is:
$$ GCD = 2\cdot2\cdot2 = 8 $$This solution can be visualized using a Venn diagram.
The GCD equals the product of the numbers at the intersection.