GCD & LCMhard
0:00.0

Compute gcd(120,50,80)\gcd(120, 50, 80) by first computing gcd(120,50)\gcd(120, 50), then combining with 80. What are the intermediate and final results?