Recently I have been chewing on a bit of a paradox in my mind, and I'm trying to figure out what I'm doing wrong. I am not in high school anymore, I have just graduated from college, and I haven't actively done any non-CompSci related math in a long time aside from youtube videos. So, I'm sorry if this question is really basic, I am versed in this kind of stuff, I am just having problems googling the answer to this one.
Alright, so back in middle school Algebra we learned $(b^n)^m = b^{nm}$. What I'm wondering is, say b
is a negative number raised to an odd power. Couldn't we write it in such a way that the answer is always positive?
$b^n$ where $b$ is negative and $n$ is odd. Can't we always write it in the form $(b^2)^{n/2}$. Following the order of operations we can evaluate the parenthesis first, get a positive number, and from there it's a positive number raised to a positive, rational exponent. Which is always positive. Yet, if you did the expansion of the exponents, the answer is clearly negative.
My googling of this property of exponents hasn't led to anywhere that stipulates that this property is only valid when $b > 0$, and from my point of view it's a very trivial question, so what am I doing wrong here?