In pre-high-school mathematics, it seems to be a common mistake (thanks to Hurkyl for this example!) to misinterpret $+x$ as "the positive value of $x$", so if $x=-5$, it "follows" that $+x=5$.
$+x$ is not alternative notation for $|x|$; that's what we got the absolute value for, but this may very well be the cause of your teacher being against it.
Once you know the rules of precedence, the plus before $2x$ is pretty harmless, since it "does nothing": $+x = x$. For example, you could also write the quadratic formula which I have been taught as $$\frac{-b \pm (\sqrt{b^2-4ac})}{2a}$$ in the form
$$\frac{\pm (\sqrt{b^2-4ac}) -b}{2a}$$
In the new form, the interpretation of the $\pm$ sign changes from "use both the binary $+$ and the binary $-$" (i.e. add and subtract) to "use both the unary $+$ and the unary $-$" (i.e. do nothing and take the negative). I would also find it very acceptable to solve $x^2=25$ by writing $x=\pm 5$; just a lowered minus sign with nothing above it just doesn't look right to me. Your teacher may not agree, unfortunately.
On the other hand, in more advanced mathematics, a notation like $+x$ would have me looking through the book, trying to find out why on earth the author introduced such a silly notation: it looks like there's nothing going on, but then why did he write it down like that - why not something more visually distinct like $x^{+}$ or whatever?
Concluding, I would say you didn't make a mistake, but your teacher also has very good reasons to insist on her way of doing things. There's usually one nicest way of writing something down; would you go with $x = 5 + 0 + 7 + 0 - 3 - 4$ as a solution to $2x =10$?