A friend is taking a college algebra class and they are teaching him that
$$-3^2 = -9$$
Their explanation is:
$$-3^2 = -(3^2) = -9.$$
It has been a long time for me but I thought that in the absence of any parenthesis that:
$$-3^2 = (-3) \times (-3) = 9.$$
They are even contradicting themselves because they teach the odd/even shortcut for exponents in another part of the book. i.e.:
if the exponent is even, the result it positive, and if
the exponent is odd the result is negative.
This is an actual picture of the book where they contradict themselves on the $-3^2 = -9$:
edit OK, since this has generated way more attention then I ever imagined I've updated here to respond to some of the comments.
1) I understand why the book is not contradicting itself in the picture specifically, or even in the "odd/even" exponent context, due to the fact that variable substitution always implies parens. The book and the teacher, from what my friend has said, do not do a good job of explaining that distinction though.
2) Yes, I understand why the answer is that $-3^2$ is NOT ambiguous is due to order of operations.
3) I made a comment about Khan Academy teaching it incorrectly, I realized I was wrong once I re-watched the video.

$-x^2$, in every mathematical context I have seen, always means $-(x^2)$. So $-3^2 = -9$.
On the other hand, when you plug in a value to an expression you don't just plug the symbols in directly, you add parentheses first. For example, if you plug in $x = y + 3$ to the expression $7x$, you get $7(y + 3) = 7y + 21$, not $7y + 3$. Similarly, plugging in $x = -3$ to the expression $x^2$ gives $(-3)^2 = 9$, not $-3^2 = -9$. So the book does not contradict itself.