The GCD of given numbers is 6.
Step 1 : Place the numbers inside division bar:.
| 270 | 192 |
Step 2 : Divide numbers by 2.
| 2 | 270 | 192 |
| 135 | 96 |
Step 3 : Divide numbers by 3.
| 2 | 270 | 192 |
| 3 | 135 | 96 |
| 45 | 32 |
Step 4 : Number 45 and 32, 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.