Mastering Linear Inequalities In One Or Two Variables Questions on the SAT


Linear inequalities in one or two variables test your ability to reason and solve for variable values within inequality constraints, and we will guide you through strategies to tackle these problems effectively.



Linear equations and inequalities are fundamental in algebra, involving equal and inequality signs respectively. While linear equations use the equal sign (==), linear inequalities use inequality signs (<<, \leq, >>, and \geq).

Linear inequality questions show up on every digital SAT exam. This guide will help you solve linear equations and inequalities, recognize different solution conditions, and ensure you avoid common mistakes.




1. Linear Equations

To understand how to solve linear inequality problems, we have to first understand how to solve their counterpart: linear equations.

The goal of solving a linear equation is to isolate the variable on one side of the equation. This involves treating both sides of the equation equally.

Linear Equations in One Variable

Most SAT questions involve one variable. For example:

3x+5=143x + 5 = 14

Step-by-Step:

  1. Subtract 5 from both sides: 3x+55=1453x + 5 - 5 = 14 - 5 which simplifies to 3x=93x = 9.
  2. Divide by 3: 3x3=93\frac{3x}{3} = \frac{9}{3} which simplifies to x=3x = 3.

Combining like terms and distributing coefficients may also be necessary:

2(x+3)=4x22(x + 3) = 4x - 2

Step-by-Step:

  1. Distribute 2: 2x+6=4x22x + 6 = 4x - 2
  2. Subtract 2x from both sides: 2x+62x=4x22x2x + 6 - 2x = 4x - 2 - 2x which simplifies to 6=2x26 = 2x - 2
  3. Add 2 to both sides: 6+2=2x2+26 + 2 = 2x - 2 + 2 which simplifies to 8=2x8 = 2x
  4. Divide by 2: 82=2x2\frac{8}{2} = \frac{2x}{2} which simplifies to 4=x4 = x

Fractions and Negative Numbers

Fractions and negative numbers can make equations more complex. When working with fractions, consider clearing them early:

23x=4\frac{2}{3}x = 4

Step-by-Step:

  1. Multiply both sides by 3: 323x=433 \cdot \frac{2}{3}x = 4 \cdot 3 which simplifies to 2x=122x = 12.
  2. Divide by 2: 2x2=122\frac{2x}{2} = \frac{12}{2} which simplifies to x=6x = 6.

With negative numbers, remember to reverse the inequality when multiplying or dividing by a negative.

2x+5=9-2x + 5 = 9

Step-by-Step:

  1. Subtract 5 from both sides: 2x+55=95-2x + 5 - 5 = 9 - 5 which simplifies to 2x=4-2x = 4.
  2. Divide by -2: 2x2=42\frac{-2x}{-2} = \frac{4}{-2} which simplifies to x=2x = -2.

Linear Equations in Two Variables

For equations with two variables, substitute the given value of one variable to find the other:

3x+2y=123x + 2y = 12 If y=2y = 2, substitute to find xx.

Step-by-Step:

  1. Substitute y=2y = 2: 3x+2(2)=123x + 2(2) = 12 which simplifies to 3x+4=123x + 4 = 12.
  2. Subtract 4 from both sides: 3x+44=1243x + 4 - 4 = 12 - 4 which simplifies to 3x=83x = 8.
  3. Divide by 3: 3x3=83\frac{3x}{3} = \frac{8}{3} which simplifies to x=83x = \frac{8}{3}.

Using Linear Equations to Evaluate Expressions

Sometimes, you'll solve an equation and then use that solution to evaluate an expression:

If 2x+3=72x + 3 = 7, what is x1?x - 1?

Step-by-Step:

  1. Solve for xx: 2x+3=72x + 3 = 7.
  2. Subtract 3 from both sides: 2x=42x = 4.
  3. Divide by 2: x=2x = 2.
  4. Evaluate x1x - 1: 21=12 - 1 = 1.

Complete Example

Identify the steps to solving a linear equation:

3x5=103x - 5 = 10

Step-by-Step:

  1. Add 5 to both sides: 3x5+5=10+53x - 5 + 5 = 10 + 5 which simplifies to 3x=153x = 15.
  2. Divide by 3: 3x3=153\frac{3x}{3} = \frac{15}{3} which simplifies to x=5x = 5.


2. Linear Inequalities

Now that we understand how linear equations work, we can see that solving linear inequalities is very similar to solving linear equations. The main difference is that we must pay attention to the direction of the inequality sign.

Linear Inequalities Without Reversing the Inequality Sign

If the coefficient of the variable is positive, the inequality sign maintains its direction:

2x3<72x - 3 < 7

Step-by-Step:

  1. Add 3 to both sides: 2x3+3<7+32x - 3 + 3 < 7 + 3 which simplifies to 2x<102x < 10.
  2. Divide by 2: 2x2<102\frac{2x}{2} < \frac{10}{2} which simplifies to x<5x < 5.

Linear Inequalities Requiring Reversing the Inequality Sign

If the coefficient is negative, reverse the inequality sign when dividing or multiplying:

3x+4>1-3x + 4 > 1

Step-by-Step:

  1. Subtract 4 from both sides: 3x+44>14-3x + 4 - 4 > 1 - 4 which simplifies to 3x>3-3x > -3.
  2. Divide by -3 and reverse the sign: 3x3<33\frac{-3x}{-3} < \frac{-3}{-3} which simplifies to x<1x < 1.

Complete Example

Identify the steps to solving a linear inequality:

4x+719-4x + 7 \leq 19

Step-by-Step:

  1. Subtract 7 from both sides: 4x+77197-4x + 7 - 7 \leq 19 - 7 which simplifies to 4x12-4x \leq 12.
  2. Divide by -4 and reverse the sign: 4x4124\frac{-4x}{-4} \geq \frac{12}{-4} which simplifies to x3x \geq -3.


3. Number of Solutions for Linear Equations

Linear equations on the SAT typically have one solution, but some can have no solutions or infinitely many solutions.

One Solution

If the equation can be rewritten in the form ax=bax = b, where aa and bb are constants, it has one solution:

3x+2=83x + 2 = 8

Step-by-Step:

  1. Subtract 2 from both sides: 3x+22=823x + 2 - 2 = 8 - 2 which simplifies to 3x=63x = 6.
  2. Divide by 3: 3x3=63\frac{3x}{3} = \frac{6}{3} which simplifies to x=2x = 2.

No Solutions

If the variable can be eliminated, leaving a false statement, there are no solutions:

2x+3=2x+52x + 3 = 2x + 5

Step-by-Step:

  1. Subtract 2x from both sides: 2x+32x=2x+52x2x + 3 - 2x = 2x + 5 - 2x which simplifies to 3=53 = 5 which is false.

Infinitely Many Solutions

If the equation simplifies to a true statement involving no variables, there are infinitely many solutions:

x+3=x+3x + 3 = x + 3

Step-by-Step:

  1. Subtract xx from both sides: x+3x=x+3xx + 3 - x = x + 3 - x which simplifies to 3=33 = 3 which is always true.

Complete Example

Determine the number of solutions for the following equation:

4x+2=4(x+1)4x + 2 = 4(x + 1)

Step-by-Step:

  1. Distribute 4: 4x+2=4x+44x + 2 = 4x + 4
  2. Subtract 4x from both sides: 4x+24x=4x+44x4x + 2 - 4x = 4x + 4 - 4x which simplifies to 2=42 = 4 which is false.

The equation has no solutions.


Now that you've mastered this question type, it's time to test your skills

Take a Free Digital SAT Practice Test