GCD & LCMmedium
0:00.0

Given a=2n32a = 2^n \cdot 3^2 and b=233mb = 2^3 \cdot 3^m. If GCD(a,b)=2232\text{GCD}(a, b) = 2^2 \cdot 3^2 and LCM(a,b)=2433\text{LCM}(a, b) = 2^4 \cdot 3^3, find the values of nn and mm.