GCD & LCMmedium
0:00.0

The Euclidean algorithm is applied to two numbers as follows:\n\na=b1+34a = b \cdot 1 + 34\nb=342+16b = 34 \cdot 2 + 16\n34=162+234 = 16 \cdot 2 + 2\n16=28+016 = 2 \cdot 8 + 0\n\nWhat is gcd(a,b)\gcd(a, b)?