Algebra · ~35% of Math section

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
Get 1,000+ More Questions

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. On the test, you will rarely need to graph these lines yourself—instead, questions ask you to identify slope, y-intercept, x-intercept, or interpret what those values mean in a real-world context.

The three most common 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)). Fluency in converting between these forms is essential. To find slope from standard form Ax + By = C, rearrange to slope-intercept: y = -(A/B)x + C/B, revealing m = -A/B.

The test particularly loves contextual interpretation: 'A plumber charges $75 per hour plus a $50 flat fee. Write an equation for the total cost C in terms of hours h.' Here the slope (75) represents the hourly rate and the y-intercept (50) is the flat fee. Questions may then ask what a specific output value means, or what input produces a given cost. Reading these carefully—and not just solving mechanically—separates high scorers from the pack.

Another common question type gives you two points and asks for the equation of the line, or gives you the equation and asks for the value of a variable when a specific condition is met (e.g., 'for what value of k does the point (3, k) lie on the line y = 4x - 1?'). These are straightforward substitution problems, but students sometimes over-complicate them.

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: C. 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: A. 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: D. 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: A. 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: B. 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: A. 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?

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

Open Question Bank

Common Mistakes to Avoid

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

  • !Confusing slope and y-intercept when a line is in standard form (Ax + By = C)—students forget to convert before reading off m and b.
  • !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

12,000+ questions · Free · No signup required

Master Linear Equations in Two Variables

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

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

Send feedback