Algebra · ~35% of Math section

SAT Linear Equations in Two Variables: Practice Questions & Study Guide

Interpreting and writing equations relating two quantities, including converting between equation forms and identifying key features like slope and intercepts.

10 practice questions
3 Easy
4 Medium
3 Hard

Understanding Linear Equations in Two Variables

A linear equation in two variables, such as y = 2x + 5 or 3x + 4y = 12, describes a straight line on the coordinate plane. Every point (x, y) on that line is a solution to the equation. Questions may ask you to identify slope, y-intercept, x-intercept, or interpret what those values mean in a real-world context.

Three useful forms are slope-intercept form (y = mx + b, where m is slope and b is y-intercept), standard form (Ax + By = C), and point-slope form (y - y1 = m(x - x1)). To find slope from standard form Ax + By = C, rearrange to slope-intercept: y = -(A/B)x + C/B, revealing m = -A/B.

Contextual interpretation matters. If a plumber charges $75 per hour plus a $50 flat fee, the slope (75) represents the hourly rate and the y-intercept (50) is the flat fee. A question may then ask what a specific output means or what input produces a given cost, so keep units attached to each quantity.

Another question type gives two points and asks for the equation of the line, or gives an equation and asks for the missing coordinate of a point on it. For example, to find k when (3, k) lies on y = 4x - 1, substitute x = 3 and evaluate y.

Key Rules & Formulas

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

1

Slope-intercept form y = mx + b: m is slope, b is the y-intercept (value of y when x = 0).

y = -3x + 7 has slope -3 and y-intercept 7.

2

Slope m = (y2 - y1) / (x2 - x1) for any two points on the line.

Through (1, 2) and (4, 11): m = (11-2)/(4-1) = 9/3 = 3.

3

The x-intercept is the point where y = 0; set y = 0 and solve for x.

For 2x + 3y = 12, set y = 0: 2x = 12, so x = 6. X-intercept is (6, 0).

4

To convert standard form to slope-intercept form, solve for y.

3x + 2y = 10 → 2y = -3x + 10 → y = -3/2 x + 5.

5

A point lies on a line if its coordinates satisfy the equation.

Does (2, 5) lie on y = 2x + 1? Check: 5 = 2(2) + 1 = 5. Yes.

Linear Equations in Two Variables Practice Questions

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

Question 1Easy

A line has slope 3 and passes through the point (0, -2). Which equation represents this line?

Show explanation

Correct answer: B. y = 3x - 2

Explanation

The line passes through (0, -2), so the y-intercept is -2. With slope 3, the equation in slope-intercept form is y = 3x + (-2) = 3x - 2.

Question 2Easy

What is the slope of the line 6x + 3y = 12?

Show explanation

Correct answer: A. -2

Explanation

Solve for y: 3y = -6x + 12, so y = -2x + 4. The slope is -2.

Question 3Easy

A taxi service charges a $2.50 base fare plus $1.75 per mile. If d is the number of miles and C is the total cost in dollars, which equation models the total cost?

Show explanation

Correct answer: D. C = 1.75d + 2.50

Explanation

The base fare is a flat charge ($2.50), which is the y-intercept. The per-mile charge ($1.75) is the slope (rate of change). So C = 1.75d + 2.50.

Question 4Medium

A line passes through the points (2, 5) and (6, 13). What is the y-intercept of this line?

Show explanation

Correct answer: C. y = 1

Explanation

Slope m = (13-5)/(6-2) = 8/4 = 2. Using point (2, 5) in y = 2x + b: 5 = 2(2) + b, so b = 1. The y-intercept is 1.

Question 5Medium

The equation 4x - ky = 12 passes through the point (3, 0). What is the value of k?

Show explanation

Correct answer: B. k can be any real number

Explanation

Substituting (3, 0) into 4x - ky = 12: 4(3) - k(0) = 12 → 12 - 0 = 12 → 12 = 12. This is true for any value of k, so k can be any real number.

Question 6Medium

The equation of a line is 2x + 5y = 20. What are the x-intercept and y-intercept of this line, respectively?

Show explanation

Correct answer: A. (10, 0) and (0, 4)

Explanation

For the x-intercept, set y = 0: 2x = 20, x = 10. So x-intercept is (10, 0). For the y-intercept, set x = 0: 5y = 20, y = 4. So y-intercept is (0, 4).

Question 7Medium

A water tank contains 300 gallons and drains at a constant rate of 15 gallons per minute. The equation W = 300 - 15t models the gallons remaining after t minutes. What does the coefficient -15 represent in this context?

Show explanation

Correct answer: D. The tank loses 15 gallons per minute

Explanation

In the equation W = 300 - 15t, the slope is -15. Since t is in minutes and W is in gallons, the slope -15 represents a change of -15 gallons per minute—meaning the tank loses 15 gallons every minute.

Question 8Hard

Two lines are represented by the equations y = (2/3)x - 4 and 4x - 6y = c. For what value of c do these lines represent the same line (infinitely many solutions)?

Show explanation

Correct answer: C. c = 24

Explanation

Rewrite the second equation in slope-intercept form: -6y = -4x + c, so y = (2/3)x - c/6. For the same line, we need (2/3)x - c/6 = (2/3)x - 4, which means -c/6 = -4, so c = 24.

Question 9Hard

Line l passes through (-3, 7) and is perpendicular to the line y = (3/4)x + 1. What is the equation of line l?

Show explanation

Correct answer: B. y = -(4/3)x + 3

Explanation

The slope of the given line is 3/4. A perpendicular line has slope -4/3 (the negative reciprocal). Using point (-3, 7): 7 = -(4/3)(-3) + b = 4 + b, so b = 3. The equation is y = -(4/3)x + 3.

Question 10Hard

Line m passes through the points (2, k) and (5, 3k - 4). If the slope of line m is 4, what is the value of k?

Show explanation

Correct answer: D. k = 8

Explanation

Slope = (3k - 4 - k) / (5 - 2) = (2k - 4) / 3. Set equal to 4: (2k - 4)/3 = 4 → 2k - 4 = 12 → 2k = 16 → k = 8.

Want more Linear Equations in Two Variables practice?

Open this skill in the question bank, then filter the available practice by difficulty and score band.

Open Question Bank

Common Mistakes to Avoid

Use this checklist to catch common traps while working through Linear Equations in Two Variables questions, then add your own patterns as you review missed answers.

  • !Reading slope and y-intercept directly from standard form (Ax + By = C) without first solving for y.
  • !Computing slope as (x2 - x1)/(y2 - y1) instead of (y2 - y1)/(x2 - x1) (flipping the fraction).
  • !Misinterpreting the y-intercept in context: the y-intercept is the value of the output when the input is zero, not a rate of change.
  • !Finding the equation of a line but using the wrong point when applying point-slope form.
  • !Forgetting that a negative slope means the line goes down from left to right, causing sign errors in contextual problems.

Strategy Tips: Linear Equations in Two Variables

Convert to slope-intercept form as your default first move—it makes slope and intercept immediately visible without extra thinking.

When a question asks what the slope or y-intercept 'represents,' translate units: if x is in hours and y is in dollars, slope is dollars per hour.

Use the graphing calculator to quickly verify: enter the equation, then check the graph matches the answer choices for intercepts or slope direction.

For 'find k so that point (a, k) is on the line,' just substitute x = a into the equation and compute y—it's a one-step evaluation.

Other Algebra Subtopics

10 worked questions for this skill

Master Linear Equations in Two Variables

Continue with this skill in the question bank, or test how it holds up under section timing before returning to the surrounding Algebra skills.

SAT® is a trademark registered by the College Board, which is not affiliated with, and does not endorse, this website.

Send feedback