I have $a^{n-k}, \; a=x^2$. When I substitute, do I get $x^{2(n-k)}$ or $x^{2^{n-k}}$? I'm confused about which one is correct.
2026-03-31 17:46:14.1774979174
What is the correct subsitution
29 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
The correct substitution goes as follows:
$$a^{n-k}=(x^2)^{n-k}=x^{2(n-k)}$$
The key here is that $(a^b)^c=a^{bc}$. Notably, exponents aren't associative, so $a^{(b^c)}\neq (a^b)^c$.