How would you show that if $d\mid n$ then $x^d-1\mid x^n-1$ ?
My attempt :
$dq=n$ for some $q$. $$ 1+x+\cdots+x^{d-1}\mid 1+x+\cdots+x^{n-1} \tag 1$$ in fact, $$(1+x^d+x^{2d}+\cdots+x^{(q-1)d=n-d})\cdot(1+x+\cdots+x^{d-1}) = 1+x+x^2 + \cdots + x^{n-1}$$
By multiplying both sides of $(1)$ by $(x-1)$ we get that $1-x^d\mid 1-x^n$ which is the final result
Is this an ok proof?
An idea for you:
$$d\,\mid\,n\implies n=qd\;,\;\;q\in\Bbb Z\;,\;\;\text{and from here}: $$
$$x^n-1=\left(x^d\right)^q-1=\left(x^d-1\right)\left(\left(x^d\right)^{q-1}+\left(x^d\right)^{q-2}+\ldots+x^d+1\right)$$
The above uses the basic relation from geometric series:
$$x^a-1=(x-1)(x^{a-1}+x^{a-2}+\ldots+x+1)\;,\;\;a\in\Bbb N$$