2.1 Linear Equations, Inequalities, and Systems

Key Takeaways

  • Linear equations in one variable can be categorized as conditional (one unique solution), identities (infinitely many solutions), or contradictions (no solution).
  • Multiplying or dividing an inequality by a negative real number reverses the inequality symbol.
  • Interval notation explicitly defines solution sets: square brackets [ ] indicate included endpoints, whereas parentheses ( ) indicate excluded endpoints or infinity.
  • A 2x2 linear system has one unique solution if lines intersect, infinitely many solutions if lines are coincident (dependent system), and no solution if lines are parallel (inconsistent system).
Last updated: August 2026

2.1 Linear Equations, Inequalities, and Systems

Linear equations and inequalities serve as the foundational backbone for advanced precalculus concepts, functions, and analytical geometry. Mastery of linear algebra at the precalculus level requires not only mechanical equation-solving skills but also a rigorous understanding of solution set classifications, interval notation, and multi-variable linear systems.


1. Linear Equations in One Variable

A linear equation in one variable is an equation that can be written in the standard form:

ax+b=0ax + b = 0

where $a$ and $b$ are real numbers and $a \neq 0$. Linear equations are first-degree polynomial equations because the highest exponent on the variable $x$ is $1$.

Classification of Linear Equations

When solving an equation in one variable, algebraic simplification leads to one of three structural outcomes:

  1. Conditional Equation: Satisfied by exactly one real number. Simplifying yields $x = c$. Example: $3x - 5 = 7 \implies x = 4$.
  2. Identity: Satisfied by every real number for which both sides of the equation are defined. Simplifying eliminates the variable and produces a universally true numerical statement like $0 = 0$ or $5 = 5$. The solution set is all real numbers, written in interval notation as $(-\infty, \infty)$.
  3. Contradiction (Inconsistent Equation): Satisfied by no real numbers. Simplifying eliminates the variable and produces a false numerical statement like $0 = 7$ or $-13 = -10$. The solution set is the empty set, denoted by $\emptyset$ or ${}$.

Multi-Step Equation Solving Strategy

To solve linear equations containing fractions or decimals:

  1. Clear Fractions: Multiply every term on both sides by the Least Common Denominator (LCD) of all rational expressions.
  2. Distribute: Apply the distributive property $a(b + c) = ab + ac$ to remove parentheses.
  3. Combine Like Terms: Simplify expressions on each side of the equals sign independently.
  4. Isolate the Variable: Use addition/subtraction properties of equality to collect variable terms on one side and constant terms on the opposite side.
  5. Solve and Verify: Use multiplication/division properties of equality to solve for the variable, and substitute back into the original equation to check.

Worked Example 1: Solving a Rational Linear Equation

Solve the following equation for $x$:

2x34x+13=x56\frac{2x - 3}{4} - \frac{x + 1}{3} = \frac{x - 5}{6}

Solution:

  1. Identify the LCD of the denominators $4$, $3$, and $6$, which is $12$.
  2. Multiply every term on both sides by $12$: 12(2x34)12(x+13)=12(x56)12 \cdot \left(\frac{2x - 3}{4}\right) - 12 \cdot \left(\frac{x + 1}{3}\right) = 12 \cdot \left(\frac{x - 5}{6}\right)
  3. Simplify each fraction: 3(2x3)4(x+1)=2(x5)3(2x - 3) - 4(x + 1) = 2(x - 5)
  4. Distribute across all binomial terms: 6x94x4=2x106x - 9 - 4x - 4 = 2x - 10
  5. Combine like terms on the left side: 2x13=2x102x - 13 = 2x - 10
  6. Subtract $2x$ from both sides: 13=10-13 = -10

Because $-13 = -10$ is a false statement, the equation is a contradiction. There is no real number that satisfies the equation. Solution set: $\emptyset$.


2. Linear Inequalities and Interval Notation

A linear inequality in one variable replaces the equality sign with an inequality symbol ($<$, $>$, $\le$, or $\ge$).

Properties of Inequalities

  • Addition/Subtraction Property: If $a < b$, then $a + c < b + c$ and $a - c < b - c$ for any real number $c$.
  • Positive Multiplication/Division Property: If $a < b$ and $c > 0$, then $ac < bc$ and $\frac{a}{c} < \frac{b}{c}$.
  • Negative Multiplication/Division Property (Sign Reversal Rule): If $a < b$ and $c < 0$, then multiplying or dividing by $c$ reverses the direction of the inequality symbol: ac>bcandac>bcac > bc \quad \text{and} \quad \frac{a}{c} > \frac{b}{c}

Interval and Set-Builder Notation

Solutions to inequalities represent continuous ranges of numbers on a real number line:

InequalitySet-Builder NotationInterval NotationNumber Line Endpoint
$a < x < b$${x \mid a < x < b}$$(a, b)$Both Open (parentheses)
$a \le x \le b$${x \mid a \le x \le b}$$[a, b]$Both Closed (brackets)
$a \le x < b$${x \mid a \le x < b}$$[a, b)$Left Closed, Right Open
$x \ge a$${x \mid x \ge a}$$[a, \infty)$Left Closed, Right Unbounded
$x < b$${x \mid x < b}$$(-\infty, b)$Left Unbounded, Right Open

Compound Inequalities

  • AND Inequalities (Intersections): Formed by joining two inequalities with "and" (e.g., $a < x$ and $x < b$, written compactly as $a < x < b$). The solution consists of values satisfying both inequalities simultaneously (represented mathematically as $S_1 \cap S_2$).
  • OR Inequalities (Unions): Formed by joining two inequalities with "or" (e.g., $x < a$ or $x > b$). The solution consists of values satisfying either inequality (represented as $S_1 \cup S_2$).

Worked Example 2: Compound Inequality with Interval Notation

Solve the double inequality for $x$ and express the solution set in interval notation:

532x4<7-5 \le \frac{3 - 2x}{4} < 7

Solution:

  1. Multiply all three parts of the compound inequality by $4$: 2032x<28-20 \le 3 - 2x < 28
  2. Subtract $3$ from all three parts: 232x<25-23 \le -2x < 25
  3. Divide all three parts by $-2$. Remember to reverse both inequality signs: 2322x2>252    232x>252\frac{-23}{-2} \ge \frac{-2x}{-2} > \frac{25}{-2} \implies \frac{23}{2} \ge x > -\frac{25}{2}
  4. Rewrite in ascending standard numerical order (from smallest to largest): 252<x232-\frac{25}{2} < x \le \frac{23}{2}
  5. Convert to interval notation: (252,232]\left(-\frac{25}{2}, \frac{23}{2}\right]

3. Systems of Linear Equations in Two Variables ($2 \times 2$)

A system of two linear equations in two variables has the general form:

{a1x+b1y=c1a2x+b2y=c2\begin{cases} a_1 x + b_1 y = c_1 \\ a_2 x + b_2 y = c_2 \end{cases}

Classification of $2 \times 2$ Systems

System TypeGraphical BehaviorSlopes & InterceptsNumber of Solutions
Consistent & IndependentTwo distinct lines intersect at one pointDifferent slopes ($m_1 \neq m_2$)Exactly 1 solution $(x, y)$
Consistent & DependentTwo coincident lines (same exact line)Same slope, same y-interceptInfinitely many solutions
InconsistentTwo distinct parallel linesSame slope ($m_1 = m_2$), different y-intercepts ($b_1 \neq b_2$)No solution ($\emptyset$)

Algebraic Methods: Substitution vs. Elimination

  • Substitution Method: Solve one equation for one variable in terms of the other, then substitute that expression into the second equation. Best when one coefficient is $\pm 1$.
  • Elimination Method: Multiply one or both equations by non-zero constants so that the coefficients of one variable are additive inverses (e.g., $+4y$ and $-4y$), then add equations to eliminate that variable.

Worked Example 3: Solving a $2 \times 2$ System via Elimination

Solve the system of equations:

{3x4y=18— (Eq. 1)5x+2y=4— (Eq. 2)\begin{cases} 3x - 4y = 18 \quad \text{--- (Eq. 1)} \\ 5x + 2y = 4 \quad \text{--- (Eq. 2)} \end{cases}

Solution:

  1. Align the coefficients of $y$ to make them additive inverses. Multiply (Eq. 2) by $2$: 2(5x+2y)=2(4)    10x+4y=8— (Eq. 3)2 \cdot (5x + 2y) = 2 \cdot (4) \implies 10x + 4y = 8 \quad \text{--- (Eq. 3)}
  2. Add (Eq. 1) and (Eq. 3): (3x4y)+(10x+4y)=18+8(3x - 4y) + (10x + 4y) = 18 + 8 13x=26    x=213x = 26 \implies x = 2
  3. Substitute $x = 2$ back into (Eq. 2) to find $y$: 5(2)+2y=4    10+2y=4    2y=6    y=35(2) + 2y = 4 \implies 10 + 2y = 4 \implies 2y = -6 \implies y = -3
  4. The solution is the ordered pair $(2, -3)$.

4. CLEP Exam Traps & Common Errors

  • Trap 1: Distributing Negative Signs Across Parentheses
    In expressions like $-(x + 4)$, students often forget to negate the second term, writing $-x + 4$ instead of $-x - 4$. Always distribute the negative factor to every term inside.
  • Trap 2: Forgetting to Reverse Inequality Signs
    When dividing or multiplying an inequality by a negative number (e.g., $-2x < 10 \implies x > -5$), failing to flip the direction of the inequality sign guarantees an incorrect range.
  • Trap 3: Including Endpoints for Infinities in Interval Notation
    Writing $[-\infty, 5]$ or $[3, \infty]$ is incorrect. Infinity represents unbounded direction, not a real number endpoint. Always use parentheses for infinities: $(-\infty, 5]$ or $[3, \infty)$.
Test Your Knowledge

Solve the rational linear equation for x: \frac{x - 1}{2} + \frac{x + 2}{3} = \frac{5}{6}x + 1

A
B
C
D
Test Your Knowledge

Which interval represents the complete solution set for the compound linear inequality -3 < 2 - 5x <= 12?

A
B
C
D
Test Your Knowledge

For what value of k will the system of linear equations 2x - 3y = 7 and 4x + ky = 15 have no solution?

A
B
C
D
Test Your Knowledge

Consider the linear system 2x + 3y = 12 and x - y = 1. What is the value of x + y?

A
B
C
D