1. Exponent Rules
Every exponent rule is just repeated multiplication or division written compactly, so you can always fall back on expanding a small case to check yourself.
$a^m · a^n = a^m+n$; $/a^ma^n = a^m-n$; $(a^m)^n = a^mn$; $(ab)^n = a^n b^n$; $a^0 = 1$ ($a ≠ 0$); $a^-n = /1a^n$; $a^1/n = sqrt[n]a$; $a^m/n = ≤ft(sqrt[n]a)^m$.
$(a^m)^n$ (multiply exponents) versus $a^m · a^n$ (add exponents) --- these are opposite operations that students routinely swap.
Writing $(x^3)^2 = x^5$ instead of $x^6$, or distributing an exponent over a sum, e.g. treating $(x+y)^2$ as $x^2+y^2$ instead of expanding it.
Same base, multiply $arrow$ add exponents; power of a power $arrow$ multiply exponents.