Many real-world problems involve finding values that satisfy multiple conditions simultaneously.
Feynman Lens
Start with the simplest version: this lesson is about Pair of 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.
Many real-world problems involve finding values that satisfy multiple conditions simultaneously. This chapter teaches you how to solve systems of two linear equations in two variables—like finding where two lines intersect. Whether you're balancing a budget with multiple constraints, finding the break-even point in a business, or determining speeds in a chase problem, you're solving pairs of linear equations. Understanding these systems is fundamental to optimization, economics, engineering, and data analysis.
Linear Equations in Two Variables: Lines on a Plane
A linear equation in two variables has the form ax + by + c = 0 (or ax + by = c).
Key insight: Each such equation represents a line on a coordinate plane. Just as chapter-02-polynomials dealt with expressions, this chapter deals with systems of expressions—finding the point where multiple lines meet.
Real-world example:
Akhila rides on the Giant Wheel (3 rupees per ride) and plays Hoopla (4 rupees per game)
She plays Hoopla exactly half as many times as she rides the Wheel
She spends exactly 20 rupees
The equations are: 3w + 4h = 20 and h = w/2
Three Methods to Solve Pairs of Equations
1. Substitution Method: Replace and Simplify
Express one variable in terms of the other, then substitute into the second equation.
Example:
From h = w/2, substitute into 3w + 4h = 20
Get 3w + 4(w/2) = 20 → 5w = 20 → w = 4, h = 2
2. Elimination Method: Cancel Variables
Multiply equations to make one variable's coefficient identical, then subtract to eliminate it.
Example:
Equation 1: 3w + 4h = 20
Equation 2: h = w/2 → −w + 2h = 0
Multiply Equation 2 by 3: −3w + 6h = 0
Add to Equation 1: 10h = 20 → h = 2, then w = 4
3. Cross-Multiplication Method: Fast Track
A formula-based approach using the coefficients directly (useful for specific cases).
Three Possible Outcomes: Lines Can Intersect, Parallel, or Coincide
When you solve a pair of linear equations, you get exactly one of these scenarios:
Intersecting lines (unique solution):
The lines cross at one point
The pair is called consistent and independent
Example: y = x and y = 2x − 1 intersect at (1, 1)
Parallel lines (no solution):
The lines never meet
The pair is called inconsistent
Example: y = x + 1 and y = x + 2 (same slope, different y-intercepts)
Coincident lines (infinitely many solutions):
The lines are identical
The pair is called consistent and dependent
Example: y = x and 2y = 2x (same line, different forms)
Graphical Representation: Seeing the Solution
Drawing both lines on a graph makes the solution obvious:
For intersecting lines, the intersection point is the solution
For parallel lines, no point appears on both lines
For coincident lines, every point on the line is a solution
This visual approach complements algebraic methods and builds geometric intuition.
Connecting to Related Topics
These equation-solving skills extend to:
chapter-04-quadratic-equations: Quadratic equations solve similar problems with curved rather than linear relationships
chapter-05-arithmetic-progressions: Arithmetic sequences involve solving linear relationships over sequences
chapter-07-coordinate-geometry: Points and lines are fundamental to analyzing geometric shapes
Key Formulas and Theorems
Standard form: ax + by + c = 0
Substitution method: Solve for one variable, substitute into the other equation
Elimination method: Make coefficients equal, add/subtract to eliminate a variable
Condition for unique solution: a₁/a₂ ≠ b₁/b₂ (coefficients not proportional)
Condition for no solution: a₁/a₂ = b₁/b₂ ≠ c₁/c₂ (parallel lines)
When you solve a pair of linear equations and get "2 = 3," what does this tell you about the lines? Why is this outcome important?
Can two different lines ever intersect at more than one point? Why or why not?
You're given that a pair of equations is inconsistent. Without solving, what can you say about the lines they represent?
If one equation is x + y = 5 and another is 2x + 2y = 10, how many solutions does this system have? What's special about these two equations?
In a business problem, why might "infinitely many solutions" be as useful as "one unique solution" for decision-making?
🃏 Flashcards — Quick Recall
Term / Concept
What is Pair of Linear Equations in Two Variables?
tap to flip
Pair of 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 insight?
tap to flip
Each such equation represents a line on a coordinate plane. Just as chapter-02-polynomials dealt with expressions, this chapter deals with systems of expressions—finding the point where multiple lines meet.
Term / Concept
What is Real-world example?
tap to flip
- Akhila rides on the Giant Wheel (3 rupees per ride) and plays Hoopla (4 rupees per game)
Term / Concept
What is Example?
tap to flip
- From h = w/2, substitute into 3w + 4h = 20
Term / Concept
What is Coincident lines?
tap to flip
(infinitely many solutions):
Term / Concept
What is Substitution method?
tap to flip
Solve for one variable, substitute into the other equation
Term / Concept
What is Elimination method?
tap to flip
Make coefficients equal, add/subtract to eliminate a variable
Term / Concept
What is Condition for unique solution?
tap to flip
a₁/a₂ ≠ b₁/b₂ (coefficients not proportional)
Term / Concept
What is Condition for no solution?
tap to flip
a₁/a₂ = b₁/b₂ ≠ c₁/c₂ (parallel lines)
Term / Concept
What is Condition for infinite solutions?
tap to flip
a₁/a₂ = b₁/b₂ = c₁/c₂ (coincident lines)
Term / Concept
What is the core idea of Linear Equations in Two Variables: Lines on a Plane?
tap to flip
A linear equation in two variables has the form ax + by + c = 0 (or ax + by = c). Key insight: Each such equation represents a line on a coordinate plane.
Term / Concept
What is the core idea of 1. Substitution Method: Replace and Simplify?
tap to flip
Express one variable in terms of the other, then substitute into the second equation. Example: - From h = w/2, substitute into 3w + 4h = 20 - Get 3w + 4(w/2) = 20 → 5w = 20 → w = 4, h = 2
Term / Concept
What is the core idea of 2. Elimination Method: Cancel Variables?
tap to flip
Multiply equations to make one variable's coefficient identical, then subtract to eliminate it.
Term / Concept
What is the core idea of 3. Cross-Multiplication Method: Fast Track?
tap to flip
A formula-based approach using the coefficients directly (useful for specific cases).
Term / Concept
What is the core idea of Three Possible Outcomes: Lines Can Intersect, Parallel, or Coincide?
tap to flip
When you solve a pair of linear equations, you get exactly one of these scenarios: Intersecting lines (unique solution): - The lines cross at one point - The pair is called consistent and independent - Example: y = x…
Term / Concept
What is the core idea of Graphical Representation: Seeing the Solution?
tap to flip
Drawing both lines on a graph makes the solution obvious: - For intersecting lines, the intersection point is the solution - For parallel lines, no point appears on both lines - For coincident lines, every point on the…
Term / Concept
What is the core idea of Connecting to Related Topics?
tap to flip
These equation-solving skills extend to: - chapter-04-quadratic-equations: Quadratic equations solve similar problems with curved rather than linear relationships - chapter-05-arithmetic-progressions: Arithmetic…
Term / Concept
What is the core idea of Key Formulas and Theorems?
tap to flip
- Standard form: ax + by + c = 0 - Substitution method: Solve for one variable, substitute into the other equation - Elimination method: Make coefficients equal, add/subtract to eliminate a variable - Condition for…
Term / Concept
What is Akhila rides on the Giant Wheel (3?
tap to flip
Akhila rides on the Giant Wheel (3 rupees per ride) and plays Hoopla (4 rupees per game)
Term / Concept
What is She plays Hoopla exactly half as many?
tap to flip
She plays Hoopla exactly half as many times as she rides the Wheel
Term / Concept
What is She spends exactly 20 rupees?
tap to flip
She spends exactly 20 rupees
Term / Concept
What is The equations are?
tap to flip
3w + 4h = 20 and h = w/2
Term / Concept
What is From h = w/2, substitute into 3w?
tap to flip
From h = w/2, substitute into 3w + 4h = 20
Term / Concept
What is Get 3w + 4(w/2) = 20 →?
tap to flip
Get 3w + 4(w/2) = 20 → 5w = 20 → w = 4, h = 2
Term / Concept
What is Equation 1?
tap to flip
3w + 4h = 20
Term / Concept
What is Equation 2?
tap to flip
h = w/2 → −w + 2h = 0
Term / Concept
What is Multiply Equation 2 by 3?
tap to flip
−3w + 6h = 0
Term / Concept
What is Add to Equation 1?
tap to flip
10h = 20 → h = 2, then w = 4
Term / Concept
What is The lines cross at one point?
tap to flip
The lines cross at one point
Term / Concept
What is The pair is called consistent and independent?
tap to flip
The pair is called consistent and independent
Term / Concept
What is The lines never meet?
tap to flip
The lines never meet
Term / Concept
What is The pair is called inconsistent?
tap to flip
The pair is called inconsistent
Term / Concept
What is The lines are identical?
tap to flip
The lines are identical
Term / Concept
What is The pair is called consistent and dependent?
tap to flip
The pair is called consistent and dependent
Term / Concept
What is For intersecting lines, the intersection point is?
tap to flip
For intersecting lines, the intersection point is the solution
Term / Concept
What is For parallel lines, no point appears on?
tap to flip
For parallel lines, no point appears on both lines
Term / Concept
What is For coincident lines, every point on the?
tap to flip
For coincident lines, every point on the line is a solution
Term / Concept
What is chapter-04-quadratic-equations?
tap to flip
Quadratic equations solve similar problems with curved rather than linear relationships
Term / Concept
What is chapter-05-arithmetic-progressions?
tap to flip
Arithmetic sequences involve solving linear relationships over sequences
Term / Concept
What is chapter-07-coordinate-geometry?
tap to flip
Points and lines are fundamental to analyzing geometric shapes
40 cards — click any card to flip
📝 Quick Quiz — Test Yourself
When you solve a pair of linear equations and get "2 = 3," what does this tell you about the lines? Why is this outcome important?
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.
Can two different lines ever intersect at more than one point? Why or why not?
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.
You're given that a pair of equations is inconsistent. Without solving, what can you say about the lines they represent?
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 one equation is x + y = 5 and another is 2x + 2y = 10, how many solutions does this system have? What's special about these two equations?
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.
In a business problem, why might "infinitely many solutions" be as useful as "one unique solution" for decision-making?
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 Pair of 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 insight?
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 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 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 Coincident lines?
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 Substitution 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 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 Condition for unique 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 Condition for no 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 Condition for infinite 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 Linear Equations in Two Variables: Lines on a Plane?
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 1. Substitution Method: Replace and Simplify?
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 2. Elimination Method: Cancel 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 3. Cross-Multiplication Method: Fast Track?
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: Lines Can Intersect, Parallel, or Coincide?
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 Representation: Seeing the 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 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 Akhila rides on the Giant Wheel (3?
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 She plays Hoopla exactly half as many?
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 She spends exactly 20 rupees?
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 equations are?
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 From h = w/2, substitute into 3w?
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 Get 3w + 4(w/2) = 20 →?
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 Equation 1?
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 Equation 2?
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 Multiply Equation 2 by 3?
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 Add to Equation 1?
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 lines cross at one point?
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 pair is called consistent and independent?
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 lines never meet?
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 pair is called inconsistent?
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 lines are identical?
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 pair is called consistent and dependent?
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 For intersecting lines, the intersection point is?
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.