I tried this: we have to prove $\gcd(b,c)=1$. $a$ is prime to $b$, then $\gcd(a,b)=1$. And at least one of $a$ or $b$ is prime. $c$ is a divisor of $a$ then $\gcd(c,a)=c$. And $a=kc$ where $k$ is an integer. It proves that $a$ is not prime. So $b$ is prime. Now since $b$ is prime, then $\gcd(b,c)=1$.
Is it correct?