3.2 Basic Algebra, Linear Equations, and Inequalities

Key Takeaways

  • Algebraic simplification relies on exponent laws, radical properties, expanding special products (FOIL, difference of squares), and factoring polynomials.
  • Linear inequalities follow the same isolation steps as equations, except multiplying or dividing by a negative number flips the inequality direction.
  • Classic LET algebraic word problems (age, work, mixture, and motion) require systematic table setups to translate verbal statements into solvable equations.
  • Quadratic equations (ax² + bx + c = 0) can be solved via factoring or the quadratic formula, with the discriminant (Δ = b² - 4ac) indicating the nature of roots.
Last updated: July 2026

Algebraic Foundations and Exponent Rules

Algebra involves representing numbers with symbols and manipulating expressions using properties of real numbers. Mastering the laws of exponents and algebraic expansion is critical for success on the LET.

Laws of Exponents

For all real numbers $x, y$ (where bases are non-zero when in denominators or raised to zero/negative powers) and integers $m, n$:

Law NameAlgebraic RuleExample
Product Rule$x^m \cdot x^n = x^{m+n}$$a^4 \cdot a^3 = a^7$
Quotient Rule$\frac{x^m}{x^n} = x^{m-n}$$\frac{x^8}{x^3} = x^5$
Power of a Power$(x^m)^n = x^{m \cdot n}$$(y^3)^4 = y^{12}$
Power of a Product$(xy)^n = x^n y^n$$(2ab)^3 = 8a^3b^3$
Power of a Quotient$\left(\frac{x}{y}\right)^n = \frac{x^n}{y^n}$$\left(\frac{x}{3}\right)^3 = \frac{x^3}{27}$
Zero Exponent$x^0 = 1 \quad (x \neq 0)$$15^0 = 1$
Negative Exponent$x^{-n} = \frac{1}{x^n}$$4^{-2} = \frac{1}{4^2} = \frac{1}{16}$
Rational Exponent$x^{m/n} = \sqrt[n]{x^m} = (\sqrt[n]{x})^m$$8^{2/3} = (\sqrt[3]{8})^2 = 2^2 = 4$

Polynomial Expansion and Factoring

Factoring simplifies complex expressions and enables solving higher-degree equations.

  1. Greatest Common Monomial Factor (GCMF): $ab + ac = a(b + c)$
  2. Difference of Two Squares: $a^2 - b^2 = (a - b)(a + b)$
  3. Perfect Square Trinomials:
    a2+2ab+b2=(a+b)2a^2 + 2ab + b^2 = (a + b)^2 a22ab+b2=(ab)2a^2 - 2ab + b^2 = (a - b)^2
  4. Sum and Difference of Two Cubes:
    a3+b3=(a+b)(a2ab+b2)a^3 + b^3 = (a + b)(a^2 - ab + b^2) a3b3=(ab)(a2+ab+b2)a^3 - b^3 = (a - b)(a^2 + ab + b^2)

Worked Example 1: Simplifying Rational Algebraic Expressions

Problem: Simplify the expression: $\frac{x^2 - 9}{x^2 + 5x + 6}$.

Step 1: Factor the numerator using Difference of Squares.
x29=(x3)(x+3)x^2 - 9 = (x - 3)(x + 3)

Step 2: Factor the denominator trinomial.
Find two numbers that multiply to $6$ and add to $5 \implies 2$ and $3$.
x2+5x+6=(x+2)(x+3)x^2 + 5x + 6 = (x + 2)(x + 3)

Step 3: Cancel common factors.
(x3)(x+3)(x+2)(x+3)=x3x+2(provided x3,2)\frac{(x - 3)(x + 3)}{(x + 2)(x + 3)} = \frac{x - 3}{x + 2} \quad (\text{provided } x \neq -3, -2)


Linear Equations and Inequalities

A linear equation in one variable is an equation that can be written in the form $ax + b = 0$ ($a \neq 0$). A linear inequality replaces the equals sign with $<, \le, >, \text{ or } \ge$.

Solving Linear Inequalities and the Negative Rule Trap

When solving linear inequalities, follow standard algebraic properties of equality, with one critical exception:

CRITICAL RULE: When multiplying or dividing both sides of an inequality by a negative number, you MUST reverse the direction of the inequality symbol.

Worked Example 2: Linear Inequality with Sign Inversion

Problem: Solve for $x$: $5 - 3(x + 2) \ge 4x + 20$.

Step 1: Distribute and combine like terms on the left side.
53x64x+205 - 3x - 6 \ge 4x + 20 3x14x+20-3x - 1 \ge 4x + 20

Step 2: Isolate variable terms on one side.
Subtract $4x$ from both sides:
7x120-7x - 1 \ge 20 Add $1$ to both sides:
7x21-7x \ge 21

Step 3: Divide by $-7$ and REVERSE the inequality sign.
x217    x3x \le \frac{21}{-7} \implies x \le -3

Solution in Interval Notation: $(-\infty, -3]$

Standard LET Algebraic Word Problems

Word problems comprise a major share of the LET math subtest. Mastering systematic setups for age, work, motion, and mixture problems ensures accurate solutions.

1. Age Problems

Age problems involve establishing algebraic relationships across different time frames (past, present, future).

Worked Example 3: Age Problem Setup

Problem: A mother is currently four times as old as her daughter. In 12 years, the mother will be twice as old as her daughter will be then. How old is the daughter now?

Step 1: Set up a variable table.
Let $x$ = Daughter's present age.
Mother's present age = $4x$.

PersonPresent AgeAge in 12 Years
Daughter$x$$x + 12$
Mother$4x$$4x + 12$

Step 2: Translate the future condition into an equation.
Mother’s Future Age=2×(Daughter’s Future Age)\text{Mother's Future Age} = 2 \times (\text{Daughter's Future Age}) 4x+12=2(x+12)4x + 12 = 2(x + 12)

Step 3: Solve for $x$.
4x+12=2x+244x + 12 = 2x + 24 2x=12    x=62x = 12 \implies x = 6

Final Answer: The daughter is currently 6 years old (and the mother is 24 years old).


2. Work Rate Problems

Work problems involve individual rates of completing a task.
Work Rate=1Time to complete job alone\text{Work Rate} = \frac{1}{\text{Time to complete job alone}} Combined Work Formula: 1Ttogether=1t1+1t2+\text{Combined Work Formula: } \frac{1}{T_{\text{together}}} = \frac{1}{t_1} + \frac{1}{t_2} + \dots

Worked Example 4: Combined Work Rate

Problem: Pipe A can fill a water tank in 4 hours, while Pipe B can fill the same tank in 6 hours. If both pipes are opened simultaneously, how long will it take to fill the tank?

Step 1: Determine individual hourly work rates.
Pipe A rate = $\frac{1}{4}$ tank/hour; Pipe B rate = $\frac{1}{6}$ tank/hour.

Step 2: Sum the rates to get the combined rate.
Combined Rate=14+16=312+212=512 tank/hour\text{Combined Rate} = \frac{1}{4} + \frac{1}{6} = \frac{3}{12} + \frac{2}{12} = \frac{5}{12}\text{ tank/hour}

Step 3: Calculate total time $T$ (reciprocal of combined rate).
T=125=2.4 hours=2 hours and 24 minutesT = \frac{12}{5} = 2.4\text{ hours} = 2\text{ hours and } 24\text{ minutes}


3. Quadratic Equations and the Discriminant

A quadratic equation is a second-degree polynomial equation: $ax^2 + bx + c = 0$ ($a \neq 0$).

Quadratic Formula: x=b±b24ac2a\text{Quadratic Formula: } x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} Discriminant: Δ=b24ac\text{Discriminant: } \Delta = b^2 - 4ac

Discriminant Value ($\Delta$)Nature of Roots / Solutions
$\Delta > 0$ (Perfect Square)Two real, rational, distinct roots
$\Delta > 0$ (Non-Square)Two real, irrational, distinct roots
$\Delta = 0$One real, repeated (double) root
$\Delta < 0$Two complex / imaginary conjugate roots

Worked Example 5: Solving Quadratic Equations via Factoring

Problem: Solve for $x$: $2x^2 - 7x + 3 = 0$.

Step 1: Factor the quadratic expression.
Look for factors of $a \cdot c = 2 \cdot 3 = 6$ that sum to $b = -7 \implies -6$ and $-1$.
2x26xx+3=02x^2 - 6x - x + 3 = 0 2x(x3)1(x3)=02x(x - 3) - 1(x - 3) = 0 (2x1)(x3)=0(2x - 1)(x - 3) = 0

Step 2: Set each factor to zero.
2x1=0    x=122x - 1 = 0 \implies x = \frac{1}{2} x3=0    x=3x - 3 = 0 \implies x = 3

Final Answer: $x = \frac{1}{2}, 3$

Test Your Knowledge

Which of the following is the simplified form of the algebraic expression (16x^4 y^-2 / 4x^-2 y^4)^(1/2)?

A
B
C
D
Test Your Knowledge

What is the solution set for the linear inequality: 3(x - 2) - 5(x + 1) > 7?

A
B
C
D
Test Your Knowledge

Juan is 5 years older than Pedro. Four years ago, Juan was twice as old as Pedro. How old is Pedro currently?

A
B
C
D
Test Your Knowledge

What is the nature of the roots for the quadratic equation 3x² - 5x + 4 = 0?

A
B
C
D