Linear equations in two variables are equations that describe straight lines.
Feynman Lens
Start with the simplest version: this lesson is about Linear Equations in Two Variables. If you can explain the core idea to a friend using everyday language, examples, and one clear reason why it matters, you have moved from memorising to understanding.
Linear equations in two variables are equations that describe straight lines. Unlike linear equations in one variable (which have a single solution), these equations have infinitely many solutions—every point on the line satisfies the equation. This chapter shows how to write equations of lines, plot them on the coordinate plane, and find where two lines intersect. These skills are fundamental for solving real-world problems involving relationships between two quantities, from economics to physics.
Linear Equations: The Definition and Standard Form
A linear equation in two variables has the form:
ax + by + c = 0 or ax + by = c
where a, b, and c are constants, and both a and b are not zero. The equation is called "linear" because its graph is a straight line.
Key characteristics:
Variables appear only to the first power (no x², xy, √y, etc.)
The solution is not a single number but a pair of numbers (x, y)
Infinitely many ordered pairs (x, y) satisfy the equation
Examples: 2x + 3y = 6, x - y = 5, 3x + 2y - 7 = 0
Non-examples (not linear): x² + y = 5, xy + 3 = 0, √x + y = 2
Real-world analogy: A linear equation describes a relationship. If x is hours worked and y is money earned, then y = 10x + 5 means you earn 10 dollars per hour plus a 5 dollar bonus. Any (x, y) pair satisfying this equation is a valid work/wage combination.
Solutions and Solution Sets
A solution to a linear equation in two variables is an ordered pair (x, y) that makes the equation true when substituted.
Example: Is (2, 1) a solution to x + 2y = 4?
Substitute: 2 + 2(1) = 4
Yes! So (2, y) = (2, 1) is a solution
Example: Is (3, 2) a solution to x + 2y = 4?
Substitute: 3 + 2(2) = 3 + 4 = 7 ≠ 4
No, it's not a solution
Finding solutions: To find solutions systematically:
Choose any value for x
Substitute into the equation
Solve for y
For x + 2y = 4:
If x = 0: 0 + 2y = 4 → y = 2, solution (0, 2)
If x = 2: 2 + 2y = 4 → y = 1, solution (2, 1)
If x = 4: 4 + 2y = 4 → y = 0, solution (4, 0)
The solution set is the collection of all solutions. Graphically, the solution set is the straight line.
Graphing Linear Equations
The graph of a linear equation in two variables is a straight line. Every point on the line is a solution.
Method 1: Finding two points
Find two solutions by choosing x-values and calculating y
Plot these points on the coordinate plane
Draw the line through them (extend beyond the two points)
Method 2: Using intercepts
x-intercept: Set y = 0 and solve for x
y-intercept: Set x = 0 and solve for y
Plot these two intercepts and draw the line through them
Example: Graph 2x + y = 4
x-intercept: Set y = 0: 2x = 4 → x = 2, point (2, 0)
y-intercept: Set x = 0: y = 4, point (0, 4)
Plot (2, 0) and (0, 4), draw the line
Slope: The Steepness of a Line
The slope measures how steep a line is. For a line passing through points (x₁, y₁) and (x₂, y₂):
Slope (m) = (y₂ - y₁)/(x₂ - x₁) = rise/run
Interpretations of slope:
Positive slope: Line rises left to right
Negative slope: Line falls left to right
Zero slope: Horizontal line
Undefined slope: Vertical line
Example: Find slope of line through (1, 2) and (4, 8)
Slope = (8 - 2)/(4 - 1) = 6/3 = 2
For every 1 unit right, the line rises 2 units
Slope-Intercept Form: y = mx + b
m is the slope
b is the y-intercept
This form immediately shows both the slope and y-intercept
Systems of Linear Equations: Finding Intersections
When you have two linear equations in two variables, the solution to the system is an ordered pair that satisfies both equations simultaneously. Graphically, it's the point where the two lines intersect.
Three possible outcomes:
Unique solution: Lines intersect at exactly one point
No solution: Lines are parallel (never meet)
Infinitely many solutions: Lines are identical (the same line)
Methods to solve:
Substitution Method: Solve one equation for one variable and substitute into the other
Elimination Method: Multiply equations to make coefficients equal, then add/subtract to eliminate a variable
Graphical Method: Plot both lines and find their intersection point
Example: Solve x + y = 5 and 2x - y = 4
Adding the equations: 3x = 9 → x = 3
Substituting back: 3 + y = 5 → y = 2
Solution: (3, 2)
Real-World Applications
Economics: Supply and demand curves are often linear. Their intersection determines market price and quantity.
Motion problems: Two vehicles moving at constant speeds can be modeled with linear equations. Their intersection represents when/where they meet.
Finance: Comparing phone plans, subscription services, or investment returns often involves linear equations.
Connecting to Related Topics
Understanding linear equations prepares you for:
chapter-03-coordinate-geometry: Coordinates help us plot lines
chapter-06-lines-and-angles: Line properties extend to geometric angles
chapter-07-triangles: Triangle vertices lie on lines in coordinate geometry
Key Formulas and Theorems
Standard form: ax + by + c = 0
Slope formula: m = (y₂ - y₁)/(x₂ - x₁)
Slope-intercept form: y = mx + b
Point-slope form: y - y₁ = m(x - x₁)
Solution: An ordered pair (x, y) satisfying the equation
Why does a linear equation in two variables have infinitely many solutions, while a linear equation in one variable has exactly one? What's the fundamental difference?
If you draw a line on the coordinate plane, every point on that line is a solution to some linear equation. Can you write an equation for a line passing through two specific points you choose?
The slope tells you the "rise over run." Why is it important to maintain the order (rise/run) rather than (run/rise)? What would happen if you flipped the formula?
Two lines have slopes m₁ = 2 and m₂ = 1/2. Are they parallel, perpendicular, or neither? How can the slope determine the relationship between two lines?
If you have a system of two linear equations with no solution, what does this tell you about the lines? Why is finding the intersection point equivalent to solving the system algebraically?
🃏 Flashcards — Quick Recall
Term / Concept
What is Linear Equations in Two Variables?
tap to flip
Linear Equations in Two Variables is the central idea of this lesson. Use the chapter examples to explain what it means and why it matters.
Term / Concept
What is Key characteristics?
tap to flip
- Variables appear only to the first power (no x², xy, √y, etc.)
Term / Concept
What is Examples?
tap to flip
2x + 3y = 6, x - y = 5, 3x + 2y - 7 = 0
Term / Concept
What is Non-examples?
tap to flip
(not linear): x² + y = 5, xy + 3 = 0, √x + y = 2
Term / Concept
What is Real-world analogy?
tap to flip
A linear equation describes a relationship. If x is hours worked and y is money earned, then y = 10x + 5 means you earn 10 dollars per hour plus a 5 dollar bonus. Any (x, y) pair satisfying this equation is a valid work/wage combination.
Term / Concept
What is Example?
tap to flip
Is (2, 1) a solution to x + 2y = 4?
Term / Concept
What is Finding solutions?
tap to flip
To find solutions systematically:
Term / Concept
What is x-intercept?
tap to flip
Set y = 0 and solve for x
Term / Concept
What is y-intercept?
tap to flip
Set x = 0 and solve for y
Term / Concept
What is Slope (m) = (y₂ - y₁)/(x₂ - x₁) = rise/run?
tap to flip
Interpretations of slope:
Term / Concept
What is Positive slope?
tap to flip
Line rises left to right
Term / Concept
What is Negative slope?
tap to flip
Line falls left to right
Term / Concept
What is Three possible outcomes?
tap to flip
1. Unique solution: Lines intersect at exactly one point
Term / Concept
What is Methods to solve?
tap to flip
Substitution Method: Solve one equation for one variable and substitute into the other
Term / Concept
What is Elimination Method?
tap to flip
Multiply equations to make coefficients equal, then add/subtract to eliminate a variable
Term / Concept
What is Graphical Method?
tap to flip
Plot both lines and find their intersection point
Term / Concept
What is Economics?
tap to flip
Supply and demand curves are often linear. Their intersection determines market price and quantity.
Term / Concept
What is Motion problems?
tap to flip
Two vehicles moving at constant speeds can be modeled with linear equations. Their intersection represents when/where they meet.
Term / Concept
What is Finance?
tap to flip
Comparing phone plans, subscription services, or investment returns often involves linear equations.
What is the core idea of Linear Equations: The Definition and Standard Form?
tap to flip
A linear equation in two variables has the form: ax + by + c = 0 or ax + by = c where a, b, and c are constants, and both a and b are not zero. The equation is called "linear" because its graph is a straight line.
Term / Concept
What is the core idea of Solutions and Solution Sets?
tap to flip
A solution to a linear equation in two variables is an ordered pair (x, y) that makes the equation true when substituted. Example: Is (2, 1) a solution to x + 2y = 4? - Substitute: 2 + 2(1) = 4 - Yes!
Term / Concept
What is the core idea of Graphing Linear Equations?
tap to flip
The graph of a linear equation in two variables is a straight line. Every point on the line is a solution. Method 1: Finding two points 1. Find two solutions by choosing x-values and calculating y 2.
Term / Concept
What is the core idea of Slope: The Steepness of a Line?
tap to flip
The slope measures how steep a line is.
Term / Concept
What is the core idea of Systems of Linear Equations: Finding Intersections?
tap to flip
When you have two linear equations in two variables, the solution to the system is an ordered pair that satisfies both equations simultaneously. Graphically, it's the point where the two lines intersect.
Term / Concept
What is the core idea of Real-World Applications?
tap to flip
Economics: Supply and demand curves are often linear. Their intersection determines market price and quantity. Motion problems: Two vehicles moving at constant speeds can be modeled with linear equations.
Term / Concept
What is the core idea of Connecting to Related Topics?
tap to flip
Understanding linear equations prepares you for: - chapter-03-coordinate-geometry: Coordinates help us plot lines - chapter-06-lines-and-angles: Line properties extend to geometric angles - chapter-07-triangles:…
Term / Concept
What is the core idea of Key Formulas and Theorems?
tap to flip
- Standard form: ax + by + c = 0 - Slope formula: m = (y₂ - y₁)/(x₂ - x₁) - Slope-intercept form: y = mx + b - Point-slope form: y - y₁ = m(x - x₁) - Solution: An ordered pair (x, y) satisfying the equation - Slope…
Term / Concept
What is Variables appear only to the first power?
tap to flip
Variables appear only to the first power (no x², xy, √y, etc.)
Term / Concept
What is The solution is not a single number?
tap to flip
The solution is not a single number but a pair of numbers (x, y)
Term / Concept
What is Infinitely many ordered pairs (x, y) satisfy?
tap to flip
Infinitely many ordered pairs (x, y) satisfy the equation
Term / Concept
What is Substitute?
tap to flip
2 + 2(1) = 4
Term / Concept
What is Yes! So (2, y) = (2, 1)?
tap to flip
Yes! So (2, y) = (2, 1) is a solution
Term / Concept
What is No, it's not a solution?
tap to flip
No, it's not a solution
Term / Concept
What is If x = 0?
tap to flip
0 + 2y = 4 → y = 2, solution (0, 2)
Term / Concept
What is If x = 2?
tap to flip
2 + 2y = 4 → y = 1, solution (2, 1)
Term / Concept
What is If x = 4?
tap to flip
4 + 2y = 4 → y = 0, solution (4, 0)
40 cards — click any card to flip
📝 Quick Quiz — Test Yourself
Why does a linear equation in two variables have infinitely many solutions, while a linear equation in one variable has exactly one? What's the fundamental difference?
A Memorize the exact line without checking the reasoning.
B Use the chapter's formula or relation and explain the reasoning step by step.
C Ignore the examples and rely only on a keyword.
D Treat the idea as unrelated to the rest of the lesson.
If you draw a line on the coordinate plane, every point on that line is a solution to some linear equation. Can you write an equation for a line passing through two specific points you choose?
A Memorize the exact line without checking the reasoning.
B Use the chapter's formula or relation and explain the reasoning step by step.
C Ignore the examples and rely only on a keyword.
D Treat the idea as unrelated to the rest of the lesson.
The slope tells you the "rise over run." Why is it important to maintain the order (rise/run) rather than (run/rise)? What would happen if you flipped the formula?
A Memorize the exact line without checking the reasoning.
B Use the chapter's formula or relation and explain the reasoning step by step.
C Ignore the examples and rely only on a keyword.
D Treat the idea as unrelated to the rest of the lesson.
Two lines have slopes m₁ = 2 and m₂ = 1/2. Are they parallel, perpendicular, or neither? How can the slope determine the relationship between two lines?
A Memorize the exact line without checking the reasoning.
B Use the chapter's formula or relation and explain the reasoning step by step.
C Ignore the examples and rely only on a keyword.
D Treat the idea as unrelated to the rest of the lesson.
If you have a system of two linear equations with no solution, what does this tell you about the lines? Why is finding the intersection point equivalent to solving the system algebraically?
A Memorize the exact line without checking the reasoning.
B Use the chapter's formula or relation and explain the reasoning step by step.
C Ignore the examples and rely only on a keyword.
D Treat the idea as unrelated to the rest of the lesson.
Which approach best shows that you understand Linear Equations in Two Variables?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Key characteristics?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Examples?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Non-examples?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Real-world analogy?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Example?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Finding solutions?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand x-intercept?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand y-intercept?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Slope (m) = (y₂ - y₁)/(x₂ - x₁) = rise/run?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Positive slope?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Negative slope?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Three possible outcomes?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Methods to solve?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Elimination Method?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Graphical Method?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Economics?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Motion problems?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Finance?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Slope formula?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Point-slope form?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Solution?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Slope interpretations?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Linear Equations: The Definition and Standard Form?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Solutions and Solution Sets?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Graphing Linear Equations?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Slope: The Steepness of a Line?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Systems of Linear Equations: Finding Intersections?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Real-World Applications?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Connecting to Related Topics?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Key Formulas and Theorems?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Variables appear only to the first power?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand The solution is not a single number?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Infinitely many ordered pairs (x, y) satisfy?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Substitute?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.