I'm trying to find positive integers $a$ and $b$ so that $\gcd(a,b) = 968$ and $\operatorname{lcm}(a,b)= 746105360$.
I know that $$\operatorname{lcm}(a,b) = \displaystyle \frac{a \cdot b}{\gcd(a,b)}$$
So if I substitute the values I want I have
$$746105360= \displaystyle \frac{a \cdot b}{968}$$
At this point my thought was to try to find another relationship between $a$ and $b$ so that I would have a system of equations that I could solve, but at this point I seem to be stuck.
Thank you