a to the n; a squared, a cubed for n = 2, 3
Two slots: base below, count above — the raised position *is* the operator, as the Definition above spells out. The exponent 1 is never written: a1=a. Casesn=2 reads “squared”, n=3 “cubed” — geometry's area and volume speaking; from n=4 it is plain “to the fourth”. Also writtena^n with a caret in plain text and on calculators, a**n in most programming languages — ASCII stand-ins for the superscript.
Do not confuseMultiplication. 23=8, not 6 — the exponent counts factors; it never multiplies the base.