4.3 Linear Inequalities & Word Problem Translations

Key Takeaways

  • When multiplying or dividing both sides of an inequality by a negative number, the direction of the inequality symbol must be flipped to preserve mathematical truth.
  • On a number line graph, strict inequalities (< and >) are represented with open circles, while non-strict inequalities (≤ and ≥) use closed/solid circles.
  • Translating English phrases requires precise mapping: 'at most' and 'no more than' correspond to ≤, while 'at least' and 'no less than' correspond to ≥.
  • In subtraction translations, 'b less than a' translates to the expression a - b, whereas 'a is less than b' translates to the inequality a < b.
Last updated: July 2026

4.3 Linear Inequalities & Word Problem Translations

While an equation expresses an exact equality between two quantities, an inequality describes an order or boundary relationship between expressions. In real-world scenarios—such as budgeting limits, speed boundaries, or minimum height requirements—situations are governed by constraints rather than single exact values. On the Praxis 5003 exam, candidates must master solving linear inequalities, graphing solution sets on number lines, and accurately translating complex verbal statements into algebraic models.


Inequality Symbols & Graphic Representations

There are four primary inequality symbols used in algebra, classified as either strict or non-strict:

SymbolMeaningClassificationNumber Line Circle TypeArrow Direction
$<$Less thanStrictOpen Circle ($\u25CB$)Left
$>$Greater thanStrictOpen Circle ($\u25CB$)Right
$\le$Less than or equal toNon-strictClosed Circle ($\u25CF$)Left
$\ge$Greater than or equal toNon-strictClosed Circle ($\u25CF$)Right

Graphing Solutions on a Number Line

  • Open Circle ($\u25CB$): Indicates that the boundary value is not included in the solution set (used for strict inequalities $<$ and $>$).
  • Closed/Solid Circle ($\u25CF$): Indicates that the boundary value is included in the solution set (used for non-strict inequalities $\le$ and $\ge$).
  • Ray / Shading Direction: Points to the left for values smaller than the boundary ($<$ or $\le$) and to the right for values larger than the boundary ($>$ or $\ge$).
Loading diagram...
Inequality Sign Flip Decision Matrix

Solving Linear Inequalities & The Crucial Negative Flip Rule

Solving linear inequalities follows the exact same procedures as solving linear equations—using inverse operations to isolate the variable—with one vital exception:

[!IMPORTANT] The Negative Reversal Rule: When multiplying or dividing both sides of an inequality by a negative number, you MUST reverse (flip) the direction of the inequality symbol.

Mathematical Justification for the Reversal Rule

Consider the true numerical inequality:
2<52 < 5

  • If we add or subtract numbers (positive or negative), the order is preserved:
    23<53    1<2(True)2 - 3 < 5 - 3 \implies -1 < 2 \quad (\text{True})
  • If we multiply both sides by positive $2$:
    2(2)<5(2)    4<10(True)2(2) < 5(2) \implies 4 < 10 \quad (\text{True})
  • But if we multiply both sides by negative $-1$ without flipping the sign:
    2(1)<5(1)    2<5(FALSE!)2(-1) < 5(-1) \implies -2 < -5 \quad (\text{FALSE!}) On a number line, $-2$ lies to the right of $-5$, meaning $-2$ is greater than $-5$. Therefore, to maintain truth, we must flip the sign:
    2>5(True)-2 > -5 \quad (\text{True})

Step-by-Step Worked Example 1: Solving a Multi-Step Inequality

Problem: Solve $-4x + 9 > 29$ and graph the solution.

Solution:

  1. Subtract $9$ from both sides: 4x+99>299-4x + 9 - 9 > 29 - 9 4x>20-4x > 20

  2. Divide both sides by $-4$ AND flip the inequality sign from $>$ to $<$: 4x4<204\frac{-4x}{-4} < \frac{20}{-4} x<5x < -5

  3. Graphing the solution:

    • Place an open circle at $-5$.
    • Draw a shaded ray pointing to the left (towards negative infinity).

Final Answer: $x < -5$

Translating English Phrases into Algebraic Expressions & Inequalities

Accurate translation from natural language to mathematical symbols is a primary focus of Praxis 5003 word problems. Pay close attention to subtle phrasing differences.

English PhraseMathematical SymbolExample PhraseAlgebraic Translation
"Is less than"$<$$x$ is less than $12$$x < 12$
"Is greater than" / "Exceeds"$>$$y$ exceeds $50$$y > 50$
"Is at most" / "No more than"$\le$Speed $s$ is at most $65$$s \le 65$
"Is at least" / "No less than"$\ge$Age $a$ is at least $18$$a \ge 18$
"Less than" (Subtraction)$-$$8$ less than $n$$n - 8$
"Subtracted from"$-$$5$ subtracted from $k$$k - 5$
"Sum of"$+$Sum of $w$ and $7$$w + 7$
"Product of"$\cdot$Product of $6$ and $m$$6m$
"Quotient of"$\div$Quotient of $p$ and $4$$\frac{p}{4}$

[!WARNING] Syntax Order Trap: "$8$ less than $n$" translates to $n - 8$, NOT $8 - n$. The phrase "less than" acts as a turn-around phrase, placing the starting quantity ($n$) first.

Step-by-Step Word Problem Worked Examples

Step-by-Step Worked Example 2: Budgeting Inequality Word Problem

Problem: A school club is renting a charter bus for a field trip. The rental company charges a flat base fee of $$150$ plus $$12$ per student. If the club has a total budget of at most $$450$ for transportation, what is the maximum number of students that can attend the trip?

Solution:

  1. Define the variable:

    • Let $s$ = number of students attending.
  2. Translate "at most $$450$" to algebraic inequality: Base Fee+Per-Student FeeBudget\text{Base Fee} + \text{Per-Student Fee} \le \text{Budget} 150+12s450150 + 12s \le 450

  3. Solve the inequality for $s$:

    • Subtract $150$: $12s \le 450 - 150 \implies 12s \le 300$
    • Divide by $12$: $s \le \frac{300}{12} \implies s \le 25$
  4. Interpret in context:

    • The maximum number of students that can attend without exceeding the $$450$ budget is $25$.

Final Answer: $25$ students


Step-by-Step Worked Example 3: Comparative Word Problem Translation

Problem: Maya's age is $3$ years less than twice her brother Leo's age. If the sum of their ages is at least $27$ years, what is the minimum possible age of Leo?

Solution:

  1. Define variables:

    • Let $L$ = Leo's age.
    • Maya's age = $2L - 3$.
  2. Set up the inequality for their sum: Leo’s Age+Maya’s Age27\text{Leo's Age} + \text{Maya's Age} \ge 27 L+(2L3)27L + (2L - 3) \ge 27

  3. Combine like terms and solve for $L$: 3L3273L - 3 \ge 27 3L30    L103L \ge 30 \implies L \ge 10

  4. Interpret:

    • The minimum possible age for Leo is $10$ years old.

Final Answer: $10$ years old


Praxis Candidate Traps & Elementary Misconceptions

  1. Forgetting to flip the inequality sign: This is the single most common error on the Praxis test. Whenever you divide or multiply an inequality by a negative coefficient, immediately flip the inequality sign.
  2. Confusing 'at most' with 'greater than': Candidates often associate the word 'most' with greater than ($>$). Remind yourself that if you have at most $$20$, you have $$20$ or less ($\u2264 20$).
Test Your Knowledge

Solve the inequality -4x + 9 > 29 and choose the correct solution set.

A
B
C
D
Test Your Knowledge

A school club is renting a charter bus for a museum field trip. The bus company charges a flat fee of $150 plus $12 per student. If the club has a total budget of at most $450, what is the maximum number of students that can attend?

A
B
C
D
Test Your Knowledge

Which of the following algebraic expressions correctly translates the verbal phrase '8 less than 3 times a number n'?

A
B
C
D