ShivanshAggarwal
I was going through the
mgmat guides for quant and came across this concept for the applicability of pemdas rule in negative bases.
Basically according to the book:
-2^4 = -1* (2^4)= -16 and,
(-2)^4 = (-1^4) * (2^4) = 16
Just wanted to confirm whether this is applicable or not in the gmat as I haven't seen this in any other book.
GMAT math is identical to math everywhere else, and the rule you cite is correct, whether you're doing math on the GMAT or math in a university class. If there are no brackets, exponents apply exclusively to the number or letter they are immediately attached to, and to nothing else. So if you see
\(\\
ab^4\\
\)
then the exponent applies only to b, and not to ab -- we could correctly rewrite this as \((a)(b^4)\). The situation you cite is identical. When you see \(-2^4\) that really means \((-1)(2^4)\), and again, the exponent only applies to the "2", and not to the "-1". It's only by using brackets, so by writing \((ab)^4\) or \((-2)^4\), that the exponent would apply to more than one number or letter.
We do encounter this situation all the time in GMAT math (probably often without even realizing it, which I expect is why Kinshook above says he hasn't seen it). When you see something like
\(\\
a - b^2\\
\)
the exponent "2" applies only to "b", and not to "-b".