Skip to content
Use the Language of Algebra

Use the Language of Algebra

By the end of this section, you will be able to: use variables and algebraic symbols, simplify expressions using the order of operations, evaluate an expression, identify and combine like terms, and translate an English phrase to an algebraic expression.

Use Variables and Algebraic Symbols

Suppose this year Greg is 2020 years old and Alex is 2323. Alex is always 33 years older than Greg — when Greg was 1212, Alex was 1515; when Greg is 3535, Alex will be 3838. No matter what Greg’s age is, Alex’s age is always 33 more. In the language of algebra, we say that Greg’s age and Alex’s age are variables and the 33 is a constant. The ages change (“vary”) but the 33 years between them always stays the same (“constant”).

In algebra, we use letters of the alphabet to represent variables. If we call Greg’s age gg, then Alex’s age is g+3g + 3.

Variable. A variable is a letter that represents a number whose value may change.

Constant. A constant is a number whose value always stays the same.

The letters most commonly used for variables are xx, yy, aa, bb, and cc. To write algebraically, we need operation symbols as well as numbers and variables.

OperationNotationSayThe result is
Additiona+ba + baa plus bbthe sum of aa and bb
Subtractionaba - baa minus bbthe difference of aa and bb
Multiplicationab, ab, a(b), (a)(b)a \cdot b,\ ab,\ a(b),\ (a)(b)aa times bbthe product of aa and bb
Divisiona÷b, a/b, ab, b)aa \div b,\ a/b,\ \tfrac{a}{b},\ b)\overline{a}aa divided by bbthe quotient of aa and bb (aa is the dividend, bb is the divisor)

When translating between symbols and English, pay attention to the words “of” and “and”: the difference of 99 and 22 means 929 - 2; the product of 44 and 88 means 484 \cdot 8. In algebra, the cross symbol ×\times is not used for multiplication, because it can be confused with the variable xx — does 3xy3xy mean 3×y3 \times y (“three times yy”) or 3xy3 \cdot x \cdot y (“three times xx times yy”)? Using \cdot or parentheses keeps it clear.

When two quantities have the same value, we connect them with an equal sign: a=ba = b is read “aa is equal to bb.”

On the number line, numbers get larger from left to right, which explains the symbols << and >>: a<ba < b ("aa is less than bb") means aa is to the left of bb on the number line, and a>ba > b ("aa is greater than bb") means aa is to the right of bb. The statement a<ba < b is equivalent to b>ab > a — for example, 7<117 < 11 is equivalent to 11>711 > 7.

SymbolWords
aba \neq baa is not equal to bb
a<ba < baa is less than bb
aba \le baa is less than or equal to bb
a>ba > baa is greater than bb
aba \ge baa is greater than or equal to bb

Example. Translate from algebra into English: (a) 172617 \le 26 (b) 81738 \neq 17 - 3 (c) 12>27÷312 > 27 \div 3 (d) y+7<19y + 7 < 19.

(a) 1717 is less than or equal to 2626. (b) 88 is not equal to 1717 minus 33. (c) 1212 is greater than 2727 divided by 33. (d) yy plus 77 is less than 1919.

Grouping symbols — parentheses ( )(\ ), brackets [ ][\ ], and braces { }\{\ \} — work like punctuation marks in English: they show which expressions belong together. For example, 8(148)8(14 - 8), 213[2+4(98)]21 - 3[2 + 4(9 - 8)], and 24÷{132[1(65)+4]}24 \div \{13 - 2[1(6-5) + 4]\} all use grouping symbols; we’ll simplify expressions like these later in this section.

A phrase expresses a single thought that is incomplete by itself, but a sentence makes a complete statement with a subject and a verb. In algebra, an expression is like a phrase, and an equation is like a sentence.

Expression. An expression is a number, a variable, or a combination of numbers and variables using operation symbols.

Equation. An equation is two expressions connected by an equal sign.

For example, 3+53 + 5 ("33 plus 55," the sum of three and five) is an expression, while 3+5=83 + 5 = 8 (“the sum of three and five is equal to eight”) is an equation — the equal sign gives it a verb, making it a complete sentence.

Example. Determine if each is an expression or an equation: (a) 2(x+3)=102(x + 3) = 10 (b) 4(y1)+14(y - 1) + 1 (c) x÷25x \div 25 (d) y+8=40y + 8 = 40.

(a) is an equation — two expressions are connected with an equal sign. (b) is an expression — no equal sign. (c) is an expression — no equal sign. (d) is an equation — two expressions are connected with an equal sign.

y+9=40y + 9 = 40 is an equation because it has an equal sign connecting two expressions. What value of yy makes it true?

Suppose we need to multiply 22 by itself nine times. Writing 2222222222 \cdot 2 \cdot 2 \cdot 2 \cdot 2 \cdot 2 \cdot 2 \cdot 2 \cdot 2 is tedious, so instead we use exponents: 2222 \cdot 2 \cdot 2 is written 232^3, and 2222222222 \cdot 2 \cdot 2 \cdot 2 \cdot 2 \cdot 2 \cdot 2 \cdot 2 \cdot 2 is written 292^9. In an expression like 232^3, the 22 is called the base and the 33 is the exponent — it tells us how many times to multiply the base by itself. We read 232^3 as “two to the third power” or “two cubed.”

Exponential notation. ana^n means multiply aa by itself nn times:

an=aaaan factorsa^n = \underbrace{a \cdot a \cdot a \cdots a}_{n \text{ factors}}

The expression ana^n is read “aa to the nthn^{\text{th}} power.”

While we read ana^n as “aa to the nthn^{\text{th}} power,” we usually read a2a^2 as “aa squared” and a3a^3 as “aa cubed” — you’ll see later why these two have special names.

Example. Simplify 343^4. Expand: 33333 \cdot 3 \cdot 3 \cdot 3. Multiply left to right: 933=273=819 \cdot 3 \cdot 3 = 27 \cdot 3 = 81.

Simplify: 535^3.

Simplify Expressions Using the Order of Operations

To simplify an expression means to do all the operations in it. For example, to simplify 42+14 \cdot 2 + 1, we multiply first to get 88, then add 11 to get 99. A good habit is to work down the page, writing each step below the previous one, and never use an equal sign when simplifying an expression — that helps avoid confusing expressions with equations.

Consider 4+374 + 3 \cdot 7. Some students say 4949 (add first, then multiply: 77=497 \cdot 7 = 49); others say 2525 (multiply first, then add: 4+21=254 + 21 = 25). The same expression should always give the same result, so mathematicians established the Order of Operations:

Perform the order of operations.

  1. Parentheses and other grouping symbols — simplify all expressions inside grouping symbols, working from the innermost set outward.
  2. Exponents — simplify all expressions with exponents.
  3. Multiplication and division — perform these in order from left to right; they have equal priority.
  4. Addition and subtraction — perform these in order from left to right; they have equal priority.

A common mnemonic takes the first letter of each step: “Please Excuse My Dear Aunt Sally” (Parentheses, Exponents, Multiplication/Division, Addition/Subtraction). “My Dear” reminds us that multiplication and division have equal priority — we don’t always multiply before dividing or always divide before multiplying, we work left to right. Likewise “Aunt Sally” reminds us that addition and subtraction have equal priority and are also done left to right.

Example. Simplify (a) 4+374 + 3 \cdot 7 (b) (4+3)7(4+3) \cdot 7.

(a) No parentheses, no exponents, but there is multiplication: multiply first to get 4+214 + 21, then add to get 2525.

(b) There are parentheses: simplify inside them first to get (7)7(7) \cdot 7, then multiply to get 4949. Notice grouping symbols change the result.

Example. Simplify 18÷6+4(52)18 \div 6 + 4(5-2).

Parentheses first: 18÷6+4(3)18 \div 6 + 4(3). No exponents. Multiplication and division, left to right — divide first since it comes first: 3+4(3)3 + 4(3), then multiply: 3+123 + 12. Finally add: 1515.

Example. Simplify 5+23+3[63(42)]5 + 2^3 + 3[6 - 3(4-2)].

When there are multiple grouping symbols, simplify the innermost first and work outward. Focus on the parentheses inside the brackets: 42=24 - 2 = 2, giving 5+23+3[63(2)]5 + 2^3 + 3[6 - 3(2)]. Continue inside the brackets: multiply 3(2)=63(2) = 6, giving 5+23+3[66]5 + 2^3 + 3[6-6], then subtract to get 5+23+3[0]5 + 2^3 + 3[0] — the brackets need no further simplification. Now the exponent: 23=82^3 = 8, giving 5+8+3[0]5 + 8 + 3[0]. Multiply: 5+8+05 + 8 + 0. Add: 13+0=1313 + 0 = 13.

Simplify: 9+53[4(9+3)]9 + 5^3 - [4(9+3)].

Simplify: 30÷5+10(32)30 \div 5 + 10(3-2).

Evaluate an Expression

To evaluate an expression means to find its value when the variable is replaced by a given number. Substitute the number for the variable, then follow the order of operations to simplify.

Example. Evaluate 7x47x - 4 when (a) x=5x = 5 and (b) x=1x = 1.

(a) 7(5)4=354=317(5) - 4 = 35 - 4 = 31. (b) 7(1)4=74=37(1) - 4 = 7 - 4 = 3.

Example. Evaluate for x=4x = 4: (a) x2x^2 (b) 3x3^x.

(a) Replace xx with 44: 42=44=164^2 = 4 \cdot 4 = 16.

(b) Replace xx with 44: 34=3333=813^4 = 3 \cdot 3 \cdot 3 \cdot 3 = 81.

Example. Evaluate 2x2+3x+82x^2 + 3x + 8 when x=4x = 4.

Substitute x=4x = 4: 2(4)2+3(4)+82(4)^2 + 3(4) + 8. Follow the order of operations — exponent first: 2(16)+3(4)+82(16) + 3(4) + 8. Multiply: 32+12+832 + 12 + 8. Add: 5252.

Evaluate 3x2+4x+13x^2 + 4x + 1 when x=3x = 3.

Evaluate x3x^3 when x=5x = 5.

Identify and Combine Like Terms

Algebraic expressions are made up of terms. A term is a constant, or the product of a constant and one or more variables — examples include 77, yy, 5x25x^2, 9a9a, and b5b^5. The constant that multiplies the variable is called the coefficient. Think of the coefficient as the number in front of the variable: the coefficient of 3x3x is 33. When we write xx alone, the coefficient is 11, since x=1xx = 1 \cdot x.

Term. A term is a constant, or the product of a constant and one or more variables.

Coefficient. The coefficient of a term is the constant that multiplies the variable in the term.

Example. Identify the coefficient of each: (a) 14y14y (b) 15x215x^2 (c) aa.

(a) The coefficient of 14y14y is 1414. (b) The coefficient of 15x215x^2 is 1515. (c) The coefficient of aa is 11, since a=1aa = 1 \cdot a.

Some terms share common traits. Consider the six terms 5x5x, 77, n2n^2, 44, 3x3x, 9n29n^2: 77 and 44 are both constants; 5x5x and 3x3x are both terms with xx; n2n^2 and 9n29n^2 are both terms with n2n^2. When two terms are constants, or have the same variable raised to the same power, we say they are like terms.

Like terms. Terms that are either constants or have the same variables raised to the same powers are called like terms.

Example. Identify the like terms: y3,7x2,14,23,4y3,9x,5x2y^3, 7x^2, 14, 23, 4y^3, 9x, 5x^2.

y3y^3 and 4y34y^3 are like terms — same variable and exponent. 7x27x^2 and 5x25x^2 are like terms — same variable and exponent. 1414 and 2323 are like terms — both constants. There is no other term like 9x9x.

Adding or subtracting terms forms an expression. In 2x2+3x+82x^2 + 3x + 8, the three terms are 2x22x^2, 3x3x, and 88.

Example. Identify the terms in each expression: (a) 9x2+7x+129x^2 + 7x + 12 (b) 8x+3y8x + 3y.

(a) The terms are 9x29x^2, 7x7x, and 1212. (b) The terms are 8x8x and 3y3y.

If there are like terms in an expression, we can simplify by combining them. What would 4x+7x+x4x + 7x + x simplify to? Thinking of it as 44 of something, plus 77 more, plus 11 more, gives 1212 of that thing — add the coefficients and keep the same variable, regardless of what xx represents: 4x+7x+x=12x4x + 7x + x = 12x.

Combine like terms.

  1. Identify like terms.
  2. Rearrange the expression so the like terms are together.
  3. Add or subtract the coefficients and keep the same variable for each group of like terms.

Example. Simplify 2x2+3x+7+x2+4x+52x^2 + 3x + 7 + x^2 + 4x + 5.

Identify the like terms — 2x22x^2 and x2x^2; 3x3x and 4x4x; 77 and 55. Rearrange so like terms are together: 2x2+x2+3x+4x+7+52x^2 + x^2 + 3x + 4x + 7 + 5. Combine: 3x2+7x+123x^2 + 7x + 12.

Simplify: 3x2+7x+9+7x2+9x+83x^2 + 7x + 9 + 7x^2 + 9x + 8.

Translate an English Phrase to an Algebraic Expression

Now we’ll reverse the earlier process and translate English phrases into algebraic expressions.

OperationPhraseExpression
Additionaa plus bb; the sum of aa and bb; aa increased by bb; bb more than aa; the total of aa and bb; bb added to aaa+ba + b
Subtractionaa minus bb; the difference of aa and bb; aa decreased by bb; bb less than aa; bb subtracted from aaaba - b
Multiplicationaa times bb; the product of aa and bb; twice aaab, ab, a(b), (a)(b), 2aa \cdot b,\ ab,\ a(b),\ (a)(b),\ 2a
Divisionaa divided by bb; the quotient of aa and bb; the ratio of aa and bb; bb divided into aaa÷b, a/b, ab, b)aa \div b,\ a/b,\ \tfrac{a}{b},\ b)\overline{a}

Each phrase involving two numbers tells us to operate on them, and the words “of” and “and” mark where the numbers are.

Example. Translate each phrase into an algebraic expression: (a) the difference of 17x17x and 55 (b) the quotient of 10x210x^2 and 77.

(a) Difference means subtraction; look for “of” and “and” to find the numbers to subtract: 17x517x - 5.

(b) Quotient means division: 10x2÷710x^2 \div 7, also written 10x2/710x^2/7 or 10x27\tfrac{10x^2}{7}.

How old will you be in eight years? What age is 88 more than your age now? “Eight more than” means 88 added to your present age. How old were you seven years ago? “Seven less than” means 77 subtracted from your present age.

Example. Translate into an algebraic expression: (a) seventeen more than yy (b) nine less than 9x29x^2.

(a) More than means addition, and “more than” means “added to”: seventeen more than yy is seventeen added to yy, so y+17y + 17.

(b) Less than means subtraction, and “less than” means “subtracted from”: nine less than 9x29x^2 is nine subtracted from 9x29x^2, so 9x299x^2 - 9.

Example. Translate into an algebraic expression: (a) five times the sum of mm and nn (b) the sum of five times mm and nn.

(a) Times means multiply, sum means add. Because we’re multiplying 55 by the whole sum, we need parentheses around m+nm + n to force the sum first (order of operations): 5(m+n)5(m+n).

(b) Here we’re taking the sum of “five times mm” and nn — look for “of” and “and” to see what’s being added: 5m+n5m + n. Notice how the parentheses in (a) change the meaning.

Translate into an algebraic expression: fourteen more than xx.

Translate into an algebraic expression: eight times the sum of pp and qq.

Later in this course, we’ll apply algebra to solving applications, and the first step is translating an English phrase into an algebraic expression.

Example. The length of a rectangle is 66 less than the width. Let ww represent the width. Write an expression for the length.

A phrase about the length: “66 less than the width.” Substitute ww for “the width”: “66 less than ww.” Rewrite “less than” as “subtracted from”: “66 subtracted from ww.” Translate: w6w - 6.

Example. June has dimes and quarters in her purse. The number of dimes is three less than four times the number of quarters. Let qq represent the number of quarters. Write an expression for the number of dimes.

A phrase about the number of dimes: “three less than four times the number of quarters.” Substitute qq for “the number of quarters”: “three less than 44 times qq.” Translate “44 times qq” as 4q4q: “three less than 4q4q.” Translate the phrase into algebra: 4q34q - 3.

Geoffrey has dimes and quarters in his pocket. The number of dimes is eight less than four times the number of quarters. Let qq represent the number of quarters. Write an expression for the number of dimes.

Key terms

variable — a letter that represents a number whose value may change. constant — a number whose value always stays the same. expression — a number, a variable, or a combination of numbers and variables using operation symbols. equation — two expressions connected by an equal sign. base and exponent — in ana^n, the base aa is the number being repeatedly multiplied, and the exponent nn tells how many times. term — a constant, or the product of a constant and one or more variables. coefficient — the constant that multiplies the variable in a term. like terms — terms that are either constants or have the same variables raised to the same powers.


This section is adapted from Elementary Algebra 2e, Section 1.2: Use the Language of Algebra by Lynn Marecek, MaryAnne Anthony-Smith, and Andrea Honeycutt Mathis, © OpenStax, licensed under CC BY-NC-SA 4.0. Access the original for free at openstax.org. Changes: condensed the narrative examples and tables of notation; omitted the Be Prepared quiz, Manipulative Mathematics callout, Self Check checklist, and end-of-section exercises; and converted the practice problems (“Try Its”) into interactive exercises with instant feedback.