This site is a work in progress. New lessons are added regularly. Contact us
Chapter Review · a rapid pre-test review (speedrun)

The Language of Algebra: Chapter Review

A rapid review before the test: the chapter's vocabulary and notation, every formula with the conditions to use it, the standard problem types step by step, and the traps that cost points.

Vocabulary and notation

Variable
A letter standing for a number: one particular unknown to be found, as in x+3=7x + 3 = 7, or every number at once, as in a+b=b+aa + b = b + a.
Expression and equation
An expression names a value and has no equals sign, so you evaluate or simplify it; an equation joins two with an equals sign, so you solve it.
Identity
An equation true for every value of its variables, such as a+0=aa + 0 = a. A conditional equation like x+3=7x + 3 = 7 holds only at particular values.
Equivalent expressions
Two expressions giving the same value for every input, so they are exactly the two sides of an identity.
Counterexample
A single value at which the two sides of a claimed identity disagree. One disproves the claim; no finite list of agreements can prove one.
Term, coefficient, and variable part
A term is a signed piece of an expression added to the others; its coefficient is the numerical factor, its variable part the rest. In 5x-5x these are 5-5 and xx; a lone xx has coefficient 11.
Like terms
Terms with the same variable part: the same letters at the same powers. So 4xy4xy and 7yx7yx are like terms, 3x23x^2 and 5x5x are not.
Index and radicand of an\sqrt[n]{a}
In an\sqrt[n]{a} the index is nn and the radicand is aa. A square root is the case n=2n = 2, with the index left unwritten.
Like radicals
Radicals sharing both an index and a radicand, such as 232\sqrt{3} and 535\sqrt{3}.
Greatest common factor (GCF)
The largest factor every term shares: the greatest common divisor of the coefficients times each common variable at its lowest power. For 4x2+6x4x^2 + 6x it is 2x2x.
Algebraic fraction (rational expression)
A ratio of two expressions, such as x+1x2\dfrac{x + 1}{x - 2}. The bar still means divide top by bottom.
Excluded value
A value of the variable making a denominator zero, where the fraction is undefined: x2x6\dfrac{x}{2x - 6} excludes x=3x = 3.
Least common denominator (LCD)
The smallest expression every denominator divides into. Adding or subtracting needs a common denominator, and the LCD is the one that keeps the work smallest. For 3x\dfrac{3}{x} and 12\dfrac{1}{2} it is 2x2x.

Formulas and theorems

  • The laws of arithmetic, as identities

    a+b=b+aab=ba(a+b)+c=a+(b+c)(ab)c=a(bc)a+0=aa1=aa+(a)=0a1a=1\begin{gathered} a + b = b + a \\ ab = ba \\ (a + b) + c = a + (b + c) \\ (ab)c = a(bc) \\ a + 0 = a \\ a \cdot 1 = a \\ a + (-a) = 0 \\ a \cdot \tfrac{1}{a} = 1 \end{gathered}

    Use when Every real number, with the single restriction a0a \neq 0 in the multiplicative inverse. Subtraction and division are neither commutative nor associative: 53355 - 3 \neq 3 - 5 and 8÷22÷88 \div 2 \neq 2 \div 8.

  • The distributive law

    a(b+c)=ab+aca(b + c) = ab + ac
    The distributive law as one rectangle cut onceA rectangle labelled a on its left side. Its top edge is divided into a longer part labelled b and a shorter part labelled c, and a single vertical cut runs from that division down through the rectangle. The left piece is labelled a b and the shaded right piece is labelled a c, showing that the height a multiplies each part of the width, not only the first.bcaabacthe factor a reaches the c piece too
    Text description

    A rectangle of height a and width b plus c, cut once into a piece of area a times b and a piece of area a times c.

    Use when Any real numbers, and any number of terms inside: a(b+c+d)=ab+ac+ada(b + c + d) = ab + ac + ad. The factor reaches every term, sign included.

    e.g. 3(x4)=3x+12-3(x - 4) = -3x + 12.

  • Combining like terms

    mv+nv=(m+n)vmv + nv = (m + n)v

    Use when Only when the variable part vv is identical in both terms; this is the distributive law read in reverse, and it combines like radicals too, with the shared radical playing the part of vv.

    e.g. 4x22x2=2x24x^2 - 2x^2 = 2x^2, while 2x2+3x2x^2 + 3x is already finished.

  • Subtracting a whole expression

    (a+b)=ab-(a + b) = -a - b

    Use when Any expression. A leading minus is the factor 1-1 waiting to be distributed, so it flips every term's sign, not only the first.

    e.g. (7x+2)(3x5)=7x+23x+5=4x+7(7x + 2) - (3x - 5) = 7x + 2 - 3x + 5 = 4x + 7.

  • Product of two expressions

    (a+b)(c+d)=ac+ad+bc+bd(a + b)(c + d) = ac + ad + bc + bd

    Use when Written for two two-term factors, whose four products (First, Outer, Inner, Last) give the mnemonic FOIL. Longer factors need the general rule instead: every term of the first times every term of the second, then combine like terms.

    e.g. (2x1)(x+4)=2x2+8xx4=2x2+7x4(2x - 1)(x + 4) = 2x^2 + 8x - x - 4 = 2x^2 + 7x - 4.

  • Two special products

    (a+b)(ab)=a2b2(a+b)2=a2+2ab+b2\begin{gathered} (a + b)(a - b) = a^2 - b^2 \\ (a + b)^2 = a^2 + 2ab + b^2 \end{gathered}
    Why the square of a sum carries a middle term of 2abA square whose top edge is divided into a longer part labelled a and a shorter part labelled b, with the left edge divided the same way. The two cuts split the square into four pieces: a large square labelled a squared in the top left, a small square labelled b squared in the bottom right, and two shaded rectangles, each labelled a b, in the remaining corners. The two shaded rectangles are the same size, which is why the expansion carries two copies of a b.ababababthe two ab pieces supply the middle term 2ab
    Text description

    Square of side (a+b) cut into a², two equal ab rectangles, b².

    Use when Neither is a separate rule: both are the same every-term-times-every-term expansion. In the first the two middle terms cancel; in the second they double.

    e.g. (x+5)(x5)=x225(x + 5)(x - 5) = x^2 - 25, while (x+3)2=x2+6x+9(x + 3)^2 = x^2 + 6x + 9.

  • Factoring out a common factor

    ab+ac=a(b+c)ab + ac = a(b + c)

    Use when aa must be a factor of every term. Fully factored means aa is the GCF.

    e.g. 12x28x=4x(3x2)12x^2 - 8x = 4x(3x - 2).

  • Unit-fraction exponent: the nnth root

    a1/n=ana^{1/n} = \sqrt[n]{a}

    Use when nn a positive integer. Even nn needs a0a \ge 0 and gives the non-negative (principal) root; odd nn allows a negative aa, with one negative root.

    e.g. 641/3=643=464^{1/3} = \sqrt[3]{64} = 4, and 83=2\sqrt[3]{-8} = -2.

  • General fractional exponent

    am/n=(an)m=amna^{m/n} = \left(\sqrt[n]{a}\right)^m = \sqrt[n]{a^m}

    Use when Same domain rules as a1/na^{1/n}: nn a positive integer, and even nn needs a0a \ge 0. Rooting first keeps the numbers small.

    e.g. 323/5=(325)3=23=832^{3/5} = \left(\sqrt[5]{32}\right)^3 = 2^3 = 8.

  • Negative fractional exponent

    am/n=1am/na^{-m/n} = \frac{1}{a^{m/n}}

    Use when a0a \neq 0, and a>0a > 0 when nn is even. The minus sign moves the power into the denominator.

    e.g. 163/4=1(164)3=1816^{-3/4} = \dfrac{1}{\left(\sqrt[4]{16}\right)^3} = \dfrac{1}{8}.

  • Product and quotient rules for radicals

    abn=anbn,abn=anbn\sqrt[n]{ab} = \sqrt[n]{a}\,\sqrt[n]{b}, \qquad \sqrt[n]{\frac{a}{b}} = \frac{\sqrt[n]{a}}{\sqrt[n]{b}}

    Use when One index throughout, b0b \neq 0 in the quotient, and radicands zero or positive when nn is even. Roots split across products and quotients, never across a sum.

    e.g. 72=362=62\sqrt{72} = \sqrt{36}\,\sqrt{2} = 6\sqrt{2}, and 502=25=5\dfrac{\sqrt{50}}{\sqrt{2}} = \sqrt{25} = 5.

  • Cancelling a common factor

    acbc=ab\frac{ac}{bc} = \frac{a}{b}

    Use when b0b \neq 0 and c0c \neq 0, and cc must be a factor of the whole numerator and whole denominator, never one term of a sum.

    e.g. 6x29x=3x2x3x3=2x3\dfrac{6x^2}{9x} = \dfrac{3x \cdot 2x}{3x \cdot 3} = \dfrac{2x}{3} for x0x \neq 0.

  • Multiplying and dividing algebraic fractions

    abcd=acbd,ab÷cd=abdc\frac{a}{b} \cdot \frac{c}{d} = \frac{ac}{bd}, \qquad \frac{a}{b} \div \frac{c}{d} = \frac{a}{b} \cdot \frac{d}{c}

    Use when b0b \neq 0 and d0d \neq 0; division also needs c0c \neq 0. No common denominator is involved.

    e.g. x4÷x28=x48x2=2x\dfrac{x}{4} \div \dfrac{x^2}{8} = \dfrac{x}{4} \cdot \dfrac{8}{x^2} = \dfrac{2}{x} for x0x \neq 0.

  • Adding and subtracting over a common denominator

    ad+bd=a+bd,adbd=abd\frac{a}{d} + \frac{b}{d} = \frac{a + b}{d}, \qquad \frac{a}{d} - \frac{b}{d} = \frac{a - b}{d}

    Use when d0d \neq 0, and the denominators must be made equal first, over the LCD.

    e.g. 5xx+1+2xx+1=7xx+1\dfrac{5x}{x + 1} + \dfrac{2x}{x + 1} = \dfrac{7x}{x + 1}.

Problem types, step by step

Translate a word phrase or statement into algebra

  1. Name the unknown with a letter and write every other quantity in terms of it.
  2. Convert each phrase: more than adds, less than subtracts, times or product multiplies, divided by or per divides.
  3. Look for a verb. A phrase with none becomes an expression, which you evaluate; a statement with is or equals supplies the equals sign and becomes an equation, which you solve.

e.g. Twice a number decreased by five is 2n52n - 5, while the sum of a number and eight is twenty is n+8=20n + 8 = 20.

Test whether a claimed identity or equivalence holds

  1. To prove it, derive one side from the other by the laws, covering every value at once.
  2. To disprove it, hunt a counterexample: substitute a number, in parentheses where the letter stood, and evaluate each side by the order of operations.
  3. One value where they differ settles it; agreement at several proves nothing, so prefer awkward inputs like 1-1.

e.g. n+n=nnn + n = n \cdot n holds at n=0n = 0 and n=2n = 2, but 3+3=63 + 3 = 6 while 33=93 \cdot 3 = 9.

Simplify an expression with parentheses or nested brackets

  1. Clear the innermost grouping symbol first, then work outward.
  2. Distribute each outside factor across every term inside, carrying its sign.
  3. Collect like terms by adding coefficients.
  4. Check by substituting a value into the original and the result.

e.g. 8x2[3x(x4)]=8x2[2x+4]=8x4x8=4x88x - 2[3x - (x - 4)] = 8x - 2[2x + 4] = 8x - 4x - 8 = 4x - 8.

Evaluate a fractional or negative fractional power

  1. If the exponent is negative, take the reciprocal and continue with the positive exponent.
  2. Read the exponent's denominator as a root index and take that root of the base.
  3. Raise the result to the numerator.

e.g. 82/3=182/3=1(83)2=148^{-2/3} = \dfrac{1}{8^{2/3}} = \dfrac{1}{\left(\sqrt[3]{8}\right)^2} = \dfrac{1}{4}.

Simplify radicals and combine them

  1. Split each radicand into its largest perfect-power factor for the index, times the rest.
  2. Root that factor and bring it outside; leave the rest under the radical.
  3. Combine only radicals now sharing an index and a radicand, adding their coefficients.

e.g. 12+27=23+33=53\sqrt{12} + \sqrt{27} = 2\sqrt{3} + 3\sqrt{3} = 5\sqrt{3}.

Expand a product of two expressions

  1. Multiply every term of the first factor by every term of the second, keeping signs.
  2. Multiply coefficients and add exponents wherever the same base meets itself.
  3. Combine the like terms, usually the middle ones.

e.g. (x+2)(x2+3x1)=x3+3x2x+2x2+6x2=x3+5x2+5x2(x + 2)(x^2 + 3x - 1) = x^3 + 3x^2 - x + 2x^2 + 6x - 2 = x^3 + 5x^2 + 5x - 2.

Factor out the greatest common factor

  1. Take the greatest common divisor of the coefficients.
  2. Take each variable common to every term, at its lowest power.
  3. Write that product outside a parenthesis, dividing each original term by it to fill the inside.
  4. Check by expanding: the product must return the original.

e.g. 6x315x2=3x2(2x5)6x^3 - 15x^2 = 3x^2(2x - 5).

Simplify an algebraic fraction and state its restriction

  1. Set the original denominator equal to zero and record the excluded values.
  2. Factor top and bottom completely.
  3. Cancel only a factor shared by the whole top and bottom.
  4. Report the result with those excluded values, which cancelling does not remove.

e.g. 4x+8x+2=4(x+2)x+2=4\dfrac{4x + 8}{x + 2} = \dfrac{4(x + 2)}{x + 2} = 4 for x2x \neq -2.

Multiply or divide algebraic fractions

  1. For division, multiply by the reciprocal of the divisor only.
  2. Factor every top and bottom.
  3. Cancel shared factors before multiplying, which keeps the numbers small.
  4. Multiply what remains straight across and state the excluded values.

e.g. 3x+6x÷x+24x=3(x+2)x4xx+2=12\dfrac{3x + 6}{x} \div \dfrac{x + 2}{4x} = \dfrac{3(x + 2)}{x} \cdot \dfrac{4x}{x + 2} = 12 for x0x \neq 0 and x2x \neq -2.

Add or subtract algebraic fractions

  1. Find the LCD of the denominators.
  2. Multiply each fraction's top and bottom by whatever its denominator is missing.
  3. Put the numerators over the shared denominator, bracketing any numerator being subtracted.
  4. Distribute the minus, collect like terms, then cancel any shared factor.

e.g. 3x+12=62x+x2x=6+x2x\dfrac{3}{x} + \dfrac{1}{2} = \dfrac{6}{2x} + \dfrac{x}{2x} = \dfrac{6 + x}{2x} for x0x \neq 0.

Exam traps

  • Trap Cancelling a term rather than a factor: x+33=x+1\dfrac{x + 3}{3} = x + 1.

    Fix Only a factor of the whole top and bottom cancels, and the 33 on top is added, not multiplied. The honest split is x3+1\dfrac{x}{3} + 1: at x=3x = 3 the fraction is 22, not 44.

  • Trap Splitting a root across a sum, or merging unlike radicals: 9+16=3+4\sqrt{9 + 16} = 3 + 4, or 2+3=5\sqrt{2} + \sqrt{3} = \sqrt{5}.

    Fix Roots split across products and quotients only: 9+16=25=5\sqrt{9 + 16} = \sqrt{25} = 5, not 77, and 2+3\sqrt{2} + \sqrt{3} does not combine.

  • Trap Squaring a sum term by term: (x+3)2=x2+9(x + 3)^2 = x^2 + 9.

    Fix (x+3)2(x + 3)^2 is the product (x+3)(x+3)(x + 3)(x + 3), whose two cross products supply the middle 6x6x.

  • Trap Dropping the restriction once a factor cancels, because the simplified form looks harmless.

    Fix Excluded values come from the original denominator and survive cancelling, so 3x+6x+2=3\dfrac{3x + 6}{x + 2} = 3 still requires x2x \neq -2.

  • Trap Treating agreement at a few substituted values as proof that an equation is an identity.

    Fix A finite list leaves infinitely many values untested, so agreement only raises confidence; certainty comes only from a derivation by the laws.

  • Trap Swapping the roles of mm and nn in am/na^{m/n}.

    Fix The denominator is always the root index and the numerator the power, so 82/3=(83)2=48^{2/3} = \left(\sqrt[3]{8}\right)^2 = 4, not (8)3\left(\sqrt{8}\right)^3.

  • Trap Reading a negative exponent as a negative answer: 82/3=48^{-2/3} = -4.

    Fix The minus sign builds a reciprocal rather than changing a sign, so 82/3=148^{-2/3} = \dfrac{1}{4}.

  • Trap Stopping at a partial common factor: 8x2+12x=2x(4x+6)8x^2 + 12x = 2x(4x + 6).

    Fix Fully factored means the GCF came out. A shared 22 is still inside, so the answer is 4x(2x+3)4x(2x + 3).

  • Trap Adding fractions by combining the denominators: 3x+12=42x\dfrac{3}{x} + \dfrac{1}{2} = \dfrac{4}{2x}.

    Fix Numerators combine only over a shared denominator: over the LCD 2x2x, 62x+x2x=6+x2x\dfrac{6}{2x} + \dfrac{x}{2x} = \dfrac{6 + x}{2x}.

  • Trap Letting a subtraction reach only the first term of a numerator: 4x+1xx2x=3x1x\dfrac{4x + 1}{x} - \dfrac{x - 2}{x} = \dfrac{3x - 1}{x}.

    Fix The minus is a factor 1-1 over the whole numerator, so bracket it first: (4x+1)(x2)x=4x+1x+2x=3x+3x\dfrac{(4x + 1) - (x - 2)}{x} = \dfrac{4x + 1 - x + 2}{x} = \dfrac{3x + 3}{x}.

Chapter test Questions from across the chapter