Prove if $3| x$ and $5|x$, then $15|x$.
I'm thinking the answer will have something to do with either the fact that both $3$ and $5$ are prime, or that $15$ is the lowest common multiple of $3$ and $5$, but I'm not sure how to use those facts in the proof.
Write $x=3k=5j$. Then $3|5j$. Since $3\not\mid 5$ we have that $3|j$ since $3$ is prime. Hence $x=5\cdot 3\cdot j'=15j'$. Hence $15|x$.