Find $a,b \in\mathbb{N}$ such that:
Remainder of $a$ divided by $b$ equals $5$
$\mathrm{lcm}(a,b)=12\gcd(a,b)$
I don't know how or where to start. The most similar problem I found was Find $a, b \in \mathbb{N}$ that verify $a + b = 1271, lcm(a, b) = 330.gcd(a, b).$ Still I can't figoure out how to solve my problem, any help will be appreciated, thanks.
Hint
Use $$\gcd(a,b)\text{lcm}(a,b)=ab\implies ab=12[\gcd(a,b)]^2$$and note that since $a=bq+5$, if $\gcd(b,5)=1$ then $$\gcd(a,b)=1$$and if $5|b$ then $b=5k$ and consecutively $$\gcd(a,b)=\gcd(5kq+5,5k)=5\gcd(kq+1,k)=5$$Now you can enumerate the cases handily and obtain the result.