Query about Question 2 from "PrepSwift: Common Exponent Mistakes" [3423]

https://prepswift.gregmat.com/quizzes/quiz/prepswift-common-exponent-mistakes (Question 2)


Hi,
if I have 2 to the power of (7/2), how come it doesn’t translate to square root of (2 to the power of 7)? Is it the parenthesis in the first term?
I did go through the “old” roots as exponents II but that didn’t answer my question :frowning:
Thank you!

It does.

2^{\frac 72} = \left (2^7 \right)^{\frac 12} = \sqrt{2^7}