Given that the greatest common divisor of $a$, $b$ and $c$ is $d$. And 3 doesn't divide $\frac cd$, $\frac cd$ is an even integer, $\frac {c}{2d}$ is an odd integer. Find the greatest common divisor of $\frac {12\gcd(a,b)}{d}$ and $\frac cd$
I've been struggling with this question for a while that appeared on my elementary number theory course in college and I initially thought that I should follow and use the definition of the greatest common divisor ($d=ax+by$) but now it seems to me like i should try and find some relations about $ \frac {12\gcd(a,b)}{d}$ and $\frac cd $ but i'm not quite sure how to connect the dots.
My initial guess was that, it is trivial to show $ \frac {12\gcd(a,b)}{d}$ is a multiple of $12$ but from that I'm lost. I did initially thought that $\frac cd $ is in the forms $12k+2$, $12k+6$, $12k+10$,(by using the given properties of the fraction) which meant I'd have to find a general insight of the greatest common divisor of those forms and the multiple of $12$ or $12k$ form which I'm yet to be wise of.