ACT Algebra: Linear Equations and Inequalities
Last updated: May 2, 2026
Algebra: Linear Equations and Inequalities questions are one of the highest-leverage areas to study for the ACT. This guide breaks down the rule, the elements you need to recognize, the named traps that catch most students, and a memory aid that scales to test day. Read it once, then practice the same sub-topic adaptively in the app.
The rule
A linear equation or inequality has variables to the first power only — no $x^2$, no $\sqrt{x}$, no $x$ in a denominator with another $x$. To solve, isolate the variable using inverse operations applied identically to both sides. The one rule unique to inequalities: when you multiply or divide both sides by a negative number, you must flip the inequality symbol.
Elements breakdown
Standard Solving Procedure
The ordered sequence you run on almost every linear equation or inequality to isolate the variable.
- Distribute across parentheses first
- Clear fractions by multiplying both sides
- Combine like terms on each side
- Move variable terms to one side
- Move constants to the opposite side
- Divide by the variable's coefficient
- Flip inequality if dividing by negative
Inequality-Specific Rules
What changes when the equals sign becomes $<$, $\le$, $>$, or $\ge$.
- Flip symbol when multiplying by negative
- Flip symbol when dividing by negative
- Flip symbol when taking reciprocals (same sign)
- Do NOT flip when adding negatives
- Do NOT flip when subtracting
Word-Problem Translation
Converting English phrases into a linear equation or inequality.
- Define a variable for the unknown
- "At least" becomes $\ge$
- "At most" becomes $\le$
- "More than" (strict) becomes $>$
- "Per" signals multiplication by rate
- Total cost equals rate times quantity plus fee
Common examples:
- "At least 12 hours" $\to x \ge 12$
- "$\$3$ per pound plus $\$5$ shipping" $\to C = 3p + 5$
Verification Check
A 10-second sanity step that catches sign errors and arithmetic slips.
- Substitute your answer back into original
- Confirm both sides numerically equal
- For inequalities, test a value in your solution set
- For inequalities, test a value outside your solution set
Common patterns and traps
The Backsolve from Choices Approach
When a problem gives numerical answer choices and an equation that's tedious to solve algebraically, plug each choice into the original equation and pick the one that works. Start with the middle choice (C) — if it's too big, you've also eliminated D and E. This is often faster than solving when fractions or distribution would otherwise consume a minute.
A multi-step linear equation with mixed fractions and five clean integer choices like $-2, -1, 0, 1, 2$. Backsolving each is one substitution; the algebra is six lines.
The Forgotten-Flip Trap
The problem ends with division by a negative coefficient, and the wrong answer matches the unflipped inequality. The correct choice flips the symbol; a distractor preserves the original direction so students who mechanically divide pick it. This trap appears constantly on inequality items.
An inequality like $-2x + 5 \le 11$ with choices that include both $x \ge -3$ and $x \le -3$. The unflipped one is the trap.
The Translation-Direction Trap
A word problem uses phrases like "no more than," "at least," or "fewer than," and the wrong answer reverses the direction or swaps strict $<$ for $\le$. The arithmetic is correct in the trap; only the symbol direction is off.
A budget word problem whose correct answer is $n \le 15$, with a distractor of $n \ge 15$ and another of $n < 15$ that confuses strict versus inclusive.
The Sign-on-Distribution Trap
When distributing a negative across parentheses like $-(3x - 4)$, students correctly write $-3x$ but forget the second sign and write $-4$ instead of $+4$. The wrong-answer choice corresponds to that exact slip.
An equation like $7 - (3x - 4) = 2x + 6$ where the correct answer is $x = 1$ and a distractor matches what you'd get if you wrote $7 - 3x - 4 = 2x + 6$.
The Plug-In Strategy for Variables
When the answer choices contain expressions in variables (not numbers), pick a small concrete value for the variable, compute the numerical answer, then test which choice produces that number. Use values that aren't $0$ or $1$ to avoid degenerate matches.
A literal-equation problem asking to solve for $y$ in terms of $a$ and $b$, with five algebraic choices. Plug $a = 2, b = 3$ into the original, find $y$ numerically, then evaluate each choice at those values.
How it works
Suppose you see $4(x - 2) + 3 = 2x + 7$. Distribute first: $4x - 8 + 3 = 2x + 7$, which simplifies to $4x - 5 = 2x + 7$. Now move variable terms left and constants right: subtract $2x$ from both sides to get $2x - 5 = 7$, then add $5$ to get $2x = 12$, so $x = 6$. Verify by plugging in: $4(6-2) + 3 = 19$ and $2(6) + 7 = 19$. The same machine handles inequalities, with one extra reflex — if you ever multiply or divide by a negative, the symbol flips. So $-3x > 12$ becomes $x < -4$, not $x > -4$. The ACT loves to plant a negative coefficient precisely so you'll forget to flip.
Worked examples
If $5 - 2(x + 3) = 3x - 6$, what is the value of $x$?
What is the value of $x$?
- A $-1$
- B $\frac{1}{5}$
- C $1$ ✓ Correct
- D $\frac{7}{5}$
- E $3$
Why C is correct: Distribute the $-2$: $5 - 2x - 6 = 3x - 6$, which simplifies to $-1 - 2x = 3x - 6$. Add $2x$ to both sides: $-1 = 5x - 6$. Add $6$: $5 = 5x$, so $x = 1$. Substituting back, $5 - 2(4) = -3$ and $3(1) - 6 = -3$, confirming choice C.
Why each wrong choice fails:
- A: This results from forgetting to distribute the $-2$ to the $+3$ inside the parentheses, treating the left side as $5 - 2x + 3$ instead of $5 - 2x - 6$. (The Sign-on-Distribution Trap)
- B: This is the result of moving the $3x$ to the left as $-3x$ and combining incorrectly with $-2x$ to get $-x$ instead of $-5x$, then dividing $1$ by $5$.
- D: This comes from a sign error when collecting constants — writing $7 = 5x$ instead of $5 = 5x$, which happens if you add $6$ to $-1$ and get $7$.
- E: This is the value you get if you skip the distribution entirely and solve $5 - 2x + 3 = 3x - 6$ as $8 - 2x = 3x - 6$, leading to $x = \frac{14}{5}$ rounded — a compounded error from omitting the negative sign on the $3$. (The Sign-on-Distribution Trap)
Marta is saving for a bicycle that costs $\$320$. She already has $\$80$ saved and earns $\$15$ per hour tutoring. Which inequality represents the number of hours $h$ she must tutor so that her total savings is at least the cost of the bicycle?
Which inequality correctly represents this situation?
- A $15h + 80 < 320$
- B $15h + 80 > 320$
- C $15h + 80 \le 320$
- D $15h + 80 \ge 320$ ✓ Correct
- E $15h - 80 \ge 320$
Why D is correct: Marta's total savings is her starting $\$80$ plus $\$15$ per hour worked, so total $= 15h + 80$. "At least the cost" means total savings must be greater than or equal to $\$320$, giving $15h + 80 \ge 320$. The phrase "at least" always translates to $\ge$, not strict $>$.
Why each wrong choice fails:
- A: This reverses the direction entirely — it would mean her savings stay below the cost, the opposite of reaching it. (The Translation-Direction Trap)
- B: This uses strict $>$, which excludes the case where her savings exactly equal $\$320$ — but "at least" includes equality. (The Translation-Direction Trap)
- C: This says her savings must be at most $\$320$, the wrong direction for a savings goal. (The Translation-Direction Trap)
- E: This subtracts the $\$80$ she already has rather than adding it, treating her existing savings as a debt.
What is the solution set for the inequality $7 - 3x \ge 19$?
Which of the following describes all values of $x$ that satisfy the inequality?
- A $x \ge -4$
- B $x \le -4$ ✓ Correct
- C $x \ge 4$
- D $x \le 4$
- E $x \ge \frac{26}{3}$
Why B is correct: Subtract $7$ from both sides: $-3x \ge 12$. Now divide both sides by $-3$, which forces the inequality to flip: $x \le -4$. Verify by testing $x = -5$: $7 - 3(-5) = 22$, and $22 \ge 19$ is true, confirming choice B.
Why each wrong choice fails:
- A: This is the unflipped inequality after dividing by $-3$ — the arithmetic is right but the symbol direction is wrong because dividing by a negative requires flipping. (The Forgotten-Flip Trap)
- C: This sign error treats the $-3$ coefficient as positive, dividing $12$ by $3$ to get $4$ without flipping or accounting for the negative. (The Forgotten-Flip Trap)
- D: This drops the negative sign on the answer while still flipping the symbol — a partial correction that lands on the wrong number.
- E: This results from adding $7$ to $19$ to get $26$ rather than subtracting, then dividing $26$ by $3$ — wrong operation in the first step.
Memory aid
DCMID-F: Distribute, Clear fractions, Move variables, Isolate constant, Divide — Flip if negative. Run that order every time and verify by substitution.
Key distinction
Equations have a single solution (or none, or all reals); inequalities describe a range. The procedural difference is exactly one reflex — flip the symbol whenever a negative multiplier or divisor crosses the line.
Summary
Apply inverse operations symmetrically, flip the symbol on a negative multiply or divide, and substitute your answer back to confirm.
Practice algebra: linear equations and inequalities adaptively
Reading the rule is the start. Working ACT-format questions on this sub-topic with adaptive selection, watching your mastery score climb in real time, and seeing the items you missed return on a spaced-repetition schedule — that's where score lift actually happens. Free for seven days. No credit card required.
Start your free 7-day trialFrequently asked questions
What is algebra: linear equations and inequalities on the ACT?
A linear equation or inequality has variables to the first power only — no $x^2$, no $\sqrt{x}$, no $x$ in a denominator with another $x$. To solve, isolate the variable using inverse operations applied identically to both sides. The one rule unique to inequalities: when you multiply or divide both sides by a negative number, you must flip the inequality symbol.
How do I practice algebra: linear equations and inequalities questions?
The fastest way to improve on algebra: linear equations and inequalities is targeted, adaptive practice — working questions that focus on your specific weak spots within this sub-topic, getting immediate feedback, and revisiting items you missed on a spaced-repetition schedule. Neureto's adaptive engine does this automatically across the ACT; start a free 7-day trial to see your sub-topic mastery climb in real time.
What's the most important distinction to remember for algebra: linear equations and inequalities?
Equations have a single solution (or none, or all reals); inequalities describe a range. The procedural difference is exactly one reflex — flip the symbol whenever a negative multiplier or divisor crosses the line.
Is there a memory aid for algebra: linear equations and inequalities questions?
DCMID-F: Distribute, Clear fractions, Move variables, Isolate constant, Divide — Flip if negative. Run that order every time and verify by substitution.
What is "The forgotten-flip" in algebra: linear equations and inequalities questions?
dividing by a negative without reversing the inequality symbol.
What is "The distribution slip" in algebra: linear equations and inequalities questions?
multiplying the first term inside parentheses but not the second.
Ready to drill these patterns?
Take a free ACT assessment — about 15 minutes and Neureto will route more algebra: linear equations and inequalities questions your way until your sub-topic mastery score reflects real improvement, not luck. Free for seven days. No credit card required.
Start your free 7-day trial