Copy from my exercise book:
Let $R$ be a commutative ring (not necessarily with identity). For an ideal $A \subseteq R$ we define the radical $\sqrt{A}$ of $A$ by $$\sqrt{A}:=\{x \in R : x^n \in A \text{ for some } n \in \mathbb{N}\}$$
Now I should show that $\sqrt{A}$ is an ideal in $R$. Everything is easy except the part where I should show that if $x \in \sqrt{A}$, then also $-x \in \sqrt{A}$. My idea was to show, that $x^n \in A$ for some $n \in \mathbb{N}$, then also $(-x)^n \in A$. Intuitively we should end up with something like $(-x)^n = \pm$ but I am not sure how to prove it. The solutions in the book are rather confusing, since they say something like since $R$ has identity...what was not assumed in the exercise.