The GCD of given numbers is 20.
Step 1 : Place the numbers inside division bar:.
| 340 | 800 |
Step 2 : Divide numbers by 2.
| 2 | 340 | 800 |
| 170 | 400 |
Step 3 : Divide numbers by 2.
| 2 | 340 | 800 |
| 2 | 170 | 400 |
| 85 | 200 |
Step 4 : Divide numbers by 5.
| 2 | 340 | 800 |
| 2 | 170 | 400 |
| 5 | 85 | 200 |
| 17 | 40 |
Step 5 : Number 17 and 40, cannot be divided any more. The GCD is:
$$ GCD = 2\cdot2\cdot5 = 20 $$This solution can be visualized using a Venn diagram.
The GCD equals the product of the numbers at the intersection.