Algebra · ~35% of Math section

Linear Inequalities in One or Two Variables: Practice Questions & Study Guide

Solving and graphing inequalities, interpreting solution sets, and modeling real-world constraints with inequality expressions.

10 practice questions
3 Easy
4 Medium
3 Hard
Get 1,000+ More Questions

Understanding Linear Inequalities in One or Two Variables

Linear inequalities extend the concept of linear equations by replacing the equals sign with an inequality symbol (<, ≤, >, ≥). The solution is no longer a single point but a range of values (in one variable) or a half-plane (in two variables). On the test, inequality questions appear as both pure algebra (solve for x and report the solution set) and applied problems (model a constraint and find which values or which region satisfies it).

Solving a linear inequality follows the same rules as solving an equation with one critical exception: when you multiply or divide both sides by a negative number, you must flip the inequality sign. For example, -2x < 8 becomes x > -4 after dividing both sides by -2. This rule trips up a large fraction of students on the test, so flag every step where you divide or multiply by a negative.

Compound inequalities (e.g., -3 < 2x + 1 ≤ 7) require performing the same operations on all three parts simultaneously. Solving -3 < 2x + 1 ≤ 7: subtract 1 from all parts to get -4 < 2x ≤ 6, then divide all by 2 to get -2 < x ≤ 3. The test often asks for the 'greatest possible integer value' or 'minimum value' satisfying such a compound inequality.

For two-variable inequalities on the test, you usually need to identify which region of the plane satisfies the inequality, or determine which point satisfies a system of inequalities. The solid-line vs. dashed-line distinction (≤ vs. <) and the shading direction (above vs. below the line) are tested. A quick shortcut: substitute the test point (0, 0) into the inequality; if it satisfies, shade the side containing the origin; if not, shade the other side.

Key Rules & Formulas

Memorize these rules — they come up directly in practice questions.

1

Flip the inequality sign when multiplying or dividing both sides by a negative number.

-3x > 12: divide both sides by -3 and flip: x < -4.

2

For compound inequalities, apply each operation to all three parts.

1 ≤ 2x - 3 < 9: add 3 to get 4 ≤ 2x < 12; divide by 2 to get 2 ≤ x < 6.

3

The solution set of a one-variable inequality is all values satisfying it; express with interval notation or a number line.

x > 5 means all real numbers greater than 5 (not including 5).

4

A ≤ or ≥ inequality uses a closed boundary (included); < or > uses an open boundary (excluded).

x ≥ 3 includes 3; x > 3 does not include 3.

5

To find the region satisfying ax + by ≤ c, test the point (0, 0): if it satisfies the inequality, shade toward the origin.

2x + y ≤ 6: test (0,0): 0 ≤ 6 ✓ → shade the side containing the origin.

Linear Inequalities in One or Two Variables Practice Questions

Select an answer and click Check Answer to reveal the full explanation. Questions go from easiest to hardest.

Question 1Easy

Which value of x satisfies the inequality 3x - 5 > 10?

Show explanation

Correct answer: D. x = 6

Explanation

Solve: 3x > 15, so x > 5. Among the choices, only x = 6 is greater than 5.

Question 2Easy

Which of the following is the solution set of -2x + 4 ≤ 10?

Show explanation

Correct answer: B. x ≥ -3

Explanation

Subtract 4 from both sides: -2x ≤ 6. Divide by -2 (flip the inequality): x ≥ -3.

Question 3Easy

A student needs to score at least 75 points on a test. She has already answered questions worth 52 points correctly. If she answers the remaining questions, each worth p points, and answers at least 3 more correctly, which inequality represents this situation?

Show explanation

Correct answer: B. 52 + 3p ≥ 75

Explanation

The student needs a total of at least 75 points. She already has 52, and will earn at least 3 more questions × p points each, so the total is 52 + 3p ≥ 75.

Question 4Medium

What is the largest integer value of x that satisfies 4x - 3 < 2x + 9?

Show explanation

Correct answer: A. 5

Explanation

Solve: 4x - 3 < 2x + 9 → 2x < 12 → x < 6. The largest integer less than 6 is 5.

Question 5Medium

Which of the following values of x satisfies both x + 3 > 7 and 2x - 1 < 15?

Show explanation

Correct answer: B. x = 5

Explanation

First inequality: x > 4. Second inequality: 2x < 16, so x < 8. The solution is 4 < x < 8. Among the choices, only x = 5 satisfies both conditions.

Question 6Medium

The compound inequality -7 ≤ 3x + 2 < 14. What is the range of values for x?

Show explanation

Correct answer: A. -3 ≤ x < 4

Explanation

Subtract 2 from all parts: -9 ≤ 3x < 12. Divide all by 3: -3 ≤ x < 4.

Question 7Medium

A gym charges a $30 enrollment fee and $20 per month. If Jorge can spend at most $150 total, what is the maximum number of complete months he can be a member?

Show explanation

Correct answer: B. 6

Explanation

The inequality is 30 + 20m ≤ 150 → 20m ≤ 120 → m ≤ 6. So Jorge can be a member for at most 6 months.

Question 8Hard

Which point (x, y) is a solution to the system of inequalities y < 2x + 1 and y ≥ -x + 5?

Show explanation

Correct answer: C. (3, 2)

Explanation

Test (3, 2): First: 2 < 2(3)+1 = 7 ✓. Second: 2 ≥ -(3)+5 = 2 ✓. Now check others: (0,6): 6 < 1? No. (1,3): 3 < 3? No (strict). (2,5): 5 < 5? No. Only (3,2) satisfies both.

Question 9Hard

If -1 < (x - 3)/2 ≤ 4, what is the range of values for x?

Show explanation

Correct answer: A. 1 < x ≤ 11

Explanation

Multiply all parts by 2: -2 < x - 3 ≤ 8. Add 3 to all parts: 1 < x ≤ 11. The left boundary is strict (open) because the original inequality uses <, and the right is closed (≤).

Question 10Hard

In the xy-plane, the solution to the system y ≤ 3x - 1 and y > -2x + 4 contains the point (k, 2). What is the range of possible values for k?

Show explanation

Correct answer: A. k > 1

Explanation

Substitute y = 2 into each inequality. First: 2 ≤ 3k - 1 → 3 ≤ 3k → k ≥ 1. Second: 2 > -2k + 4 → -2 > -2k → k > 1. Both must hold, so k > 1 (the stricter condition).

Want more Linear Inequalities in One or Two Variables practice?

Access 1,000+ additional questions filtered by difficulty and score band in the full 1600.lol question bank — free, no signup needed.

Open Question Bank

Common Mistakes to Avoid

These are the most frequent errors students make on Linear Inequalities in One or Two Variables questions. Knowing them in advance prevents costly point losses.

  • !Forgetting to flip the inequality sign when dividing or multiplying by a negative number.
  • !On compound inequalities, performing the operation only on the middle part and not on both boundaries.
  • !Confusing ≤ with < when reporting the solution set, causing inclusion/exclusion errors.
  • !When a word problem says 'at most' or 'at least,' translating these into the wrong inequality direction ('at most 10' means ≤ 10, not ≥ 10).
  • !For two-variable systems, shading the wrong half-plane by not testing a specific point to confirm the direction.

Strategy Tips: Linear Inequalities in One or Two Variables

Highlight or underline inequality symbols as you read—it is easy to misread ≤ as < under time pressure, which changes the answer.

When in doubt about which region satisfies a two-variable inequality, test (0, 0) in the inequality—it takes five seconds and removes the guesswork.

For 'maximum integer' or 'minimum integer' questions, solve the inequality first, then identify the relevant extreme integer within the solution set.

Backsolving works especially well for one-variable inequality questions with numerical answer choices—just plug each choice into the inequality.

Other Algebra Subtopics

12,000+ questions · Free · No signup required

Master Linear Inequalities in One or Two Variables

These 10 questions are just the start. Unlock the full 1600.lol question bank for 12,000+ practice questions with the graphing calculator, instant feedback, and progress tracking.

Join 50,000+ students preparing for the test on 1600.lol

Send feedback