I proceeded this way:
gcd(a,b) = 1 leads to ax + by = 1
gcd(b,c) = 1 leads to cl + dm = 1
a/b = c/d = k and ax+by = cl+dm
Then I trying to operate the equation so that I end up finding k=1 but Im stuck at:
lets a = ck and b = dk
ckx + dky = cl + dm
k(cx+dy) = cl + dm
k = 1/(cx+dy)
and nothing tells me that cx+dy=1 since we have to prove that a=c and b=d
Help please?