SAT Algebra: Every Topic and Question Type Explained

Algebra is the single most important domain on the SAT Math section. It accounts for approximately 13 to 15 of the 44 total math questions, making it the largest or co-largest content area alongside Advanced Math. More importantly, Algebra forms the foundation upon which nearly every other math concept on the SAT is built. Your ability to manipulate equations, interpret linear relationships, solve systems, and translate word problems into mathematical expressions determines not just your performance on Algebra questions but your readiness for Advanced Math, Problem-Solving and Data Analysis, and even portions of Geometry and Trigonometry.

This guide covers every Algebra topic tested on the Digital SAT in exhaustive detail. For each topic, you will find the underlying concept explained from the ground up, worked examples at multiple difficulty levels, the specific ways the College Board tests each concept, common mistakes students make, trap answer patterns to watch for, and the fastest solution approach. If you master everything in this guide, you will have the tools to answer every Algebra question on the SAT correctly.

SAT Algebra Complete Guide

Table of Contents

Why Algebra Matters More Than Any Other Domain

Algebra is the backbone of the entire SAT Math section for three reasons. First, it has the highest question count, appearing in roughly one out of every three math questions. Second, algebraic skills are prerequisite for every other domain: you need algebra to work with quadratics in Advanced Math, to set up proportion equations in Problem-Solving and Data Analysis, and to manipulate coordinate geometry formulas in Geometry and Trigonometry. Third, Algebra questions span the full difficulty range from the easiest questions in Module 1 to the hardest questions in Module 2, meaning that mastery of this domain affects your score at every level.

For students scoring below 600, Algebra represents the highest-return investment of study time. Mastering linear equations, systems, and basic word problems can produce a 50 to 100 point improvement on its own. For students scoring above 600, Algebra fluency is the foundation that allows you to work quickly on the easier questions, saving time for the harder Advanced Math and Geometry questions that appear later in each module.

The College Board designs Algebra questions to test conceptual understanding, not just procedural ability. You will not simply be asked to “solve for x” in isolation. Instead, you will be asked to interpret what x represents in a real-world context, determine how many solutions an equation has, identify the graph that corresponds to an equation, or translate a verbal description into algebraic form. This means that rote memorization of procedures is not sufficient. You need to understand what linear relationships mean and how they behave.

Linear Equations in One Variable

Linear equations in one variable are the most fundamental question type in the Algebra domain. These equations contain a single unknown and can be solved to find a specific numerical value for that unknown, or in some cases, to demonstrate that no value or infinitely many values satisfy the equation.

The simplest form is a one-step equation like 3x = 15 or x + 7 = 12. These are rarely tested directly on the SAT because they are too straightforward. Instead, the SAT presents multi-step equations that require distribution, combining like terms, and careful manipulation.

Solving Multi-Step Linear Equations

A multi-step linear equation requires you to perform several operations to isolate the variable. The general strategy is: distribute any multiplication across parentheses, combine like terms on each side of the equation, move all variable terms to one side and all constant terms to the other side, and then divide to isolate the variable.

Worked Example 1 (Medium Difficulty):

Solve: 4(2x - 3) + 5 = 3x - 2

Step 1: Distribute the 4: 8x - 12 + 5 = 3x - 2

Step 2: Combine like terms on the left: 8x - 7 = 3x - 2

Step 3: Subtract 3x from both sides: 5x - 7 = -2

Step 4: Add 7 to both sides: 5x = 5

Step 5: Divide by 5: x = 1

To verify, substitute x = 1 back into the original equation: 4(2(1) - 3) + 5 = 4(-1) + 5 = -4 + 5 = 1. And 3(1) - 2 = 1. Both sides equal 1, confirming x = 1 is correct.

Worked Example 2 (Higher Difficulty, Equations With Fractions):

Solve: (2x + 1)/3 - (x - 4)/6 = 2

Step 1: Find the least common denominator, which is 6.

Step 2: Multiply every term by 6: 6 * (2x + 1)/3 - 6 * (x - 4)/6 = 6 * 2

Step 3: Simplify: 2(2x + 1) - 1(x - 4) = 12

Step 4: Distribute: 4x + 2 - x + 4 = 12

Step 5: Combine like terms: 3x + 6 = 12

Step 6: Subtract 6: 3x = 6

Step 7: Divide by 3: x = 2

The fastest approach for equations with fractions is always to multiply through by the LCD first. This eliminates all fractions and converts the equation into a standard multi-step equation that is much easier to work with. Many students try to work with fractions throughout the entire solution process, which is slower and more error-prone.

Worked Example 3 (Variables on Both Sides With Decimals):

Solve: 0.5(4x - 6) = 1.5x + 0.5

Step 1: Distribute 0.5: 2x - 3 = 1.5x + 0.5

Step 2: Subtract 1.5x from both sides: 0.5x - 3 = 0.5

Step 3: Add 3 to both sides: 0.5x = 3.5

Step 4: Divide by 0.5: x = 7

For equations with decimals, you can either work with the decimals directly (if they are simple) or multiply through by a power of 10 to eliminate them. In this case, multiplying both sides of the original equation by 2 would eliminate all decimals: 4x - 6 = 3x + 1, giving x = 7.

Common mistakes on multi-step equations include forgetting to distribute the negative sign when subtracting a grouped expression, incorrectly combining terms across the equals sign (you can only combine terms on the same side), and making arithmetic errors when working with fractions or decimals. The SAT answer choices are designed to include the result you would get from these specific errors, so carelessness is directly punished.

Equations With No Solution or Infinitely Many Solutions

Not every linear equation has exactly one solution. The SAT tests three scenarios: one solution (the typical case), no solution, and infinitely many solutions. Understanding when and why each occurs is essential.

An equation has no solution when simplifying leads to a false statement with no variable. For example:

3(2x + 4) = 6x + 7

6x + 12 = 6x + 7

Subtract 6x from both sides: 12 = 7

Since 12 does not equal 7, and there is no variable left to adjust, the equation has no solution. No value of x can make this equation true. Graphically, this means the two sides of the equation represent parallel lines that never intersect.

An equation has infinitely many solutions when simplifying leads to a true statement with no variable. For example:

2(3x - 5) = 6x - 10

6x - 10 = 6x - 10

Subtract 6x from both sides: -10 = -10

Since -10 equals -10, the equation is true for every value of x. Graphically, this means the two sides represent the same line.

The SAT Question Pattern:

The SAT frequently presents a parametric version of this concept. You might see a question like:

“For what value of k does the equation 3(2x + 5) = 6x + k have no solution?”

Setting up the equation: 6x + 15 = 6x + k. For no solution, the variable terms must cancel and the constants must be unequal: 15 must not equal k, meaning k can be any value except 15. But if the question asks for no solution specifically, the answer is “any value of k except 15.” If the question asks for infinitely many solutions, the answer is k = 15.

Another common variation: “For what value of a does the equation a(x + 3) = 4x + 12 have infinitely many solutions?”

Expanding: ax + 3a = 4x + 12. For infinitely many solutions, the coefficients of x must be equal AND the constants must be equal: a = 4 and 3a = 12. Checking: 3(4) = 12 is true, so a = 4.

For the “no solution” version: a = 4 but 3a is not equal to 12. Since 3(4) = 12, it is impossible for this equation to have no solution when a = 4. If a is not 4, the equation has exactly one solution.

These questions test whether you understand the structural conditions for each solution type, not just whether you can solve equations mechanically. Practice identifying the conditions by examining the coefficients before solving.

Linear Equations in Two Variables

Linear equations in two variables (typically x and y) describe straight lines in the coordinate plane. The SAT tests your ability to work with these equations in three standard forms, convert between forms, interpret the meaning of slope and y-intercept, and connect equations to their graphs.

Slope-Intercept Form

The slope-intercept form of a linear equation is y = mx + b, where m is the slope of the line and b is the y-intercept (the point where the line crosses the y-axis).

The slope m represents the rate of change: how much y changes for each unit increase in x. A positive slope means the line rises from left to right. A negative slope means the line falls from left to right. A slope of zero means the line is horizontal. An undefined slope (which occurs when the line is vertical) cannot be expressed in slope-intercept form; vertical lines are written as x = c, where c is a constant.

The y-intercept b is the value of y when x equals zero. On a graph, this is the point (0, b) where the line crosses the y-axis.

Worked Example:

Write the equation of a line with slope -2 that passes through the point (0, 5).

Since the line passes through (0, 5), the y-intercept is 5. The slope is -2. So the equation is y = -2x + 5.

Worked Example (From Two Points):

Write the equation of the line passing through (2, 7) and (5, 16).

Step 1: Find the slope: m = (16 - 7)/(5 - 2) = 9/3 = 3

Step 2: Use slope-intercept form with one of the points: 7 = 3(2) + b, so 7 = 6 + b, so b = 1

Step 3: Write the equation: y = 3x + 1

Verify with the second point: 3(5) + 1 = 16. Correct.

Point-Slope Form

The point-slope form of a linear equation is y - y1 = m(x - x1), where m is the slope and (x1, y1) is any known point on the line. This form is particularly useful when you know the slope and a point but do not immediately need the y-intercept.

Worked Example:

Write the equation of a line with slope 4 that passes through the point (3, -2).

y - (-2) = 4(x - 3)

y + 2 = 4(x - 3)

This is a valid equation of the line. If the question asks for slope-intercept form, distribute and simplify: y + 2 = 4x - 12, so y = 4x - 14.

The SAT sometimes presents answer choices in point-slope form, and you need to recognize that y + 2 = 4(x - 3) and y = 4x - 14 describe the same line. Both are correct representations.

Standard Form

The standard form of a linear equation is Ax + By = C, where A, B, and C are constants, and by convention A is positive and A, B, C are integers.

Standard form is less intuitive than slope-intercept form for reading slope and intercept directly, but it has advantages for certain calculations. The x-intercept can be found by setting y = 0 and solving for x. The y-intercept can be found by setting x = 0 and solving for y.

In standard form, the slope equals -A/B. This is useful for quickly comparing slopes of two lines in standard form without converting them.

Worked Example:

Convert 3x - 2y = 12 to slope-intercept form.

Subtract 3x from both sides: -2y = -3x + 12

Divide both sides by -2: y = (3/2)x - 6

The slope is 3/2 and the y-intercept is -6.

Converting Between Forms

You should be able to convert any linear equation from one form to another quickly and accurately. The SAT may present an equation in one form and the answer choices in another, requiring you to convert.

From standard to slope-intercept: Solve for y by isolating it on one side of the equation.

From slope-intercept to standard: Move the x term to the left side. If there are fractions, multiply through by the LCD to get integer coefficients.

From point-slope to slope-intercept: Distribute the slope, then isolate y.

From point-slope to standard: Distribute, then rearrange to get Ax + By = C form.

Practice these conversions until they are automatic. Speed on these mechanical steps frees up time for the conceptual thinking that harder questions demand.

Interpreting Slope and Y-Intercept in Context

This is one of the most frequently tested Algebra concepts on the SAT. You will be given a linear equation or graph that models a real-world situation and asked to interpret what the slope and y-intercept mean in that context.

The slope always represents a rate of change: the amount the dependent variable changes per unit change in the independent variable. The y-intercept always represents the initial value: the value of the dependent variable when the independent variable is zero.

Worked Example (Common SAT Pattern):

A fitness center charges members according to the equation C = 25 + 15m, where C is the total cost in dollars and m is the number of months of membership.

What does the 15 represent in this equation?

The 15 is the coefficient of m, which is the slope. In context, it represents the monthly membership fee: $15 per month.

What does the 25 represent?

The 25 is the y-intercept (the constant term). In context, it represents the one-time enrollment fee: $25 charged at the start, before any monthly fees.

If the question asks, “What is the total cost for 6 months of membership?” you substitute m = 6: C = 25 + 15(6) = 25 + 90 = $115.

Worked Example (Graph Interpretation):

A graph shows a line that starts at (0, 200) and passes through (10, 50). What do the slope and y-intercept represent if the x-axis represents days and the y-axis represents gallons of water in a tank?

The y-intercept is 200, meaning the tank initially contains 200 gallons of water.

The slope is (50 - 200)/(10 - 0) = -150/10 = -15. The slope is -15, meaning the tank loses 15 gallons of water per day.

The SAT loves to test whether you can correctly identify which number in the equation corresponds to which real-world quantity. A common trap is reversing the slope and y-intercept, interpreting the initial value as the rate and vice versa. Always check: the slope is the number multiplied by the variable, and the y-intercept is the constant term.

Worked Example (Interpreting a Changed Model):

Using the fitness center example, if the enrollment fee increased by $10, what would the new equation look like?

The enrollment fee is the y-intercept, so it changes from 25 to 35. The new equation is C = 35 + 15m. The slope (monthly fee) does not change.

If the monthly fee decreased by $3, the new equation would be C = 25 + 12m. Only the slope changes.

Graphing Linear Equations

You should be able to sketch the graph of a linear equation and identify the equation of a line from its graph.

To graph a line from slope-intercept form (y = mx + b), start by plotting the y-intercept (0, b). Then use the slope to find a second point: from the y-intercept, move up (or down if slope is negative) by the numerator of the slope and right by the denominator. For example, with a slope of 2/3, move up 2 and right 3 from the y-intercept to get the second point. Draw a line through both points.

To identify the equation from a graph, find two clear points on the line, calculate the slope, and identify the y-intercept. Then write the equation in slope-intercept form.

The Desmos graphing calculator makes graphing questions significantly easier. You can type the equation directly into Desmos and compare the resulting graph to the answer choices, or type multiple equations to see which one matches the given graph. However, you should still be able to graph lines by hand, as this understanding helps with questions that test conceptual knowledge about how changes to m and b affect the graph.

Parallel and Perpendicular Lines

Two lines are parallel if they have the same slope and different y-intercepts. They never intersect and form a system with no solution.

Two lines are perpendicular if the product of their slopes equals -1. Equivalently, perpendicular slopes are negative reciprocals of each other. If one line has slope 3, a perpendicular line has slope -1/3. If one line has slope -2/5, a perpendicular line has slope 5/2.

Worked Example:

Find the equation of a line that is perpendicular to y = (2/3)x + 4 and passes through the point (6, 1).

The slope of the given line is 2/3. The perpendicular slope is -3/2 (negative reciprocal).

Using point-slope form: y - 1 = (-3/2)(x - 6)

Distributing: y - 1 = (-3/2)x + 9

Adding 1: y = (-3/2)x + 10

Common SAT Pattern:

The SAT might give you two equations and ask whether the lines are parallel, perpendicular, or neither. The approach is to convert both to slope-intercept form and compare slopes. If the slopes are equal, the lines are parallel (or identical). If the slopes are negative reciprocals, the lines are perpendicular. Otherwise, they are neither.

A common trap is confusing the signs. Students sometimes forget that perpendicular slopes must be negative reciprocals, not just reciprocals. A line with slope 3 is perpendicular to a line with slope -1/3, not 1/3.

Another trap: two lines in standard form might appear to have different slopes when in fact they are the same line written differently. Always convert to a common form before comparing.

Systems of Two Linear Equations

Systems of equations are among the highest-frequency question types on the SAT. A system consists of two equations with two unknowns, and the goal is to find the values of both unknowns that simultaneously satisfy both equations.

There are three methods for solving systems, and you should be fluent with all three. Each method has situations where it is the most efficient choice.

Solving by Substitution

Substitution works best when one equation is already solved for a variable or can be easily rearranged to solve for a variable.

Worked Example:

Solve the system: y = 3x - 1 and 2x + y = 9

Since the first equation is already solved for y, substitute 3x - 1 for y in the second equation:

2x + (3x - 1) = 9

5x - 1 = 9

5x = 10

x = 2

Now substitute x = 2 back into the first equation: y = 3(2) - 1 = 5

Solution: (2, 5)

Verify in both equations: 5 = 3(2) - 1 = 5 (correct) and 2(2) + 5 = 9 (correct).

When to Use Substitution:

Use substitution when one equation has a variable with a coefficient of 1 or -1, making it easy to isolate that variable. If both equations have complicated coefficients, elimination is usually faster.

Solving by Elimination

Elimination (also called the addition method) works by adding or subtracting the two equations to eliminate one variable.

Worked Example:

Solve the system: 3x + 2y = 16 and 5x - 2y = 8

Notice that the y terms have opposite coefficients (2y and -2y). Adding the equations eliminates y:

(3x + 2y) + (5x - 2y) = 16 + 8

8x = 24

x = 3

Substitute x = 3 into the first equation: 3(3) + 2y = 16, so 9 + 2y = 16, so 2y = 7, so y = 7/2 = 3.5

Solution: (3, 3.5)

Worked Example (Requiring Multiplication First):

Solve the system: 2x + 3y = 7 and 5x + 2y = 13

Neither variable has matching or opposite coefficients. Multiply the first equation by 2 and the second by -3 to eliminate y:

4x + 6y = 14

-15x - 6y = -39

Add the equations: -11x = -25, so x = 25/11

This gives an awkward fraction, which suggests there might be a faster approach. Let us try eliminating x instead: multiply the first equation by 5 and the second by -2:

10x + 15y = 35

-10x - 4y = -26

Add: 11y = 9, so y = 9/11

Substitute back: 2x + 3(9/11) = 7, so 2x + 27/11 = 77/11, so 2x = 50/11, so x = 25/11

Solution: (25/11, 9/11)

This is an unusual answer for the SAT, which typically uses cleaner numbers. In practice, the SAT usually designs systems to have integer or simple fraction solutions. If you get a complicated fraction, double-check your arithmetic.

When to Use Elimination:

Use elimination when the coefficients of one variable are already the same or opposite, or when they can be made the same with simple multiplication. Elimination is also the preferred method when neither equation is conveniently solved for a single variable.

Solving by Graphing With Desmos

The Desmos graphing calculator provides a powerful visual method for solving systems. Type both equations into Desmos, and the intersection point of the two lines gives you the solution.

When to Use Desmos:

Use Desmos when you want to quickly verify an answer you found algebraically, when the system involves complicated coefficients that would make substitution or elimination tedious, when the answer choices are graphs rather than numerical values, or when you are stuck and cannot see the algebraic path forward.

To find the intersection in Desmos, type both equations (for example, y = 2x + 1 and y = -x + 7), and then click on the point where the two lines cross. Desmos will display the coordinates of the intersection.

Practical tip: When using Desmos for systems, make sure both equations are entered correctly. A single sign error will give you the wrong intersection point. Double-check your entries before reading off the answer.

Systems With No Solution or Infinitely Many Solutions

Just like single equations, systems can have no solution or infinitely many solutions.

A system has no solution when the two equations represent parallel lines (same slope, different y-intercepts). The lines never intersect, so there is no point that satisfies both equations simultaneously.

A system has infinitely many solutions when the two equations represent the same line (same slope, same y-intercept). Every point on the line satisfies both equations.

A system has exactly one solution when the two lines have different slopes. They intersect at exactly one point.

Determining the Number of Solutions Using Coefficients

The SAT frequently asks you to determine the number of solutions without actually solving the system. This requires comparing the coefficients.

Given the system: a1x + b1y = c1 and a2x + b2y = c2

If a1/a2 is not equal to b1/b2, the system has exactly one solution (lines have different slopes).

If a1/a2 = b1/b2 is not equal to c1/c2, the system has no solution (lines are parallel with different intercepts).

If a1/a2 = b1/b2 = c1/c2, the system has infinitely many solutions (same line).

Worked Example:

How many solutions does the system 6x - 4y = 10 and 3x - 2y = 5 have?

Compare the ratios: 6/3 = 2, (-4)/(-2) = 2, 10/5 = 2.

All ratios are equal, so the system has infinitely many solutions. The first equation is simply twice the second equation.

Worked Example:

How many solutions does the system 6x - 4y = 10 and 3x - 2y = 8 have?

Compare: 6/3 = 2, (-4)/(-2) = 2, 10/8 = 1.25.

The first two ratios are equal but the third is different, so the system has no solution. The lines are parallel but have different y-intercepts.

Worked Example (Parametric, Common SAT Pattern):

For what value of k does the system 2x + 5y = 10 and 6x + ky = 20 have no solution?

For no solution, the slopes must be equal but the intercepts must differ: 2/6 = 5/k, so k = 15. Check the intercept ratio: 10/20 = 0.5, and 2/6 = 1/3 is not equal to 0.5. So with k = 15, the lines are parallel with different intercepts, confirming no solution.

Worked Example (Infinitely Many Solutions with Parameters):

For what values of a and b does the system ax + 6y = 12 and 2x + 3y = b have infinitely many solutions?

For infinitely many solutions, all ratios must be equal: a/2 = 6/3 = 12/b

From 6/3 = 2: a/2 = 2, so a = 4

From 6/3 = 12/b: 2 = 12/b, so b = 6

Check: 4x + 6y = 12 and 2x + 3y = 6. Multiply the second equation by 2: 4x + 6y = 12. The equations are identical, confirming infinitely many solutions.

Systems of Equations in Word Problem Contexts

Many SAT questions present systems of equations within word problem contexts. The challenge is setting up the two equations correctly, after which the solving process is mechanical.

Worked Example:

At a movie theater, adult tickets cost $12 and child tickets cost $7. A group purchases 15 tickets and spends a total of $145. How many adult tickets were purchased?

Let a = number of adult tickets and c = number of child tickets.

Equation 1 (total tickets): a + c = 15

Equation 2 (total cost): 12a + 7c = 145

From Equation 1: c = 15 - a

Substitute into Equation 2: 12a + 7(15 - a) = 145

12a + 105 - 7a = 145

5a + 105 = 145

5a = 40

a = 8

So 8 adult tickets were purchased (and 7 child tickets).

Verify: 12(8) + 7(7) = 96 + 49 = 145. Correct.

Worked Example (Rates and Systems):

A printer can print pages in black-and-white at a rate of 30 pages per minute and in color at a rate of 10 pages per minute. A print job containing both black-and-white and color pages took 6 minutes to complete and produced 120 pages. How many color pages were in the print job?

Let b = minutes spent printing black-and-white and c = minutes spent printing color.

Equation 1 (total time): b + c = 6

Equation 2 (total pages): 30b + 10c = 120

From Equation 1: b = 6 - c

Substitute: 30(6 - c) + 10c = 120

180 - 30c + 10c = 120

180 - 20c = 120

-20c = -60

c = 3

So 3 minutes were spent on color printing, producing 10(3) = 30 color pages.

Verify: 3 minutes of color + 3 minutes of B&W = 6 minutes. 30(3) + 10(3) = 90 + 30 = 120 pages. Correct.

Graphical Interpretation of Systems

The SAT frequently presents graphs of two lines and asks you to identify the solution to the system, determine the system of equations that corresponds to the graph, or answer questions about the relationship between the lines.

When looking at a graph of a system, the solution is the intersection point. If the lines intersect at (3, 4), then x = 3 and y = 4 is the solution. If the lines are parallel (same slope, visible as same steepness in the same direction), there is no solution. If the lines overlap completely (appearing as a single line), there are infinitely many solutions.

Common SAT Question Pattern:

A graph shows two lines intersecting at a point. The question asks, “Which of the following systems of equations is represented by the graph?” The answer choices present four different systems. To answer, identify key features from the graph: the slopes of both lines (positive/negative, steep/shallow) and their y-intercepts (where each crosses the y-axis). Match these features to the equations in the answer choices.

A shortcut: if you can read the intersection point from the graph, substitute those coordinates into each system in the answer choices. The correct system will satisfy both equations with those values.

Another Common Pattern:

“Based on the graph, what is the value of x + y at the solution of the system?” Read the intersection point (say, (2, 5)), and calculate x + y = 2 + 5 = 7. The trap answer is just x (2) or just y (5).

Using Tables to Represent Linear Relationships

The SAT occasionally presents linear relationships in table form rather than as equations or graphs. You might see a table of input-output pairs and be asked to write the equation, identify the rate of change, or determine if the relationship is linear.

Worked Example:

A table shows the following values for a function:

x: 1, 3, 5, 7 f(x): 4, 10, 16, 22

Is this function linear? If so, write its equation.

Check the rate of change between consecutive points: (10-4)/(3-1) = 3, (16-10)/(5-3) = 3, (22-16)/(7-5) = 3.

The rate of change is constant at 3, so the function is linear with slope 3.

Using the point (1, 4): f(x) = 3x + b, so 4 = 3(1) + b, so b = 1.

The equation is f(x) = 3x + 1.

Verify with another point: f(7) = 3(7) + 1 = 22. Correct.

If the rate of change between consecutive points is not constant, the function is not linear. The SAT might present a table where the relationship appears linear at first glance but is actually nonlinear, testing whether you check all pairs of points rather than just the first one.

Linear Inequalities

Linear inequalities follow the same rules as linear equations with one critical addition: when you multiply or divide both sides by a negative number, you must reverse the direction of the inequality sign. This single rule is the source of many errors on the SAT.

Solving Linear Inequalities

Worked Example (Basic):

Solve: 3x - 7 > 8

Add 7 to both sides: 3x > 15

Divide by 3: x > 5

The solution set is all values of x greater than 5.

Worked Example (Requiring the Sign Flip):

Solve: -4x + 6 ≤ 22

Subtract 6 from both sides: -4x ≤ 16

Divide by -4 (FLIP THE SIGN): x ≥ -4

The solution set is all values of x greater than or equal to -4. The sign flipped from ≤ to ≥ because we divided by a negative number.

Why does the sign flip? Consider the true statement 2 < 5. If you multiply both sides by -1, you get -2 and -5. Is -2 < -5? No, -2 > -5. Multiplying by a negative number reverses the order of numbers on the number line, which is why the inequality sign must reverse.

Worked Example (Multi-Step With Distribution):

Solve: 2(3 - x) > x + 12

Distribute: 6 - 2x > x + 12

Subtract x from both sides: 6 - 3x > 12

Subtract 6 from both sides: -3x > 6

Divide by -3 (FLIP THE SIGN): x < -2

The solution set is all values of x less than -2.

Compound Inequalities

A compound inequality combines two inequalities into one statement. The most common form on the SAT is the “sandwich” inequality: a < x < b, which means x is between a and b.

Worked Example:

Solve: -3 < 2x + 1 ≤ 7

Subtract 1 from all three parts: -4 < 2x ≤ 6

Divide all three parts by 2: -2 < x ≤ 3

The solution is all values of x strictly greater than -2 and less than or equal to 3.

Graphing Inequalities on the Number Line and Coordinate Plane

On the number line, an inequality like x > 5 is represented by an open circle at 5 (indicating 5 is not included) with an arrow pointing to the right. An inequality like x ≥ 5 is represented by a filled circle at 5 (indicating 5 is included) with an arrow pointing to the right.

On the coordinate plane, a linear inequality like y > 2x + 1 is represented by a dashed line (because the boundary is not included) with shading above the line. If the inequality were y ≥ 2x + 1, the line would be solid (boundary included) with shading above.

For y < mx + b, shade below the line. For y > mx + b, shade above the line. Dashed lines indicate strict inequalities (< or >). Solid lines indicate inclusive inequalities (≤ or ≥).

Systems of Linear Inequalities

A system of linear inequalities defines a region in the coordinate plane where all inequalities are simultaneously satisfied. This region is the intersection (overlap) of the individual shaded regions.

Worked Example:

Graph the solution set of: y ≤ 2x + 3 and y > -x + 1

The first inequality includes the boundary line y = 2x + 3 (solid line, shading below). The second inequality excludes the boundary line y = -x + 1 (dashed line, shading above). The solution set is the overlapping region.

The SAT might ask you to identify which point lies within the solution region, which graph represents the system, or which inequality system corresponds to a given shaded region.

To test whether a specific point satisfies a system of inequalities, substitute the point’s coordinates into each inequality and check whether all inequalities are true. For example, to test whether (2, 3) satisfies the system above: 3 ≤ 2(2) + 3 = 7 (true) and 3 > -(2) + 1 = -1 (true). So (2, 3) is in the solution region.

Inequalities in Real-World Contexts

The SAT frequently presents inequalities within word problem contexts, where the inequality represents a constraint or limitation.

Worked Example:

A student needs at least 80 points total on two tests to pass a course. The student scored 35 on the first test. What is the minimum score needed on the second test?

Let s = score on the second test.

35 + s ≥ 80

s ≥ 45

The student needs at least 45 points on the second test.

Worked Example (Two-Variable Inequality Context):

A bakery makes cookies that require 2 cups of flour each and brownies that require 3 cups of flour each. The bakery has at most 120 cups of flour available. If c represents the number of cookies and b represents the number of brownies, which inequality represents this constraint?

2c + 3b ≤ 120

Additionally, both c and b must be non-negative: c ≥ 0 and b ≥ 0.

The SAT might ask you to identify which graph represents the feasible region, which point (c, b) satisfies all constraints, or what the maximum number of one product is given a fixed number of the other.

Worked Example (Budget Constraint):

A student is buying notebooks at $3 each and pens at $1.50 each. The student has $30 to spend. The student wants to buy at least 5 notebooks. How many pens can the student buy at most?

Constraint 1: 3n + 1.50p ≤ 30

Constraint 2: n ≥ 5

With n = 5 (minimum notebooks): 3(5) + 1.50p ≤ 30, so 15 + 1.50p ≤ 30, so 1.50p ≤ 15, so p ≤ 10.

The student can buy at most 10 pens. If the student buys more than 5 notebooks, the number of affordable pens decreases accordingly.

Absolute Value Equations and Inequalities

Absolute value measures the distance of a number from zero on the number line, so it is always non-negative. The absolute value of a positive number is itself, the absolute value of a negative number is its positive counterpart, and the absolute value of zero is zero.

Absolute value equations on the SAT typically take the form ax + b = c. If c is positive, the equation has two solutions: ax + b = c and ax + b = -c. If c is zero, there is one solution: ax + b = 0. If c is negative, there is no solution (absolute value cannot equal a negative number).

Worked Example:

Solve: 2x - 5 = 9

Case 1: 2x - 5 = 9, so 2x = 14, so x = 7

Case 2: 2x - 5 = -9, so 2x = -4, so x = -2

Solutions: x = 7 and x = -2.

Verify: 2(7) - 5 = 14 - 5 = 9 = 9 (correct). 2(-2) - 5 = -4 - 5 = -9 = 9 (correct).

Worked Example (No Solution):

Solve: 3x + 1 = -4

Since absolute value cannot be negative, there is no solution.

Absolute Value Inequalities:

ax + b < c means -c < ax + b < c (a compound inequality, the “sandwich” form)
ax + b > c means ax + b > c or ax + b < -c (two separate inequalities)

Worked Example:

Solve: x - 3 < 7

This means -7 < x - 3 < 7

Add 3 to all parts: -4 < x < 10

The solution is all values of x between -4 and 10.

Worked Example:

Solve: 2x + 1 ≥ 5

This means 2x + 1 ≥ 5 or 2x + 1 ≤ -5

From the first: 2x ≥ 4, so x ≥ 2

From the second: 2x ≤ -6, so x ≤ -3

The solution is x ≤ -3 or x ≥ 2.

Desmos Tip: Absolute value equations and inequalities are excellent candidates for the Desmos approach. Graph both sides of the equation (for example, graph y = 2x - 5 and y = 9) and find the intersection points. This visual approach makes the number of solutions immediately clear and helps you verify algebraic work.

Linear Functions

Linear functions are closely related to linear equations in two variables, but the function notation adds an additional layer of abstraction that the SAT tests specifically.

Function Notation and Evaluation

A linear function is written as f(x) = mx + b. The notation f(x) is read as “f of x” and represents the output of the function when the input is x. It is equivalent to y in the equation y = mx + b.

Evaluating a function means finding the output for a specific input. If f(x) = 3x - 2, then f(4) = 3(4) - 2 = 10.

Finding the input for a given output means solving an equation. If f(x) = 3x - 2 and f(x) = 13, then 3x - 2 = 13, so 3x = 15, so x = 5.

Worked Example (SAT-Style):

If f(x) = 2x + 7 and g(x) = -x + 12, for what value of x does f(x) = g(x)?

Set the functions equal: 2x + 7 = -x + 12

Add x to both sides: 3x + 7 = 12

Subtract 7: 3x = 5

Divide by 3: x = 5/3

This question is essentially asking for the x-coordinate of the intersection point of two lines. You can verify this with Desmos by graphing both functions and clicking on the intersection.

Worked Example (Interpreting Function Values):

The function C(n) = 50 + 12n gives the total cost in dollars for renting a venue for n hours. What does C(3) represent?

C(3) = 50 + 12(3) = 86. This represents the total cost of renting the venue for 3 hours, which is $86.

The SAT frequently asks you to interpret function values in context. The key is to read the function definition carefully and substitute the given value to find its meaning.

Worked Example (Function Comparison):

Two companies offer salary packages. Company A offers f(x) = 40000 + 5000x, where x is the number of completed projects. Company B offers g(x) = 55000 + 2000x. For how many completed projects do both companies offer the same salary?

Set f(x) = g(x): 40000 + 5000x = 55000 + 2000x

3000x = 15000

x = 5

At 5 completed projects, both companies offer $65,000. Below 5 projects, Company B pays more (higher y-intercept). Above 5 projects, Company A pays more (steeper slope).

This question tests whether you can set two functions equal, solve for the input, and interpret the result. The SAT might also ask which company pays more for a specific number of projects, or what the salary difference is at a particular value of x.

Worked Example (Function Transformation in Context):

A function f(x) = 3x + 10 models the cost in dollars for x units. If the manufacturer reduces the per-unit cost by $0.50 and increases the fixed cost by $5, write the new cost function.

The per-unit cost is the slope (3), which decreases by 0.50 to become 2.50. The fixed cost is the y-intercept (10), which increases by 5 to become 15. The new function is g(x) = 2.5x + 15.

The SAT tests whether you can identify which component of the linear function changes and how, without confusing the slope and the y-intercept.

Worked Example (Evaluating Composite Expressions):

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

f(2a) = 4(2a) - 3 = 8a - 3

f(a) = 4a - 3

f(2a) - f(a) = (8a - 3) - (4a - 3) = 8a - 3 - 4a + 3 = 4a

The answer is 4a. Notice that the constant terms cancel, leaving only the variable expression. This is a common pattern on the SAT: the question tests whether you can evaluate a function at different inputs and simplify the result.

Domain and Range of Linear Functions

The domain of a function is the set of all valid inputs. The range is the set of all possible outputs. For a linear function defined purely algebraically (like f(x) = 3x - 2), the domain and range are both all real numbers, because you can input any number and get a real number output.

However, when a linear function models a real-world situation, the domain and range are often restricted. If C(n) = 50 + 12n represents a cost for n hours, the domain is n ≥ 0 (you cannot rent for negative hours), and if there is a maximum rental time of 10 hours, the domain is 0 ≤ n ≤ 10. The range would then be 50 ≤ C ≤ 170.

The SAT tests whether you can identify reasonable domain and range restrictions based on context. A common trap is selecting answer choices that ignore practical constraints, such as allowing negative values for a quantity that must be positive.

Worked Example:

The function d(t) = 60 - 4t gives the distance in miles of a runner from a finish line, where t is the time in hours since the run began. What is a reasonable domain for this function?

The runner starts 60 miles from the finish line and gets closer at 4 miles per hour. The run ends when d(t) = 0: 60 - 4t = 0, so t = 15 hours. The domain is 0 ≤ t ≤ 15, because negative time does not make sense and the runner cannot go past the finish line (distance cannot be negative in this context).

The corresponding range is 0 ≤ d ≤ 60 (the distance starts at 60 and decreases to 0).

Worked Example:

A parking garage charges f(h) = 5h for the first 4 hours and a flat rate of $20 for any time beyond 4 hours. A student writes this as a piecewise function:

f(h) = 5h, for 0 ≤ h ≤ 4

f(h) = 20, for h > 4

What is f(3)? f(3) = 5(3) = 15, since 3 is in the first piece’s domain.

What is f(6)? f(6) = 20, since 6 > 4, falling in the second piece’s domain.

While piecewise functions are technically tested under the Advanced Math domain, they often involve linear pieces. Understanding how domain restrictions create piecewise functions connects directly to your Algebra knowledge.

Function Tables and Input-Output Analysis

The SAT sometimes presents a function as a table rather than an equation and asks you to determine whether the relationship is linear, find the equation, or predict additional values.

Worked Example:

A table shows:

x: 0, 2, 4, 6, 8 f(x): 3, 11, 19, 27, 35

Find the equation of the function.

Check for linearity: the differences between consecutive f(x) values are 8, 8, 8, 8 (constant). The corresponding x differences are 2, 2, 2, 2. The slope is 8/2 = 4.

Using the point (0, 3): f(x) = 4x + 3.

Verify: f(8) = 4(8) + 3 = 35. Correct.

What is f(10)? f(10) = 4(10) + 3 = 43.

The SAT might also present a table and ask, “Which of the following equations could represent the data?” You would calculate the slope from any two points and check the y-intercept to match the equation.

Increasing, Decreasing, and Constant Functions

A linear function is increasing if its slope is positive (the line goes up from left to right), decreasing if its slope is negative (the line goes down), and constant if its slope is zero (the line is horizontal).

The SAT tests this concept by asking you to determine the behavior of a function from its equation, graph, or table. For equations, check the sign of the slope. For graphs, observe the direction of the line. For tables, check whether the output values increase or decrease as input values increase.

Worked Example:

A function is defined as f(x) = -2x + 10. Over what interval is f(x) positive?

Set f(x) > 0: -2x + 10 > 0, so -2x > -10, so x < 5.

f(x) is positive for all x less than 5. At x = 5, f(x) = 0 (the x-intercept). For x > 5, f(x) is negative.

This question combines function evaluation with inequality solving, demonstrating how Algebra topics interconnect on the SAT.

Translating Word Problems Into Algebra

Word problems are where many students struggle with Algebra, not because the math is harder but because the translation from English to mathematics requires a specific set of skills. The SAT tests word problems extensively, and developing a systematic approach to translating them is essential.

The general strategy for word problems is:

  1. Read the entire problem carefully, noting what is being asked.
  2. Define your variables (what does x represent? what does y represent?).
  3. Identify the relationships described in the problem and translate them into equations or inequalities.
  4. Solve the equations.
  5. Check that your answer makes sense in the context of the problem.
  6. Re-read the question to make sure you are providing what was asked (not just the value of x, but perhaps 2x + 3 or the cost for 5 units).

Rate Problems

Rate problems involve quantities that change at a constant rate over time or some other variable. They naturally produce linear equations where the rate is the slope and the starting value is the y-intercept.

Worked Example:

A water tank contains 500 gallons and is being drained at a rate of 20 gallons per minute. Write an equation for the amount of water W in the tank after t minutes, and find how long it takes to empty the tank.

The equation is W = 500 - 20t (starting amount minus the rate times time).

To find when the tank is empty, set W = 0: 0 = 500 - 20t, so 20t = 500, so t = 25 minutes.

Worked Example (Comparing Two Rates):

Tank A has 800 gallons and is being filled at 30 gallons per minute. Tank B has 200 gallons and is being filled at 50 gallons per minute. When will both tanks have the same amount of water?

Tank A: W_A = 800 + 30t

Tank B: W_B = 200 + 50t

Set equal: 800 + 30t = 200 + 50t

600 = 20t

t = 30 minutes

At t = 30: W_A = 800 + 30(30) = 1700 gallons. W_B = 200 + 50(30) = 1700 gallons. Both have 1700 gallons. Correct.

Mixture Problems

Mixture problems involve combining two quantities with different properties (concentrations, prices, speeds) to produce a mixture with a specific property. These are set up using the principle that the total amount of the “special ingredient” in the mixture equals the sum of the amounts from each component.

Worked Example:

A chemist has a 20% salt solution and a 60% salt solution. How many liters of each must be mixed to produce 10 liters of a 36% salt solution?

Let x = liters of the 20% solution. Then 10 - x = liters of the 60% solution.

The total amount of salt: 0.20x + 0.60(10 - x) = 0.36(10)

Distribute: 0.20x + 6 - 0.60x = 3.6

Combine: -0.40x + 6 = 3.6

Subtract 6: -0.40x = -2.4

Divide by -0.40: x = 6

So 6 liters of the 20% solution and 4 liters of the 60% solution.

Verify: 0.20(6) + 0.60(4) = 1.2 + 2.4 = 3.6, and 0.36(10) = 3.6. Correct.

Cost and Revenue Problems

Cost and revenue problems involve calculating total costs, total revenue, or profit (revenue minus cost). They often involve a fixed cost plus a variable cost per unit.

Worked Example:

A factory has a fixed daily operating cost of $2,000 and produces widgets at a cost of $5 each. The widgets sell for $12 each. How many widgets must be sold daily to break even?

Total cost: C = 2000 + 5n (where n is the number of widgets)

Total revenue: R = 12n

Break even means C = R: 2000 + 5n = 12n

Subtract 5n: 2000 = 7n

Divide by 7: n = 2000/7 ≈ 285.7

Since you cannot sell a fraction of a widget, the factory needs to sell at least 286 widgets to break even.

Worked Example:

A store sells shirts for $20 each and pants for $35 each. If a customer buys a total of 8 items and spends $205, how many shirts and how many pants did they buy?

Let s = number of shirts and p = number of pants.

Equation 1: s + p = 8

Equation 2: 20s + 35p = 205

From Equation 1: s = 8 - p

Substitute into Equation 2: 20(8 - p) + 35p = 205

160 - 20p + 35p = 205

160 + 15p = 205

15p = 45

p = 3

So the customer bought 3 pants and 5 shirts.

Distance, Rate, and Time Problems

The fundamental relationship is distance = rate * time, or d = rt. Rearranging: r = d/t and t = d/r.

Worked Example:

Two cars leave the same point traveling in opposite directions. Car A travels at 60 mph and Car B at 45 mph. After how many hours will they be 420 miles apart?

Combined distance: 60t + 45t = 420

105t = 420

t = 4 hours

Worked Example (Same Direction):

A cyclist leaves a starting point traveling at 15 mph. Two hours later, a car leaves from the same point traveling at 45 mph in the same direction. How long after the car leaves does the car catch up to the cyclist?

When the car catches up, both have traveled the same distance from the starting point.

Cyclist’s distance: 15(t + 2), where t is hours after the car leaves (the cyclist has been traveling for t + 2 hours)

Car’s distance: 45t

Set equal: 15(t + 2) = 45t

15t + 30 = 45t

30 = 30t

t = 1 hour

The car catches up 1 hour after it leaves. At that point, both are 45 miles from the starting point.

Age and Quantity Problems

These problems describe relationships between quantities (ages, number of items, etc.) and require you to set up equations based on those relationships.

Worked Example:

Maria is three times as old as her daughter. In 12 years, Maria will be twice as old as her daughter. How old is Maria now?

Let d = daughter’s current age. Maria’s current age = 3d.

In 12 years: Maria’s age = 3d + 12, daughter’s age = d + 12.

The relationship: 3d + 12 = 2(d + 12)

3d + 12 = 2d + 24

d = 12

Maria’s current age: 3(12) = 36.

Verify: In 12 years, Maria will be 48 and her daughter will be 24. Is 48 twice 24? Yes.

Worked Example (Quantity Relationships):

A store has a total of 80 red and blue shirts. There are 10 more red shirts than twice the number of blue shirts. How many blue shirts are there?

Let b = number of blue shirts. Then red shirts = 2b + 10.

Total: b + (2b + 10) = 80

3b + 10 = 80

3b = 70

b = 70/3

This gives a non-integer, which does not make sense for counting shirts. Let us re-read the problem. “10 more red shirts than twice the number of blue shirts” means red = 2b + 10. The total is 80. So b + 2b + 10 = 80, giving 3b = 70, b = 70/3. This suggests there might be an error in the problem or I should check whether the problem says “10 more than” or “10 fewer than.” On the SAT, problems are always solvable with clean answers, so if you get a non-integer where one is expected, re-read the problem carefully.

Let us adjust: Suppose the problem says “10 fewer red shirts than twice the number of blue shirts”: red = 2b - 10.

Total: b + 2b - 10 = 80, so 3b = 90, so b = 30. Red = 2(30) - 10 = 50. Total = 30 + 50 = 80. This works.

This example illustrates an important lesson: read the problem statement with absolute precision. “More than” versus “fewer than” changes the sign and completely changes the answer. The SAT knows students rush through word problems and misread these directional phrases.

Percentage-Based Word Problems

Although percentages fall primarily under Problem-Solving and Data Analysis, many SAT Algebra questions involve setting up linear equations from percentage scenarios.

Worked Example:

A store offers a 20% discount on all items. After the discount, sales tax of 8% is applied. If the total amount paid is $86.40, what was the original price before the discount?

Let p = original price.

After 20% discount: p - 0.20p = 0.80p

After 8% tax on the discounted price: 0.80p + 0.08(0.80p) = 0.80p(1.08) = 0.864p

Set equal to the total paid: 0.864p = 86.40

p = 86.40 / 0.864 = 100

The original price was $100.

Verify: 20% off $100 = $80. 8% tax on $80 = $6.40. Total = $86.40. Correct.

Worked Example:

A population increases by 5% each period. If the initial population is 2000, write an expression for the population after n periods.

Population = 2000(1.05)^n

Note: This is actually an exponential expression, not a linear one. This illustrates an important distinction the SAT tests: constant additive change produces linear relationships, while constant percentage change produces exponential relationships. If a population increases by 100 per period (additive), the model is P = 2000 + 100n (linear). If it increases by 5% per period (multiplicative), the model is P = 2000(1.05)^n (exponential).

Setting Up Equations From Verbal Descriptions

The SAT often provides verbal descriptions that must be translated into algebraic expressions or equations without explicitly telling you it is a word problem. These questions test your ability to parse mathematical language.

Key phrases and their algebraic translations:

“Is” or “equals” translates to =

“More than” translates to + (often with the order reversed: “5 more than x” means x + 5)

“Less than” translates to - (also reversed: “5 less than x” means x - 5, not 5 - x)

“Times” or “of” (in percentage context) translates to multiplication

“Per” translates to division or indicates a rate

“Twice” means 2 times

“Half of” means (1/2) times

“The sum of a and b” means a + b

“The difference of a and b” means a - b

“The product of a and b” means a * b

“The quotient of a and b” means a / b

“At least” means ≥

“At most” means ≤

“No more than” means ≤

“No fewer than” means ≥

Worked Example:

“The sum of three consecutive integers is 72. Find the smallest integer.”

Let x = the smallest integer. The three consecutive integers are x, x+1, and x+2.

Sum: x + (x+1) + (x+2) = 72

3x + 3 = 72

3x = 69

x = 23

The three integers are 23, 24, and 25. Their sum is 72. Correct.

Worked Example:

“A number decreased by 20% of itself equals 36. Find the number.”

Let n = the number.

n - 0.20n = 36

0.80n = 36

n = 45

Verify: 45 - 0.20(45) = 45 - 9 = 36. Correct.

Worked Example (Inequality Translation):

“A cab ride costs $3 plus $2.50 per mile. A rider has at most $20 to spend. How many miles can the rider travel?”

Cost: C = 3 + 2.50m

Constraint: C ≤ 20

3 + 2.50m ≤ 20

2.50m ≤ 17

m ≤ 6.8

Since the rider cannot travel a fractional part of a mile increment in this pricing model, the rider can travel at most 6 miles (or 6.8 miles if the fare is calculated continuously). The SAT would specify the context to make clear which answer is expected.

When to Use Desmos for Algebra Questions

The built-in Desmos graphing calculator is a powerful tool for Algebra questions, but it is not always the fastest approach. Here are specific scenarios where Desmos adds the most value.

Use Desmos to solve systems graphically. Type both equations, find the intersection, and read off the coordinates. This is particularly useful when the coefficients are messy or when you want to verify an algebraic solution.

Use Desmos to determine the number of solutions. For systems, graphing both lines immediately shows whether they intersect (one solution), are parallel (no solution), or overlap (infinitely many solutions). For absolute value equations, graphing both sides shows the number of intersection points.

Use Desmos to verify word problem solutions. After setting up and solving a word problem algebraically, you can graph the relevant equations in Desmos to check that the solution point makes sense.

Use Desmos for inequality questions. Desmos can shade inequality regions, making it easy to identify which point satisfies a system of inequalities or to verify that your algebraic solution is correct.

Use Desmos when you are stuck. If you cannot see the algebraic approach, graphing the equation or system often reveals the solution visually. This is not a substitute for understanding algebra, but it is a valuable backup strategy.

Do not use Desmos for simple one-variable equations. If you can solve 3x + 7 = 22 in your head, doing so is faster than opening the calculator.

Do not use Desmos for conceptual questions. If a question asks what the slope represents in context, no amount of graphing will help. You need to understand the concept.

Common Trap Patterns in SAT Algebra

The College Board designs answer choices to catch specific errors. Recognizing these patterns helps you avoid them.

The sign error trap. If the correct answer is x = -3, you will often find x = 3 among the choices. This catches students who make a single sign error during solving. Always double-check signs, especially when distributing negatives or dividing by negative numbers.

The “solved for the wrong thing” trap. If the question asks for 3x + 5 and x = 4, the trap answer is 4 (the value of x) while the correct answer is 17 (the value of 3x + 5). Always re-read the question after solving to confirm you are providing what was asked.

The reciprocal trap. In rate or proportion problems, the trap answer is the reciprocal of the correct answer. If the correct rate is 3/5, the trap is 5/3. This catches students who set up the fraction upside down.

The “forgot to flip” trap. In inequality questions, the trap answer has the wrong direction because the student forgot to flip the inequality sign when dividing by a negative number.

The partial solution trap. In systems of equations, the question might ask for x + y, not just x or just y. The trap answers are the individual values of x and y. Read the question carefully.

The extraneous solution trap. This applies more to absolute value and radical equations than to standard linear equations, but be aware that checking solutions in the original equation is always good practice.

SAT-Specific Algebra Question Formats

Beyond the standard “solve this equation” format, the SAT presents Algebra concepts in several distinctive question formats that you should recognize and practice.

“Which Equation Represents…” Questions

These questions present a verbal description or scenario and ask you to identify the correct equation from four choices. You do not actually need to solve the equation, just set it up correctly.

Worked Example:

A landscaper charges a $50 consultation fee plus $35 per hour of work. Which equation represents the total charge C for h hours of work?

A) C = 50h + 35 B) C = 35h + 50 C) C = 85h D) C = 50 + 35/h

The answer is B. The $35 per hour is the rate (slope), and the $50 consultation fee is the fixed cost (y-intercept). Answer A reverses these. Answer C combines them incorrectly. Answer D divides instead of multiplying.

The key to these questions is identifying the rate (which multiplies the variable) and the fixed amount (which is added as a constant). If you can identify those two components, you can select the correct equation without any calculation.

“What Does the Number Represent…” Questions

These questions present a linear equation in context and ask you to interpret what a specific number in the equation represents.

Worked Example:

The equation P = 8,500 - 120t models the population of a town, where t represents the number of periods since measurement began. What does the number 120 represent in this context?

A) The initial population of the town B) The rate at which the population is decreasing per period C) The population after 120 periods D) The total decrease in population

The answer is B. The 120 is the coefficient of t (the slope), which represents the rate of change. Since the slope is negative (-120), the population decreases by 120 per period. Answer A describes the 8,500 (the y-intercept). Answers C and D describe different quantities entirely.

“What is the Value of the Expression…” Questions

These questions give you an equation or system and ask for the value of a specific expression rather than a single variable.

Worked Example:

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

Instead of solving for x and y individually, notice that adding the two equations gives: (3x + 2y) + (x - 2y) = 18 + 6, which simplifies to 4x = 24.

The answer is 24. You never needed to find x or y separately. This is a common SAT technique: look for ways to combine equations directly to get the expression the question asks for, without fully solving the system.

Worked Example:

If 5a - 3b = 7, what is the value of 10a - 6b?

Notice that 10a - 6b = 2(5a - 3b) = 2(7) = 14.

The answer is 14. The question is testing whether you recognize that the requested expression is a multiple of the given equation.

“How Many Solutions…” Questions

These questions ask you to determine how many solutions an equation or system has, often with a parameter involved.

Worked Example:

The equation 2(kx + 3) = 8x + 6 has infinitely many solutions. What is the value of k?

Expand: 2kx + 6 = 8x + 6

For infinitely many solutions, the equation must be an identity. The constants are already equal (6 = 6). For the variable terms: 2k = 8, so k = 4.

Worked Example:

For how many values of x is x - 4 + 3 = 1?
Rearrange: x - 4 = -2

Since absolute value cannot be negative, there is no solution. The answer is zero values of x.

Grid-In Algebra Questions

Student-produced response (grid-in) questions require you to calculate and enter the answer rather than selecting from choices. For Algebra, these questions typically have a single numerical answer.

Tips for grid-in Algebra questions:

Enter fractions as they are (3/7 is fine; you do not need to convert to a decimal).

If the answer is negative, include the negative sign.

If there are multiple correct answers (for example, “find a value of x that satisfies…”), enter any one correct value.

Double-check by substituting your answer back into the original equation.

Be careful with questions that ask for an expression value rather than a variable value. Calculate the expression, do not just enter the variable.

“Which Graph Represents…” Questions

These questions present an equation or system and ask you to identify its graph from four options, or present a graph and ask which equation matches it.

Strategy for matching equations to graphs:

Check the y-intercept: Where does the line cross the y-axis? This immediately narrows the choices.

Check the slope direction: Does the line go up or down from left to right? Positive slope goes up; negative slope goes down.

Check the slope steepness: A slope of 3 is steeper than a slope of 1/2.

If two answer choices match on intercept and slope direction, calculate a specific point to distinguish them: pick x = 2 (or another easy value), compute y from each equation, and see which matches the graph.

Strategy for matching graphs to equations:

Identify two clear points on the graph. Calculate the slope from those points. Identify the y-intercept. Write the equation and match it to the answer choices.

Alternatively, use Desmos: enter each answer choice as an equation and see which one matches the given graph. This is fast but requires you to type accurately.

“Which Point Satisfies…” Questions

These questions present an equation, inequality, or system and ask which of the given points lies on the line, in the solution region, or at the intersection.

Strategy: Substitute each point’s coordinates into the equation or inequality and check. This is straightforward but time-consuming if you check all four choices. A faster approach is to start with the point that looks most likely based on estimation, and only check others if the first does not work.

For inequality questions, check whether the point satisfies all inequalities in the system. A point must satisfy every inequality to be in the solution region.

The Complete Algebra Study Plan

Week 1: Foundations

Study one-variable equations (multi-step, fractions, decimals, no-solution and infinite-solution cases). Practice 20 to 30 questions. Focus on accuracy over speed.

Week 2: Two-Variable Equations and Graphing

Study slope-intercept form, point-slope form, standard form, and conversions. Practice interpreting slope and y-intercept in context. Practice graphing lines and identifying equations from graphs. Complete 20 to 30 questions.

Week 3: Systems of Equations

Study all three solving methods (substitution, elimination, graphing). Practice determining the number of solutions. Practice parametric systems (finding values that produce no solution or infinite solutions). Complete 25 to 35 questions.

Week 4: Inequalities and Absolute Value

Study linear inequalities, compound inequalities, systems of inequalities, and absolute value equations. Practice graphing inequality regions. Complete 20 to 30 questions.

Week 5: Word Problems

Study each word problem type (rate, mixture, cost, distance, age/quantity). Practice translating English descriptions into algebraic equations. Complete 25 to 35 questions, focusing on the translation step rather than just the solving step.

Week 6: Integration and Review

Take a practice test focusing on Algebra questions. Analyze every error using the error categorization framework. Revisit the topics where errors occurred. Practice timed sets of mixed Algebra questions to build speed.

Ongoing Practice After Week 6

After completing the initial six-week study plan, continue practicing Algebra as part of your broader SAT preparation. Include 10 to 15 Algebra questions in each mixed practice session to maintain fluency. Revisit any topics where errors recur, and take a full-length practice test every two weeks to track progress.

Key Strategies for Maximizing Algebra Performance on Test Day

Strategy 1: Check Your Answer Against the Original Equation

After solving any equation, take 5 to 10 seconds to substitute your answer back into the original equation and verify that it works. This is the single most effective way to catch arithmetic errors, sign mistakes, and procedural errors. On student-produced response questions where there are no answer choices to guide you, verification is especially critical.

Strategy 2: Read the Question Twice

Before you start solving, read the question once to understand the setup, and then read the final sentence again to identify exactly what is being asked. Many SAT Algebra questions ask for an expression (like 2x + 1) rather than the variable itself (x). Others ask for the y-coordinate when you have found x, or for the sum x + y when you have found each individually. The habit of re-reading prevents the “solved for the wrong thing” error, which is one of the most common mistakes at every score level.

Strategy 3: Translate Before You Calculate

On word problems, resist the urge to start calculating immediately. Instead, spend 20 to 30 seconds setting up the problem: defining variables, writing equations, and identifying what the question asks. This upfront investment prevents the much larger time cost of solving the wrong equation and having to start over.

Strategy 4: Use Estimation as a Check

After solving, ask yourself whether your answer is reasonable. If a question asks how many hours it takes to fill a pool and your answer is 500 hours, something is probably wrong. If a question about a store’s revenue gives you a negative number, re-check your work. Estimation does not replace precise calculation, but it catches gross errors that would otherwise go unnoticed.

Strategy 5: Know When to Use Each Solving Method

For one-variable equations: solve algebraically (it is fastest).

For systems with a variable already isolated: use substitution.

For systems with matching or near-matching coefficients: use elimination.

For systems where you want quick verification: use Desmos.

For inequalities requiring sign flips: solve algebraically but with extra care.

For absolute value equations: set up both cases and solve each.

For word problems: translate first, then apply the appropriate method.

Strategy 6: Manage Your Time on Algebra Questions

Algebra questions span the full difficulty range. The early questions in each module are typically straightforward one-variable equations or direct applications of slope. The later questions are more complex systems, word problems, or parametric equations. Budget about 60 seconds for easy Algebra questions and up to 2 minutes for hard ones. If a question is taking more than 2 minutes, flag it and move on.

Since Algebra questions appear throughout the module (not clustered in one section), you will encounter them interspersed with questions from other domains. Maintain your algebraic focus when you recognize an Algebra question, even if the previous question was about geometry or statistics.

Strategy 7: Build a Personal Error Log

Keep a running log of every Algebra error you make during practice. For each error, note the topic, the mistake type (arithmetic, sign, setup, misread), and the correction. Review this log before each practice test and before the actual test. Over time, you will see patterns emerge: maybe you consistently make sign errors on elimination problems, or you consistently misread “less than” word problems. Knowing your personal error patterns allows you to allocate extra care precisely where you need it.

How Algebra Connects to Every Other SAT Math Domain

Understanding how Algebra serves as the foundation for the other three domains helps you see why investing in Algebra mastery produces gains across the entire Math section.

Algebra and Advanced Math

Advanced Math is essentially Algebra with nonlinear elements added. Quadratic equations are solved using the same manipulation techniques you learn with linear equations: distribution, combining like terms, and isolating terms. The quadratic formula itself is a formula you apply within an algebraic framework. Polynomial factoring extends the factor-and-set-equal-to-zero approach from linear equations. Exponential equations require logarithmic manipulation, which uses the same inverse-operation logic as linear equation solving. If your algebraic manipulation skills are shaky, every Advanced Math topic will feel harder than it needs to be.

Specifically, many Advanced Math questions involve systems where one equation is linear and one is quadratic. Solving these requires substituting the linear equation into the quadratic, which is the same substitution method you practice with linear systems. The only added complexity is that the resulting equation is quadratic rather than linear, giving you two potential solutions instead of one.

Algebra and Problem-Solving and Data Analysis

Ratio and proportion questions are, at their core, linear equation questions. Setting up a proportion (a/b = c/d) and cross-multiplying produces a linear equation that you solve using standard techniques. Percentage problems involve setting up and solving linear equations (for example, 0.20x = 45, or x + 0.15x = 57.50). Rate problems are linear equation problems where the slope is the rate and the y-intercept is the starting value.

Scatter plots with lines of best fit connect directly to linear equations in two variables. Interpreting the slope and y-intercept of a regression line uses exactly the same skills you develop when studying linear models in Algebra. The line of best fit is just a linear equation applied to a statistical context.

Algebra and Geometry/Trigonometry

Coordinate geometry is entirely built on Algebra. Finding the equation of a line through two points, determining whether lines are parallel or perpendicular, and finding where a line intersects a circle all require algebraic manipulation. The distance formula is derived from the Pythagorean theorem but requires algebraic substitution to use. Circle equations in the coordinate plane require completing the square, which is an algebraic technique.

Even pure geometry questions occasionally require setting up and solving algebraic equations. If a question tells you that two angles are supplementary and one is three times the other, you set up the equation x + 3x = 180 and solve. If a triangle’s perimeter is 45 and the sides are x, x + 3, and 2x - 1, you solve x + (x + 3) + (2x - 1) = 45.

The Practical Implication

If you have limited study time, investing that time in Algebra gives you the highest return because it improves your performance not just on the 13 to 15 Algebra questions but also on a significant portion of the questions in the other three domains. A student who has mastered Algebra can often solve 25 to 30 of the 44 math questions based primarily on algebraic skills, even before considering domain-specific knowledge in Advanced Math, Data Analysis, or Geometry.

Practice Recommendations by Difficulty Level

For Students Scoring Below 550 on Math

Focus exclusively on the foundational Algebra topics: solving one-variable equations, understanding slope and y-intercept, and solving basic systems by substitution. Skip harder topics like absolute value inequalities and parametric systems for now. Your goal is to answer every easy and medium Algebra question correctly. Practice 15 questions per day, emphasizing accuracy over speed. Use Desmos liberally to verify your work and build confidence.

For Students Scoring 550 to 650

You have the basics and need to build speed and tackle the mid-difficulty questions. Focus on systems of equations (all three methods), word problem translation, and interpreting linear models in context. Begin practicing timed sets of 10 questions in 15 minutes. Analyze every error to identify whether it was a content gap, procedural mistake, or misread. Use Desmos strategically rather than for every question.

For Students Scoring 650 to 750

Your Algebra is mostly solid. Focus on the question types that appear in the harder portions of each module: parametric systems, no-solution and infinite-solution analysis, multi-step word problems, and questions that ask for expressions rather than individual variables. Practice under strict time pressure (22 questions in 35 minutes across all domains, reflecting the actual module format). Your errors at this level are likely strategic rather than conceptual, so focus on reading questions precisely and avoiding traps.

For Students Scoring Above 750

Algebra should be automatic for you. Focus on speed: can you solve every Algebra question in under 60 seconds? The time you save on Algebra questions can be reallocated to the harder Advanced Math and Geometry questions at the end of each module. Practice solving systems by inspection (recognizing patterns without full computation), and develop the habit of checking your work on every question, no matter how easy it seems. At this level, the Algebra points you lose are almost always due to carelessness rather than knowledge gaps.

Frequently Asked Questions

How many Algebra questions are on the SAT? Approximately 13 to 15 of the 44 total Math questions come from the Algebra domain, making it the most heavily tested content area along with Advanced Math.

What is the most important Algebra topic to study? Systems of equations and interpreting slope and y-intercept in context are the highest-frequency topics. Mastering these two areas alone can significantly improve your score.

Do I need to know all three forms of a linear equation? Yes. The SAT presents equations in slope-intercept form, point-slope form, and standard form. You should be able to work with all three and convert between them quickly.

When should I use Desmos for Algebra questions? Use Desmos for graphing-based questions, verifying solutions, solving systems visually, and determining the number of solutions for a system. Do not use it for simple equations you can solve faster by hand.

How do I avoid sign errors? Write out every step rather than doing steps in your head. Pay special attention when distributing negatives, subtracting grouped expressions, and dividing by negative numbers (which requires flipping inequality signs).

What is the difference between “no solution” and “infinitely many solutions”? No solution means the equation or system is never true (the variable terms cancel, leaving a false statement like 5 = 3). Infinitely many solutions means the equation or system is always true (the variable terms cancel, leaving a true statement like 4 = 4).

How do I know which solving method to use for a system? Use substitution when one equation is already solved for a variable. Use elimination when the coefficients of one variable are the same or easily matched. Use Desmos when you want a quick visual solution or verification.

What makes a word problem difficult on the SAT? The math in SAT word problems is usually straightforward. The difficulty comes from translating the English description into the correct algebraic setup. Practice this translation step specifically.

How do I handle fractions in equations? Multiply every term by the least common denominator to eliminate all fractions. This converts the equation into a standard form that is much easier to solve.

What is the fastest way to find the slope from two points? Use the slope formula: m = (y2 - y1)/(x2 - x1). Subtract the y-coordinates and divide by the subtracted x-coordinates. Be consistent about which point you call “point 1” and which you call “point 2.”

Can parallel lines ever intersect? No. Parallel lines have the same slope and different y-intercepts, so they never meet. A system of parallel lines has no solution.

What does a negative slope mean in a real-world context? A negative slope means the dependent variable decreases as the independent variable increases. For example, if a car’s fuel level decreases by 0.05 gallons per mile, the slope of the fuel-level-versus-distance graph is -0.05.

How do I know if an inequality sign should flip? The inequality sign flips only when you multiply or divide both sides by a negative number. It does not flip when you add or subtract negative numbers, or when you multiply or divide by a positive number.

What is the most common mistake on system-of-equations questions? The most common mistake is solving for x but providing x as the answer when the question asks for y, or for an expression like 2x + y. Always re-read what the question is asking before selecting your answer.

How important are word problems on the SAT? Very important. A significant portion of Algebra questions are presented as word problems rather than naked equations. Developing strong translation skills is essential for a high Math score.

How do I check my answer on a system of equations? Substitute your solution values into both original equations and verify that both equations are true. If either equation is not satisfied, you have made an error somewhere.

What is the best way to study Algebra for the SAT? Start with concept mastery (understand the rules and methods), then practice with targeted question sets (10 to 15 questions per topic), then practice with mixed sets under timed conditions. Analyze every error to identify and fix patterns.

How does Algebra connect to other SAT Math domains? Algebra skills are prerequisite for Advanced Math (solving quadratics requires equation manipulation), Problem-Solving and Data Analysis (setting up proportions is algebraic), and Geometry (coordinate geometry uses slope and linear equations). Mastering Algebra improves your performance across the entire Math section.