If $a\equiv d\mod r$, $a\equiv e\mod s$, $r$ and $s$ are coprime and $m=rs$, then we have to show that $a\equiv \gcd(d,e)\mod m$
My try: By applying Chinese Remainder Theorem finally I g0t $a\equiv(1+rt_1)d+(1+st_2)e\,mod\,m$.Can I conclude $(1+rt_1)d+(1+st_2)e$ as gcd $(d,e)?$