The GCD of given numbers is 10.
Step 1 : Place the numbers inside division bar:.
| 210 | 100 |
Step 2 : Divide numbers by 2.
| 2 | 210 | 100 |
| 105 | 50 |
Step 3 : Divide numbers by 5.
| 2 | 210 | 100 |
| 5 | 105 | 50 |
| 21 | 10 |
Step 4 : Number 21 and 10, cannot be divided any more. The GCD is:
$$ GCD = 2\cdot5 = 10 $$This solution can be visualized using a Venn diagram.
The GCD equals the product of the numbers at the intersection.