Open any algebra book and you will see terms like -3x^2y, 7xy^2, 4x, -2 — and you will be told, almost in passing, that each term "has" a coefficient, a variable, and an exponent. The sentence goes by quickly. But when you are staring at -3x^2y, which letter is the "variable"? Is it x? Is it y? Is it both? And that little 2 sitting up on the x — is it part of the variable, part of the coefficient, or its own separate thing?
A term looks like a single symbol, but it is actually three symbols glued together, each doing a different job. The widget below pulls them apart for you. Pick a term from the expression -3x^2y + 7xy^2 + 4x - 2, and the three parts light up in three different colours, each with a label pointing at it. The goal is simple — when you close this page, you should never again look at -3x^2y and feel unsure where one part ends and the next begins.
Pick any of the four terms. The coefficient turns red, the variable(s) turn blue, and the exponent(s) turn green. Click on a term directly in the expression, or use the dropdown.
The three jobs inside one term
A term is one chunk of an expression, separated from its neighbours by + or - signs. In the expression -3x^2y + 7xy^2 + 4x - 2, there are four terms: -3x^2y, +7xy^2, +4x, and -2.
Each term carries at most three kinds of information, and they do not overlap:
-
The coefficient is the numerical part — the number (possibly with a sign) sitting at the front of the term. It tells you how many of the variable part you have. In -3x^2y, the coefficient is -3. In +4x, it is +4. In -2 (a constant term), the whole term is the coefficient, and there is no variable part at all.
-
The variable(s) are the letters. They are the "placeholders" — the part that will become a number once you substitute a value. A term can have one variable (like 4x), multiple variables (like -3x^2y has two, x and y), or none (like the constant -2).
-
The exponent(s) are the small raised numbers, telling you how many times each variable is multiplied by itself. In -3x^2y, the exponent on x is 2 (meaning x \cdot x), and the exponent on y is 1 (meaning just one copy of y — the 1 is implied and never written).
Get these three jobs straight and every other bit of vocabulary — like terms, degree, polynomial — follows from them without any new ideas.
Worked dissections
Let us walk through all four terms of the expression one by one. This is what the widget is doing silently when you click.
Term 1: -3x^2y. The coefficient is -3 (the minus sign is part of the coefficient — when a term has a leading minus, that minus belongs to the number). The variables are x and y. The exponent on x is 2, written as a superscript. The exponent on y is 1 — invisible, because we conventionally do not write the exponent 1. Degree of the term = 2 + 1 = 3.
Term 2: +7xy^2. Coefficient is +7. Variables are x and y. The exponent on x is 1 (invisible), and the exponent on y is 2. Degree = 1 + 2 = 3.
Notice how terms 1 and 2 use the same variables (x and y) but with the exponents swapped. They are different terms — unlike terms, in fact — because the variable part x^2y is not the same as xy^2. The exponent pattern matters, not just which letters appear.
Term 3: +4x. Coefficient is +4. The variable is just x (one variable, not two). The exponent on x is 1 — invisible again. Degree = 1.
Term 4: -2. Coefficient is -2. There is no variable part. There is no exponent. Terms like this — pure numbers with no variables — are called constant terms, and they have degree 0. The whole term is just the coefficient.
Three things the widget makes obvious
(a) The sign belongs to the coefficient, not to the "+" in front of it. When you pull a term out of the expression -3x^2y + 7xy^2 + 4x - 2, the - before 3 and the - before 2 travel with the numbers they are attached to. That is why we say the coefficient of -3x^2y is -3, not 3. The + signs between terms are just separators; the signs inside the coefficients are part of the numbers.
(b) A missing exponent is a hidden 1, not a hidden 0. If a variable appears without a superscript, its exponent is 1. Writing x^1 would be redundant, just as writing 1 \cdot x for x is redundant. But an exponent of 0 would mean the variable vanishes entirely (x^0 = 1), so if you see a variable at all, its exponent is at least 1.
(c) A missing coefficient is a hidden 1, not a hidden 0. Watch what happens if you mentally peel a coefficient off the term x^2y: the coefficient is 1. The term x^2y is the same as 1 \cdot x^2y — we just never write the 1. If the coefficient were 0, the whole term would be 0 and would not appear in the expression at all.
Why dissecting terms matters
Every operation you do on an algebraic expression — adding, subtracting, multiplying, dividing, factoring — depends on reading its terms correctly. You cannot combine -3x^2y and +7xy^2 into a single term, because their variable parts (x^2y vs. xy^2) are different — they are unlike terms. But you can combine -3x^2y with +5x^2y into +2x^2y, because the variable parts match — these are like terms. The whole "like vs. unlike" distinction is nothing more than asking: do the variable letters and their exponents match?
Similarly, when you multiply two terms together, the rule is: multiply the coefficients, and add the exponents of each matching variable. So (-3x^2y) \cdot (+7xy^2) = (-3)(+7) \cdot x^{2+1} \cdot y^{1+2} = -21x^3y^3. The rule only works if you can spot, cleanly and without hesitation, where one part of a term ends and the next begins.
This is a small piece of vocabulary, but it is the vocabulary that runs through every single algebra problem you will ever see. Once you can dissect a term by eye, reading an expression feels like reading a sentence — each term's parts settle into their roles automatically, and the algebra rules stop feeling like arbitrary manipulation and start feeling like common sense.
Back to the parent article: Algebraic Expressions.