Let $ab=cd$ and $\gcd(a,c)=1$. Then $a | d$ and $c | b$.
$ab=cd \implies a|cd,$ but $\gcd(a,c)=1 \implies a \nmid c$, so $a | d$.
$ab=cd \implies c|ab,$ but $\gcd(a,c)=1 \implies c \nmid a$, so $c | b$.
Is the solution correct?
Let $ab=cd$ and $\gcd(a,c)=1$. Then $a | d$ and $c | b$.
$ab=cd \implies a|cd,$ but $\gcd(a,c)=1 \implies a \nmid c$, so $a | d$.
$ab=cd \implies c|ab,$ but $\gcd(a,c)=1 \implies c \nmid a$, so $c | b$.
Is the solution correct?
If
$\gcd(a, c) = 1, \tag 1$
then there are $m, n \in \Bbb Z$ with
$ma + nc = 1; \tag 2$
so,
$mab + nbc = b; \tag 3$
now $ab = cd$ implies $c \mid ab$, whence $c \mid b$; likewise,
$mad + ncd = d, \tag 4$
and $ab = cd$ yields $a \mid cd$, so $a \mid d$ follows.