3.1 Linear Equations & Linear Inequalities

Key Takeaways

  • Solving single-variable linear equations requires applying inverse operations, distributing grouping symbols, and clearing rational denominators using the Least Common Denominator (LCD).
  • Rational linear equations must be screened for domain restrictions (denominator != 0); candidate roots causing zero denominators are extraneous solutions and must be discarded.
  • Multiplying or dividing any linear inequality by a negative real number strictly reverses the inequality symbol (< becomes >, <= becomes >=).
  • Interval notation uses square brackets [ ] for inclusive endpoints (<=, >=) and parentheses ( ) for exclusive endpoints (<, >) and infinite boundaries (-inf, +inf).
  • Compound inequalities joined by AND represent an intersection (n) of solutions requiring simultaneous satisfaction, whereas OR represents a union (U) of solution sets.
Last updated: August 2026

3.1 Linear Equations & Linear Inequalities

Equations and inequalities form the fundamental bedrock of college algebra. Mastering single-variable linear equations, rational equations with domain restrictions, and linear inequalities prepares candidates for analyzing complex mathematical relationships throughout the CLEP College Algebra examination.


1. Single-Variable & Multi-Step Linear Equations

A linear equation in one variable is a first-degree polynomial equation that can be written in the standard form:

ax+b=0ax + b = 0

where aa and bb are real numbers and a0a \neq 0. The exponent on the variable xx is implicitly 11.

Fundamental Properties of Equality

To solve linear equations, we apply inverse operations governed by the axiomatic properties of equality:

  • Addition/Subtraction Property of Equality: If a=ba = b, then a+c=b+ca + c = b + c and ac=bca - c = b - c. Adding or subtracting the same quantity from both sides preserves equality.
  • Multiplication/Division Property of Equality: If a=ba = b and c0c \neq 0, then ac=bca \cdot c = b \cdot c and ac=bc\frac{a}{c} = \frac{b}{c}. Multiplying or dividing both sides by a non-zero quantity preserves equality.

Classification of Equations

Linear equations are categorized into three distinct classes based on their solution sets:

  1. Conditional Equation: An equation that is true for only a specific, finite set of values. Example: 2x+3=7    x=22x + 3 = 7 \implies x = 2.
  2. Identity: An equation that is true for all real numbers in its domain. Simplifying an identity yields a statement that is universally true, such as 0=00 = 0 or 5=55 = 5. Solution set: (,)(-\infty, \infty).
  3. Inconsistent Equation: An equation that has no solution because it contains a logical contradiction. Simplifying an inconsistent equation leads to a false statement, such as 23=13-23 = -13 or 0=80 = 8. Solution set: empty set (\emptyset).

Systematic Multi-Step Solving Algorithm

  1. Clear Fractions or Decimals: Multiply every term on both sides of the equation by the Least Common Denominator (LCD) or an appropriate power of 10.
  2. Distribute & Remove Grouping Symbols: Apply the distributive property a(b+c)=ab+aca(b + c) = ab + ac to eliminate parentheses, brackets, or braces.
  3. Combine Like Terms: Collect variable terms and constant terms independently on each side of the equation.
  4. Isolate Variable Terms: Use addition or subtraction to transfer all terms containing the target variable to one side and all constant terms to the opposite side.
  5. Isolate the Variable: Divide both sides by the variable's numerical coefficient to obtain x=cx = c.
  6. Verify the Solution: Substitute the resulting value back into the original equation to verify equality.

Worked Example 1: Multi-Step Linear Equation with Distributive Expansion

Problem: Solve for xx: 3(2x5)4(x+2)=2(x7)+13(2x - 5) - 4(x + 2) = 2(x - 7) + 1

Step-by-Step Solution:

  1. Distribute constants across parentheses: 6x154x8=2x14+16x - 15 - 4x - 8 = 2x - 14 + 1
  2. Combine like terms on each side: (6x4x)+(158)=2x+(14+1)(6x - 4x) + (-15 - 8) = 2x + (-14 + 1) 2x23=2x132x - 23 = 2x - 13
  3. Isolate variable terms by subtracting 2x2x from both sides: 2x2x23=2x2x132x - 2x - 23 = 2x - 2x - 13 23=13-23 = -13
  4. Interpret Result: The variable terms cancel completely, leaving the false numerical statement 23=13-23 = -13. Therefore, this equation is an inconsistent equation, and its solution set is no solution (\emptyset).

Worked Example 2: Multi-Step Equation with Fractions

Problem: Solve for xx: 2x13x+45=x215+2\frac{2x - 1}{3} - \frac{x + 4}{5} = \frac{x - 2}{15} + 2

Step-by-Step Solution:

  1. Identify the LCD: The denominators are 3, 5, and 15. The LCD is 1515.
  2. Clear fractions by multiplying every term by 15: 15(2x13)15(x+45)=15(x215)+15(2)15 \cdot \left(\frac{2x - 1}{3}\right) - 15 \cdot \left(\frac{x + 4}{5}\right) = 15 \cdot \left(\frac{x - 2}{15}\right) + 15 \cdot (2) 5(2x1)3(x+4)=1(x2)+305(2x - 1) - 3(x + 4) = 1(x - 2) + 30
  3. Distribute and expand terms: 10x53x12=x2+3010x - 5 - 3x - 12 = x - 2 + 30
  4. Combine like terms: 7x17=x+287x - 17 = x + 28
  5. Isolate xx on the left side: 7xx=28+177x - x = 28 + 17 6x=45    x=456=152=7.56x = 45 \implies x = \frac{45}{6} = \frac{15}{2} = 7.5

2. Rational Linear Equations & Domain Restrictions

A rational equation contains one or more algebraic fractions with variables in the denominator.

The Critical Rule: Screening for Domain Restrictions

Before performing algebraic manipulations on a rational equation, you MUST identify all values of the variable that cause any denominator to evaluate to zero. Division by zero is undefined in real arithmetic. These restricted values must be excluded from the domain.

If P(x)Q(x) appears in an equation, we require Q(x)0\text{If } \frac{P(x)}{Q(x)} \text{ appears in an equation, we require } Q(x) \neq 0

If an algebraic step yields a candidate solution that matches a restricted domain value, that candidate is an extraneous solution and must be discarded.

Worked Example 3: Rational Equation with Valid Solution

Problem: Solve for xx: 2x3+1x=5x(x3)\frac{2}{x - 3} + \frac{1}{x} = \frac{5}{x(x - 3)}

Step-by-Step Solution:

  1. Identify Domain Restrictions: Set each denominator equal to zero:
    • x3=0    x=3x - 3 = 0 \implies x = 3
    • x=0x = 0
    • Restrictions: x0x \neq 0 and x3x \neq 3.
  2. Determine the LCD: The LCD of the denominators is x(x3)x(x - 3).
  3. Multiply every term by the LCD x(x3)x(x - 3): x(x3)2x3+x(x3)1x=x(x3)5x(x3)x(x - 3) \cdot \frac{2}{x - 3} + x(x - 3) \cdot \frac{1}{x} = x(x - 3) \cdot \frac{5}{x(x - 3)} 2x+1(x3)=52x + 1(x - 3) = 5
  4. Simplify and solve for xx: 2x+x3=52x + x - 3 = 5 3x3=5    3x=8    x=833x - 3 = 5 \implies 3x = 8 \implies x = \frac{8}{3}
  5. Screen against Domain Restrictions: Compare x=83x = \frac{8}{3} against restrictions (x0,3x \neq 0, 3). Since 83\frac{8}{3} does not violate any restriction, x=83x = \frac{8}{3} is a valid solution.

Worked Example 4: Rational Equation That Produces an Extraneous Root

Clearing denominators is not a reversible step: multiplying both sides by an expression that can equal zero may manufacture a root the original equation never had. Any candidate that lands on a restricted value is extraneous.

Problem: Solve for xx: xx4+4x+1=20(x4)(x+1)\frac{x}{x - 4} + \frac{4}{x + 1} = \frac{20}{(x - 4)(x + 1)}

Step-by-Step Solution:

  1. Identify Domain Restrictions before touching the algebra:
    • x4=0    x4x - 4 = 0 \implies x \neq 4
    • x+1=0    x1x + 1 = 0 \implies x \neq -1
  2. Multiply every term by the LCD (x4)(x+1)(x - 4)(x + 1): x(x+1)+4(x4)=20x(x + 1) + 4(x - 4) = 20
  3. Expand and collect into standard quadratic form: x2+x+4x16=20    x2+5x36=0x^2 + x + 4x - 16 = 20 \implies x^2 + 5x - 36 = 0
  4. Factor and read off both candidates: (x+9)(x4)=0    x=9orx=4(x + 9)(x - 4) = 0 \implies x = -9 \quad \text{or} \quad x = 4
  5. Screen each candidate against the restrictions:
    • x=4x = 4 is exactly an excluded value. It makes the denominator x4x - 4 zero in the original equation, so it is extraneous and must be discarded.
    • x=9x = -9 violates nothing. Verify it: the left side is 913+48=91312=181326=526\frac{-9}{-13} + \frac{4}{-8} = \frac{9}{13} - \frac{1}{2} = \frac{18 - 13}{26} = \frac{5}{26}, and the right side is 20(13)(8)=20104=526\frac{20}{(-13)(-8)} = \frac{20}{104} = \frac{5}{26}. They match.
  6. Conclusion: the solution set is {9}\{-9\}, not {9,4}\{-9, 4\}.

Exam Trap: CLEP distractors on rational equations almost always include the full candidate list (here, 9-9 and 44) and often the extraneous value alone. Solving correctly but skipping the domain screen lands you on a wrong choice that the test writers deliberately supplied.


Worked Example 5: Every Candidate Extraneous

Problem: Solve xx3=3x3+4\dfrac{x}{x - 3} = \dfrac{3}{x - 3} + 4.

Step-by-Step Solution:

  1. Restriction: x3x \neq 3.
  2. Multiply by (x3)(x - 3): x=3+4(x3)x = 3 + 4(x - 3).
  3. Solve: x=3+4x12    3x=9    x=3x = 3 + 4x - 12 \implies -3x = -9 \implies x = 3.
  4. Screen: the sole candidate is the excluded value, so it is extraneous.
  5. Conclusion: the equation has no solution (\emptyset). Note that "no solution" here comes from a domain conflict, not from a contradiction such as 23=13-23 = -13; both outcomes report an empty solution set but arise for different reasons.

3. Linear Inequalities & Interval Notation

A linear inequality in one variable is structured similarly to a linear equation, but uses an inequality symbol (<,,>,<, \le, >, \ge).

The Negative Multiplication/Division Reversal Rule

CRITICAL RULE: When multiplying or dividing both sides of an inequality by a negative real number, you MUST flip (reverse) the direction of the inequality sign (<< becomes >>, \le becomes \ge, and vice versa).

Intuitive Proof: We know that 2<52 < 5 is a true statement. Multiplying both sides by 1-1 yields 2-2 and 5-5. On the real number line, 2-2 lies to the right of 5-5, so 2>5-2 > -5. Thus, multiplying by a negative number reverses order relationships.

Worked Example 6: Linear Inequality with Sign Reversal

Problem: Solve the inequality and write the solution set in interval notation: 4(2x3)3x+23-4(2x - 3) \ge 3x + 23

Step-by-Step Solution:

  1. Distribute on the left side: 8x+123x+23-8x + 12 \ge 3x + 23
  2. Subtract 3x3x from both sides: 11x+1223-11x + 12 \ge 23
  3. Subtract 1212 from both sides: 11x11-11x \ge 11
  4. Divide both sides by 11-11 and REVERSE the inequality symbol: x1111    x1x \le \frac{11}{-11} \implies x \le -1
  5. Write in Interval Notation: The solution set contains all real numbers less than or equal to 1-1, written as (,1](-\infty, -1].

Summary Table: Inequality Notation & Interval Representations

Algebraic InequalityInterval NotationEndpoints Included?Graph Representation on Number Line
x>ax > a(a,)(a, \infty)ExcludedOpen circle at aa, shaded to the right
xax \ge a[a,)[a, \infty)IncludedSolid circle at aa, shaded to the right
x<ax < a(,a)(-\infty, a)ExcludedOpen circle at aa, shaded to the left
xax \le a(,a](-\infty, a]IncludedSolid circle at aa, shaded to the left
a<x<ba < x < b(a,b)(a, b)Both ExcludedOpen circles at aa and bb, shaded between
axba \le x \le b[a,b][a, b]Both IncludedSolid circles at aa and bb, shaded between
ax<ba \le x < b[a,b)[a, b)aa Included, bb ExcludedSolid circle at aa, open circle at bb, shaded between

4. Compound Inequalities (AND vs. OR)

A compound inequality combines two inequalities using the logical operators AND (conjunction) or OR (disjunction).

Conjunctions (AND / Intersection \cap)

An AND compound inequality requires both component statements to be satisfied simultaneously. The resulting solution set is the intersection (\cap) of the individual solution sets.

Worked Example 7: Bounded Compound Inequality (AND)

Problem: Solve for xx and express in interval notation: 53x+1<13-5 \le 3x + 1 < 13

Step-by-Step Solution: Perform operations simultaneously across all three parts of the compound inequality:

  1. Subtract 11 from all three sections: 513x+11<131-5 - 1 \le 3x + 1 - 1 < 13 - 1 63x<12-6 \le 3x < 12
  2. Divide all three sections by 33: 633x3<123\frac{-6}{3} \le \frac{3x}{3} < \frac{12}{3} 2x<4-2 \le x < 4
  3. Interval Notation: [2,4)[-2, 4).

Disjunctions (OR / Union \cup)

An OR compound inequality requires at least one of the component statements to be true. The solution set is the union (\cup) of the individual solution sets.

Worked Example 8: Disjunction Compound Inequality (OR)

Problem: Solve for xx: 4x1<9or23x104x - 1 < -9 \quad \text{or} \quad 2 - 3x \le -10

Step-by-Step Solution:

  1. Solve the left inequality: 4x1<9    4x<8    x<24x - 1 < -9 \implies 4x < -8 \implies x < -2 Interval notation: (,2)(-\infty, -2).
  2. Solve the right inequality: 23x10    3x12    x4(flipping inequality)2 - 3x \le -10 \implies -3x \le -12 \implies x \ge 4 \quad \text{(flipping inequality)} Interval notation: [4,)[4, \infty).
  3. Combine solution sets using Union (\cup): (,2)[4,)(-\infty, -2) \cup [4, \infty)
Loading diagram...
Decision Flowchart for Solving Rational Linear Equations
Test Your Knowledge

What is the solution to the rational linear equation 3x21x=4x(x2)\frac{3}{x - 2} - \frac{1}{x} = \frac{4}{x(x - 2)}?

A
B
C
D
Test Your Knowledge

Which interval represents the solution set of the linear inequality 3(2x4)5x+34-3(2x - 4) \le 5x + 34?

A
B
C
D
Test Your Knowledge

What is the solution in interval notation to the compound inequality 4x1<94x - 1 < -9 or 23x102 - 3x \le -10?

A
B
C
D
Test Your Knowledge

How is the linear equation 5(x2)2(3x+1)=3(x+15)5(x - 2) - 2(3x + 1) = 3 - (x + 15) classified, and what is its solution set?

A
B
C
D