I am trying to prove the following statement: if $b_1\mid a$ and $b_2\mid a$ and $\gcd(b_1,b_2)=1,$ show that $b_1b_2\mid a$.
Well for starters we can write $a=b_1q_1$ and $a=b_2q_2$ for some $q_1,q_2\in\mathbb{Z}$.
I am not sure how I am supposed to use the fact that $\gcd(b_1,b_2)=1$.
We have $a=b_1q_1=b_2q_2$, so I think we must have $q_1=kq_2$ for some $k\in\mathbb{Z}$, as otherwise they cannot be equal.