Skip to content

GRE 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 GRE. 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

Linear questions test whether you can manipulate equations and inequalities without losing a sign, a solution, or a constraint. The right answer satisfies every condition in the problem — not just the one you solved last. Most students lose points by forgetting to flip the inequality when multiplying by a negative, by solving for the wrong variable, or by treating 'at least' and 'more than' as the same thing.

Elements breakdown

Linear Equation Solving

Use inverse operations to isolate the target variable while keeping both sides balanced.

  • Clear fractions by multiplying through
  • Distribute and combine like terms first
  • Move variable terms to one side
  • Move constants to the other side
  • Divide by the coefficient of the variable
  • Verify by substituting back in

Linear Inequality Solving

Solve like an equation, but reverse the inequality whenever you multiply or divide by a negative.

  • Apply the same steps as for equations
  • Flip the sign on negative multiplication or division
  • Translate strict vs. inclusive language carefully
  • Express the final answer as a range
  • Test a boundary value to confirm direction

Common examples:

  • 'at least 5' means $x \ge 5$
  • 'more than 5' means $x > 5$
  • 'no more than 5' means $x \le 5$

Systems of Linear Equations

Two equations in two unknowns; solve by substitution or elimination depending on which is faster.

  • Choose substitution if a variable is already isolated
  • Choose elimination if coefficients line up
  • Multiply one equation to match coefficients if needed
  • Add or subtract to eliminate one variable
  • Back-substitute to find the second variable
  • Re-read the question — sometimes it asks for $x+y$, not $x$

Translating Word Problems

Convert English phrases into algebraic expressions before doing any arithmetic.

  • Define each variable explicitly in writing
  • 'Is/equals' becomes $=$
  • 'Per' or 'for each' signals a coefficient
  • 'Twice', 'half', 'three more than' map directly
  • Set up the equation, then solve

Common patterns and traps

The Forgotten-Flip Trap

When you divide or multiply both sides of an inequality by a negative number, the inequality sign must reverse. Students under time pressure routinely forget this, especially when the negative is hidden inside a coefficient like $-3x$ or buried after a distribution step. The wrong answer choice will give you the exact opposite range — same boundary number, wrong direction.

If the correct answer is $x < 4$, the trap choice will be $x > 4$, identical except for the flipped sign.

The Wrong-Quantity Trap

The GRE often solves for $x$ in the setup but asks for something else: $x + y$, $2x - 3$, or the value of a third variable. After several lines of algebra you've earned $x = 5$ and want to bubble it, but the answer choice $5$ is a decoy. Always re-read the final sentence of the question stem before selecting.

Choices include both the value of $x$ and the value of the expression the question actually asked about, with the bare $x$ value placed prominently to lure you.

The Strict-Versus-Inclusive Trap

English phrases for inequalities are not interchangeable. 'More than 10' excludes 10 ($>$); 'at least 10' includes 10 ($\ge$); 'no more than 10' is $\le 10$; 'fewer than 10' is $< 10$. Quantitative Comparison and word problems frequently hinge on this single word, especially when a boundary value is one of the choices.

Two answer choices give the same boundary number but one uses $<$ and the other uses $\le$; only one matches the wording in the prompt.

The Substitution-Versus-Elimination Choice

For systems, picking the right method saves 30+ seconds. If one equation already has a variable solved (e.g., $y = 3x + 2$), substitute. If both equations are in standard form with neat coefficients, eliminate. Forcing the wrong method is not wrong — it's just slow, and time is the real currency on this section.

A system where adding the two equations directly cancels a variable rewards elimination; trying substitution there wastes a minute.

The Boundary-Test Heuristic

After solving any inequality, plug the boundary value and one value clearly inside your range back into the original. If both behave correctly — boundary on the edge, interior point safely satisfying — your direction is right. This 10-second check catches almost every flip error.

You solve and get $x \ge 7$; testing $x = 7$ should make the original a true equality or just-true inequality, and $x = 10$ should comfortably satisfy.

How it works

Suppose a problem says: 'Three less than twice a number is at least 11. What are the possible values of the number?' First, translate: let the number be $n$, so $2n - 3 \ge 11$. Add 3 to both sides: $2n \ge 14$. Divide by 2 (positive, so no flip): $n \ge 7$. Now check the boundary: at $n = 7$, you get $2(7) - 3 = 11$, which satisfies 'at least 11.' If the problem had instead said 'more than 11,' the answer would be $n > 7$ — the boundary is excluded. That single word changes which answer choice is correct, and the GRE will absolutely write both versions to see if you noticed.

Worked examples

Worked Example 1

If $\frac{2x - 5}{3} = \frac{x + 4}{2}$, what is the value of $4x - 7$?

Select the correct value.

  • A $22$
  • B $81$ ✓ Correct
  • C $95$
  • D $88$
  • E $-29$

Why B is correct: Cross-multiply: $2(2x - 5) = 3(x + 4)$, giving $4x - 10 = 3x + 12$. Subtract $3x$: $x - 10 = 12$, so $x = 22$. The question asks for $4x - 7 = 4(22) - 7 = 88 - 7 = 81$.

Why each wrong choice fails:

  • A: This is the value of $x$ itself, not $4x - 7$. Classic Wrong-Quantity Trap — you did the algebra correctly but stopped one step early. (The Wrong-Quantity Trap)
  • C: This comes from computing $4x + 7$ instead of $4x - 7$, a sign-flip on the constant.
  • D: This is $4x$ alone ($4 \cdot 22 = 88$), forgetting to subtract $7$. (The Wrong-Quantity Trap)
  • E: This results from a sign error in cross-multiplication that yields $x = -\frac{11}{2}$, then plugging into $4x - 7$.
Worked Example 2

If $-4(x - 3) > 2x + 6$, which of the following describes all possible values of $x$?

Select the correct range.

  • A $x > 1$
  • B $x < 1$ ✓ Correct
  • C $x > -1$
  • D $x < -1$
  • E $x \ge 1$

Why B is correct: Distribute: $-4x + 12 > 2x + 6$. Subtract $2x$: $-6x + 12 > 6$. Subtract $12$: $-6x > -6$. Divide by $-6$ and flip the sign: $x < 1$. Check: at $x = 0$, the original gives $-4(-3) = 12 > 2(0) + 6 = 6$. ✓

Why each wrong choice fails:

  • A: Same boundary, but the sign wasn't flipped when dividing by $-6$. This is the textbook Forgotten-Flip Trap. (The Forgotten-Flip Trap)
  • C: Arises from a sign error during distribution ($-4 \cdot -3 = -12$ instead of $+12$), then flipping correctly.
  • D: Combines both errors — distribution sign mistake AND a flip — landing on the wrong boundary and wrong direction.
  • E: Uses inclusive $\ge$ when the original is strict $>$, AND fails to flip. The boundary $x = 1$ would make both sides equal $8$, not satisfy a strict inequality. (The Strict-Versus-Inclusive Trap)
Worked Example 3

It is given that $3x + 2y = 17$ and $x - y = 1$.

Quantity A: $x$
Quantity B: $y$

Compare Quantity A and Quantity B.

  • A Quantity A is greater. ✓ Correct
  • B Quantity B is greater.
  • C The two quantities are equal.
  • D The relationship cannot be determined from the information given.

Why A is correct: From the second equation, $x = y + 1$. Substitute into the first: $3(y + 1) + 2y = 17$, so $5y + 3 = 17$, giving $y = \frac{14}{5} = 2.8$. Then $x = 3.8$. Quantity A ($3.8$) is greater than Quantity B ($2.8$), so the answer is A.

Why each wrong choice fails:

  • B: This would require $y > x$, but the second equation $x - y = 1$ directly tells us $x$ exceeds $y$ by exactly 1 — no calculation even needed to rule this out.
  • C: $x - y = 1 \ne 0$, so the two quantities cannot be equal. A student who misreads the second equation as $x - y = 0$ would land here.
  • D: With two independent linear equations in two unknowns, the system has a unique solution. The relationship is fully determined, so 'cannot be determined' is wrong. (The Substitution-Versus-Elimination Choice)

Memory aid

ISOLATE-FLIP-CHECK: Isolate the variable, Flip the sign if you ever multiplied by a negative, then Check what the question actually asked for before bubbling.

Key distinction

An inequality answer is a range, not a single number — and the direction of that range depends entirely on whether you flipped the sign correctly. An equation has a discrete solution; an inequality has a half-line. Mixing those two mental models is the single biggest source of careless errors on this topic.

Summary

Solve linear problems by isolating cleanly, flipping inequalities on negative operations, and re-reading the question to make sure you're reporting what was actually asked.

Practice algebra: linear equations and inequalities adaptively

Reading the rule is the start. Working GRE-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 trial

Frequently asked questions

What is algebra: linear equations and inequalities on the GRE?

Linear questions test whether you can manipulate equations and inequalities without losing a sign, a solution, or a constraint. The right answer satisfies every condition in the problem — not just the one you solved last. Most students lose points by forgetting to flip the inequality when multiplying by a negative, by solving for the wrong variable, or by treating 'at least' and 'more than' as the same thing.

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 GRE; 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?

An inequality answer is a range, not a single number — and the direction of that range depends entirely on whether you flipped the sign correctly. An equation has a discrete solution; an inequality has a half-line. Mixing those two mental models is the single biggest source of careless errors on this topic.

Is there a memory aid for algebra: linear equations and inequalities questions?

ISOLATE-FLIP-CHECK: Isolate the variable, Flip the sign if you ever multiplied by a negative, then Check what the question actually asked for before bubbling.

What is "The forgotten flip" in algebra: linear equations and inequalities questions?

not reversing $\le$ when dividing by a negative.

What is "The wrong-variable trap" in algebra: linear equations and inequalities questions?

solving for $x$ when the question asks for $2x - 1$.

Ready to drill these patterns?

Take a free GRE assessment — about 20 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