The GCD of given numbers is 6.
Step 1 : Place the numbers inside division bar:.
| 192 | 18 |
Step 2 : Divide numbers by 2.
| 2 | 192 | 18 |
| 96 | 9 |
Step 3 : Divide numbers by 3.
| 2 | 192 | 18 |
| 3 | 96 | 9 |
| 32 | 3 |
Step 4 : Number 32 and 3, cannot be divided any more. The GCD is:
$$ GCD = 2\cdot3 = 6 $$This solution can be visualized using a Venn diagram.
The GCD equals the product of the numbers at the intersection.