How many solutions are there to $x^3\equiv-1\pmod{365}$?
I found that there is only one solution mod $5$, but mod $73$ I'm a little confused. Factoring out $x^3 + 1=(x+1)(x^2-x+1)$, the second equation has no real solutions, hence $x\equiv-1\pmod{73}$ is the only solution mod $73$. So by the Chinese remainder theorem, there is only $1*1=1$ solution. Is this correct?
Note that $x^3+1$ factors as $x^3+1=(x+1)(x^2-x+1)$, where $x^2-x+1$ is irreducible in $\Bbb{F}_5[x]$. So indeed there is only one solution $\mod5$. But in $\Bbb{F}_{73}[x]$ we have $$x^3+1=(x+1)(x+8)(x-9),$$ so there are three solutions $\mod{73}$, which are $-1$, $-8$ and $9$. By the Chinese remainder theorem we then have $1\times3=3$ solutions.