SAT
matheasy~30 min

Foundations: Algebra

The moves every Algebra question assumes: solving a linear equation by undoing operations, reading slope and intercept off an equation or a graph, writing a line from two points, solving a small system by substitution, and handling an inequality without flipping the wrong way.

Introduction

Algebra is the largest domain on the SAT Math section, thirteen to fifteen of the forty-four questions, and every one of them is linear: no squares, no roots, no exponentials. That sounds narrow, and it is, which is exactly why the domain rewards fundamentals. The test cannot make a linear equation exotic, so it makes it wordy, or hides it in a graph, or asks about a constant instead of x. Under every disguise sits one of five routines: solve for a variable, read or write a line, solve a system, or handle an inequality.

This lesson is those routines, done slowly and correctly. If you already solve equations comfortably, use it to tighten the two places students lose easy points: keeping the equation balanced when a term moves, and reading slope and intercept from a graph or a sentence without swapping them.

The Medium and Advanced Algebra lessons build directly on these moves, adding context, parameters and the cases where a system has no solution or infinitely many. Nothing there works without what is here.

Game plan

How to attack these questions on test day.
  1. 1

    Undo operations in reverse order, one per line

    A linear equation was built by doing operations to x; you solve it by undoing them in the opposite order. First clear anything added to or subtracted from the x-term, then divide by its coefficient. Write one operation per line and do it to both sides. Most wrong answers on easy equations come from doing two steps mentally and slipping a sign, not from not knowing algebra.

  2. 2

    Say slope as a rate before you compute it

    Slope is rise over run, the change in y for each one-unit change in x. In a word problem it is the per unit quantity: dollars per hour, gallons per mile, degrees per minute. The y-intercept is the starting amount, the value when x is zero. Deciding which number in a sentence is the rate and which is the start takes two seconds and prevents the single most common Algebra error on the test: writing y = 5x + 40 when the situation is y = 40x + 5.

  3. 3

    Read a graph at the two easiest points

    To get a line's equation from its graph, read the y-intercept where the line crosses the vertical axis, then pick one more point where the line passes exactly through a grid intersection and compute the slope from those two points. Do not estimate a slope by eye; a slope of 2/3 and a slope of 3/4 look the same at a glance and are different answer choices.

  4. 4

    Substitute the variable that is already alone

    When one equation of a system is already solved for a variable, such as y = 2x + 1, substitute that expression into the other equation and solve the resulting one-variable equation. Then go back for the second variable, and check the pair in both original equations. A system question often asks for x + y or for the value of one variable only; read what is asked before you report the pair.

  5. 5

    Flip the inequality only when you multiply or divide by a negative

    An inequality is solved exactly like an equation with one exception: multiplying or dividing both sides by a negative number reverses the direction of the sign. Adding or subtracting anything, or multiplying by a positive, leaves it alone. When a variable ends up on the right, read the result from right to left rather than flipping in your head.

Theory

A linear equation in one variable is any equation that can be arranged as ax + b = c, where a, b and c are numbers and a is not zero. Solving it means finding the one value of x that makes the two sides equal. The tool is inverse operations applied to both sides: subtraction undoes addition, division undoes multiplication, and the order is the reverse of the order of operations. For 4x + 7 = 31, subtract 7 from both sides to get 4x = 24, then divide both sides by 4 to get x = 6. Two complications appear constantly: parentheses, which you clear first with the distributive property so that 3(x - 2) becomes 3x - 6; and variables on both sides, which you collect on one side by adding or subtracting the smaller variable term from both sides. Fractions are cleared by multiplying every term by the common denominator before anything else. Always finish by substituting the answer back in; a check takes ten seconds and catches nearly every arithmetic slip.

A linear equation in two variables describes a line. Slope-intercept form, y = mx + b, is the form the SAT uses most: m is the slope and b is the y-intercept, the y-value where x is zero. The slope measures steepness and direction as the change in y divided by the change in x between any two points on the line, m = (y₂ - y₁)/(x₂ - x₁). A positive slope rises left to right, a negative slope falls, a slope of zero is a horizontal line y = b, and a vertical line x = c has no slope at all. Standard form, Ax + By = C, appears too; convert it by solving for y, which gives slope -A/B and y-intercept C/B. The x-intercept is where y is zero; set y to zero and solve.

To write the equation of a line you need its slope and one point. From two points, compute the slope first, then substitute one point into y = mx + b to find b. If a graph is given, the y-intercept can often be read directly and the slope computed from the intercept and one other grid point. Parallel lines have equal slopes; that fact is tested in Foundations as a direct question and in the Medium lesson as a system with no solution.

In context, the slope is a rate and the intercept is a starting value. If a gym charges a 40 dollar joining fee and 25 dollars a month, the cost after m months is C = 25m + 40: the 25 is attached to the variable because it repeats every month, the 40 stands alone because it happens once. Reading a slope in context means saying what one more unit of x does to y: each additional month adds 25 dollars. This interpretation step is a full third of the Algebra questions on a typical test.

A system of two linear equations asks for the one (x, y) pair that satisfies both. Graphically it is where the two lines cross. Algebraically, substitution works whenever a variable is isolated or easy to isolate: replace it in the other equation, solve for the remaining variable, then substitute back. Elimination, adding or subtracting the equations to cancel a variable, is covered in the Medium lesson, along with what happens when the lines are parallel or identical. At the Foundations level every system has exactly one solution, and the check is to substitute the pair into both equations.

A linear inequality uses <, >, less than or equal to, or greater than or equal to instead of =. Solve it with the same inverse operations, with one rule: multiplying or dividing both sides by a negative number reverses the inequality. Dividing -2x < 8 by -2 gives x > -4. The solution is a range rather than a single number, and the SAT usually asks either for the inequality itself or for which value is or is not in the solution set. A strict inequality excludes the boundary value; a non-strict one includes it.

Worked figures

Solving by undoing, one step per line

Each line does one operation to both sides. The order is the reverse of how the expression was built: the +7 was applied last, so it comes off first.

Table 1
EquationOperation on both sidesWhy
3(x - 2) + 7 = 2x + 9Distribute the 3Parentheses are cleared before anything moves
3x - 6 + 7 = 2x + 9Combine -6 + 7Simplify each side on its own
3x + 1 = 2x + 9Subtract 2xCollect the variable on one side
x + 1 = 9Subtract 1Undo the addition
x = 8Check: 3(6) + 7 = 25 and 2(8) + 9 = 25Both sides agree, so x = 8

Slope and intercept on a graph

The line y = 2x - 3 crosses the y-axis at (0, -3), so b = -3. From (0, -3) to (2, 1) the line rises 4 while running 2, so the slope is 4/2 = 2. Any two grid points give the same slope.

Figure 1
-6-4-20246-3-2-1012345(0, -3): the y-intercept(2, 1)x-intercept (1.5, 0)xy
  • y = 2x - 3

A constant rate in a table is a slope

The temperature rises 3 degrees every 2 minutes, so the rate is 3/2 = 1.5 degrees per minute and the starting value is 20. The equation is T = 1.5m + 20. Check with the last row: 1.5(8) + 20 = 32.

Table 2
Minutes, m02468
Temperature, T (degrees)2023262932
Change in T per 2 minutes+3+3+3+3

A system is where two lines cross

The lines y = 2x + 1 and y = -x + 10 meet at (3, 7). Substituting 2x + 1 for y in the second equation gives 2x + 1 = -x + 10, so 3x = 9 and x = 3; then y = 2(3) + 1 = 7. Both equations are satisfied by (3, 7) and by no other point.

Figure 2
024681012-1012345678(3, 7): the solutionxy
  • y = 2x + 1
  • y = -x + 10

When the inequality sign flips

Only a multiplication or division by a negative number reverses the sign. Every other legal step leaves it pointing the same way.

Table 3
Step applied to both sidesSignExample
Add or subtract any numberUnchangedx - 5 < 2 becomes x < 7
Multiply or divide by a positiveUnchanged3x > 12 becomes x > 4
Multiply or divide by a negativeReverses-2x < 8 becomes x > -4
Swap the two sidesReverses5 > x is the same as x < 5

Try it yourself

Slope m2
y-intercept b-3
Equation
y = 2x - 3
Slope
2
y-intercept
(0, -3)

Worked examples

Try each one before opening the solution.

Example 1: Solve a linear equation with parentheses and variables on both sides

If 5(x - 3) + 4 = 2x + 7, what is the value of x?

Show solution
  1. Distribute the 5: 5x - 15 + 4 = 2x + 7.

    Parentheses first, always. Distributing to only the first term, writing 5x - 3, is the classic slip.

  2. Combine the constants on the left: 5x - 11 = 2x + 7.
  3. Subtract 2x from both sides to collect the variable: 3x - 11 = 7.
  4. Add 11 to both sides: 3x = 18.
  5. Divide both sides by 3: x = 6.
  6. Check: 5(6 - 3) + 4 = 5(3) + 4 = 19, and 2(6) + 7 = 19. Both sides match.

    The check is not optional on test day; it is the cheapest insurance in the section.

Answer: x = 6

Example 2: Write the equation of a line through two points

A line passes through (1, 5) and (3, 11). What is the equation of the line in slope-intercept form?

Show solution
  1. Compute the slope: m = (11 - 5)/(3 - 1) = 6/2 = 3.

    Subtract in the same order on top and bottom. (5 - 11)/(1 - 3) also gives 3.

  2. Start the equation: y = 3x + b.
  3. Substitute one known point to find b. Using (1, 5): 5 = 3(1) + b, so b = 2.
  4. Write the line: y = 3x + 2.
  5. Check with the other point: 3(3) + 2 = 11. Correct.

Answer: y = 3x + 2

Example 3: Solve a system by substitution and answer what is asked

In the system y = 2x + 1 and 3x + y = 16, what is the value of x + y?

Show solution
  1. The first equation already gives y in terms of x, so substitute 2x + 1 for y in the second: 3x + (2x + 1) = 16.
  2. Combine like terms: 5x + 1 = 16.
  3. Solve for x: 5x = 15, so x = 3.
  4. Find y from the first equation: y = 2(3) + 1 = 7.
  5. Check in the second equation: 3(3) + 7 = 16. Correct.
  6. Answer the question actually asked: x + y = 3 + 7 = 10.

    Answer choices will include 3 and 7 on their own. The question asked for the sum.

Answer: x + y = 10

Practice

Check your understanding 1

If 4(x + 2) - 3 = 2x + 15, what is the value of x?

Check your understanding 2

A plumber charges a fixed fee of 60 dollars for a visit plus 45 dollars for each hour of work. Which equation gives the total charge C, in dollars, for a visit that lasts h hours?

Check your understanding 3

A line passes through the points (2, 1) and (6, 9). What is the slope of the line?

Check your understanding 4

The graph of a line has y-intercept (0, 4) and passes through (3, -2). Which equation represents the line?

Check your understanding 5

If y = x - 4 and 2x + y = 11, what is the value of y?

Check your understanding 6

Which of the following is the solution set of -3x + 5 > 20?

Common mistakes

Distributing to the first term only: 3(x - 2) is 3x - 6, not 3x - 2.

Moving a term without changing its sign. Every term that crosses the equals sign changes sign; saying "subtract 7 from both sides" out loud prevents it.

Swapping slope and intercept in a word problem. The number that repeats per unit is the slope; the one-time amount is the intercept.

Computing slope as run over rise, or subtracting the coordinates in different orders on top and bottom.

Reporting x when the question asked for y, or for x + y, or for 2x. Reread the last sentence of the question before you choose.

Flipping the inequality when adding or subtracting a negative, or forgetting to flip when dividing by one. The rule applies to multiplying or dividing by a negative only.

Skipping the check. Substituting the answer back takes ten seconds and catches the arithmetic slips that account for most lost Algebra points.

Practise this: drills for this topic in the question bank.