Introduction
{{FORMULA: expr=a₁x + b₁y + c₁ = 0, a₂x + b₂y + c₂ = 0 | symbols=x,y:variables, a₁,b₁,a₂,b₂:coefficients, c₁,c₂:constants}}
Introduction: Turning Everyday Puzzles into Math
Have you ever faced a situation where you need to figure out two unknown quantities at the same time? Life is full of such puzzles! Imagine planning a budget, mixing ingredients for a recipe, or even figuring out scores in a game. These are all real-world problems that can be solved using the power of algebra.
Let's consider the example of Akhila visiting a village fair. She wants to ride the Giant Wheel and play Hoopla. We know two things about her choices:
- The number of times she played Hoopla is exactly half the number of Giant Wheel rides.
- Each ride costs ₹3, each game of Hoopla costs ₹4, and she spent a total of ₹20.
How can we find out exactly how many rides she took and how many games she played? Guessing might work, but it's slow. A more powerful method is to translate this story into the language of mathematics. This chapter is all about learning to represent such situations using a pair of linear equations in two variables and then finding their unique solution.
Definitions & Key Terms
Before we start building equations, let's understand the basic building blocks.
| Term | Meaning | Example |
|---|---|---|
| Variable | A symbol (usually a letter like x or y) that represents an unknown quantity. | In Akhila's problem, the number of rides is one variable. |
| Linear Equation in Two Variables | An equation of the form ax + by + c = 0, where a, b, and c are real numbers, and a and b are not both zero. Its graph is a straight line. | 3x + 4y - 20 = 0 represents the total cost of Akhila's activities. |
| Pair of Linear Equations | Two linear equations involving the same two variables. | The two conditions in Akhila's story form a pair of equations. |
| Solution | A pair of values, one for x and one for y, that makes both equations in the pair true. | Finding the values for x (rides) and y (games) that satisfy both conditions. |
From Words to Equations: A Step-by-Step Guide
Translating a word problem into a pair of linear equations is the most critical skill in this chapter. Let's use Akhila's fair problem to see how it's done.
Problem: The number of times Akhila played Hoopla (y) is half the number of rides she had on the Giant Wheel (x). Each ride costs ₹3 and a game of Hoopla costs ₹4, and she spent a total of ₹20.
-
Identify the Unknowns The first step is to figure out what we need to find. In this problem, the two unknown quantities are:
- The number of rides on the Giant Wheel.
- The number of times she played Hoopla.
-
Assign Variables Let's assign simple variables to represent these unknowns.
- Let
x= the number of rides on the Giant Wheel. - Let
y= the number of times she played Hoopla.
- Let
-
Translate the First Condition Read the first condition carefully: "The number of times she played Hoopla is half the number of rides she had on the Giant Wheel."
- "Number of times she played Hoopla" is
y. - "is" translates to the equals sign
=. - "half the number of rides" translates to
½ × xorx/2.
Combining these gives our first equation:
y = x/2This can also be written as
y = (1/2)x. - "Number of times she played Hoopla" is
-
Translate the Second Condition Read the second condition: "each ride costs ₹3, and a game of Hoopla costs ₹4, ... she spent ₹20."
- Total cost of rides = (cost per ride) × (number of rides) =
3 × x. - Total cost of Hoopla = (cost per game) × (number of games) =
4 × y. - The total amount spent is the sum of these two costs, which is ₹20.
This gives our second equation:
3x + 4y = 20 - Total cost of rides = (cost per ride) × (number of rides) =
-
State the Final Pair We have successfully converted the word problem into a system of two linear equations with two variables.
- Equation 1:
y = x/2 - Equation 2:
3x + 4y = 20
- Equation 1:
Solving this pair will give us the exact number of rides and games Akhila enjoyed. We will learn how to solve these in the next sections.
{{KEY: type=concept | title=The Golden Rule of Word Problems | text=The first and most important step is always to identify the TWO distinct quantities you need to find. Assign a different variable (like x and y) to each one before you even start writing equations.}}
Solved Examples
Let's practice forming pairs of linear equations from different scenarios.
Example 1: Sum and Difference (Easy)
Given: The sum of two numbers is 35 and their difference is 13.
To Find: The pair of linear equations representing this situation.
Solution:
-
Let the first number be
xand the second number bey. -
The first condition is "the sum of two numbers is 35". This translates to:
x + y = 35 -
The second condition is "their difference is 13". This translates to:
x - y = 13
Final Answer: The required pair of equations is x + y = 35 and x - y = 13.
Example 2: Cost of Items (Medium)
Given: 5 pencils and 7 pens together cost ₹50, whereas 7 pencils and 5 pens together cost ₹46.
To Find: The pair of linear equations for the cost of one pencil and one pen.
Solution:
-
Identify the two unknowns: the cost of a single pencil and the cost of a single pen. Let the cost of one pencil be
x(in ₹). Let the cost of one pen bey(in ₹). -
Translate the first condition: "5 pencils and 7 pens together cost ₹50". Cost of 5 pencils =
5x. Cost of 7 pens =7y. Total cost:5x + 7y = 50 -
Translate the second condition: "7 pencils and 5 pens together cost ₹46". Cost of 7 pencils =
7x. Cost of 5 pens =5y. Total cost:7x + 5y = 46
Final Answer: The required pair of equations is 5x + 7y = 50 and 7x + 5y = 46.
Example 3: Ages (Hard)
Given: Five years ago, a man was seven times as old as his son. Five years hence, the man will be three times as old as his son.
To Find: The pair of linear equations to find their present ages.
Solution:
-
Let the man's present age be
xyears. Let the son's present age beyyears. -
Analyze the first condition, which is about the past: "Five years ago...". Man's age 5 years ago =
x - 5. Son's age 5 years ago =y - 5. The condition is: "man was seven times as old as his son".x - 5 = 7 × (y - 5) -
Analyze the second condition, which is about the future: "Five years hence...". Man's age in 5 years =
x + 5. Son's age in 5 years =y + 5. The condition is: "man will be three times as old as his son".x + 5 = 3 × (y + 5)
Final Answer: The pair of equations is x - 5 = 7(y - 5) and x + 5 = 3(y + 5).
Example 4: Two-Digit Number (Tricky)
Given: The sum of the digits of a two-digit number is 9. Also, nine times this number is twice the number obtained by reversing the order of the digits.
To Find: The pair of linear equations to find the number.
Solution:
-
This is tricky. The variables are not the number itself, but its digits. Let the digit in the tens place be
x. Let the digit in the units place bey. -
The original two-digit number can be written as
10x + y. (For example, ifx=2, y=5, the number is10(2) + 5 = 25). The number obtained by reversing the digits is10y + x. -
The first condition is "The sum of the digits... is 9".
x + y = 9 -
The second condition is "nine times this number is twice the number obtained by reversing...". Nine times this number →
9 × (10x + y). Twice the reversed number →2 × (10y + x). So, the equation is:9(10x + y) = 2(10y + x)
Final Answer: The pair of equations is x + y = 9 and 9(10x + y) = 2(10y + x).
Tips & Tricks
Use these shortcuts to translate word problems faster and more accurately.
| Keyword/Phrase | Mathematical Operation | Example |
|---|---|---|
| is / was / will be / equals | = | "Ram's age is 15" → R = 15 |
| sum / more than / increased by | + (Addition) | "Sum of x and y" → x + y |
| difference / less than / decreased by | - (Subtraction) | "y less than x" → x - y |
| times / product of / twice / half of | × (Multiplication) | "Twice the age a" → 2a |
Common Mistakes to Avoid
Many students make small errors when setting up equations. Here's what to watch out for.
| ❌ Wrong Approach | ✅ Right Approach | Why it's a Mistake |
|---|---|---|
"x is 5 less than y" <br> x = 5 - y | x = y - 5 | The phrase "less than" reverses the order. You start with y and then subtract 5 from it. |
Assigning variables incorrectly <br> Let x be pencils and y be pens. | Let x be the cost of one pencil and y be the cost of one pen. | Be specific! x isn't the object itself, but a measurable property of it, like its cost, age, or quantity. |
Forgetting brackets with multiples <br> "Twice the sum of x and y" → 2x + y | 2(x + y) | The word "twice" applies to the entire "sum of x and y", not just the first term. |
Two-digit number confusion <br> Number is xy. | Number is 10x + y. | xy implies multiplication (x × y). A number like 52 is 10×5 + 2, not 5 × 2. |
Brain-Teaser Questions
(Form the pair of linear equations for each. You don't need to solve them yet!)
- A fraction becomes 9/11 if 2 is added to both the numerator and the denominator. If 3 is added to both the numerator and the denominator, it becomes 5/6. What are the equations?
💡 Answer: Let the numerator be
xand the denominator bey. The fraction isx/y. Eq 1:(x + 2) / (y + 2) = 9/11Eq 2:(x + 3) / (y + 3) = 5/6
- The area of a rectangle gets reduced by 9 square units if its length is reduced by 5 units and breadth is increased by 3 units. If we increase the length by 3 units and the breadth by 2 units, the area increases by 67 square units. Find the equations.
💡 Answer: Let the length be
land the breadth beb. The area isA = l × b. Eq 1:(l - 5)(b + 3) = lb - 9Eq 2:(l + 3)(b + 2) = lb + 67
- Yash scored 40 marks in a test, getting 3 marks for each right answer and losing 1 mark for each wrong answer. Had 4 marks been awarded for each correct answer and 2 marks been deducted for each incorrect answer, then Yash would have scored 50 marks. Set up the equations. (Assume Yash attempted all questions).
💡 Answer: Let the number of right answers be
xand the number of wrong answers bey. Eq 1:3x - 1y = 40Eq 2:4x - 2y = 50
Mini Cheatsheet
Screenshot this table for a quick revision of today's key concepts!
| Concept | General Form / Rule | Notes |
|---|---|---|
| Linear Equation in 2 Variables | ax + by + c = 0 | a and b cannot both be zero. |
| Pair of Linear Equations | a₁x + b₁y + c₁ = 0 <br> a₂x + b₂y + c₂ = 0 | Represents two conditions or relationships involving the same two variables x and y. |
| Core Skill | Words → Algebra | Identify two unknowns, assign x and y, and translate each condition into an equation. |
| Keyword: "Sum" | x + y | "The sum of their ages is 40" → x + y = 40 |
| Keyword: "Less Than" | y - x | "x is 10 less than y" → x = y - 10 |
Graphical Method of Solution of a Pair of Linear Equations — Part 1
Chapter 3: Pair of Linear Equations in Two Variables
Page 2 of 5: Graphical Method of Solution of a Pair of Linear Equations — Part 1
Introduction to Solutions of Linear Equations
When we have a pair of linear equations in two variables, we are interested in finding values of both variables that satisfy both equations simultaneously. The graphical method provides a visual way to understand and solve such systems.
Types of Solutions
A pair of linear equations can have three possible outcomes:
1. Consistent Pair of Equations A pair of linear equations that has at least one solution is called a consistent pair. This means the two lines representing the equations meet at one or more points.
2. Inconsistent Pair of Equations A pair of linear equations that has no solution is called an inconsistent pair. This occurs when the two lines are parallel and never meet.
3. Dependent Pair of Equations A pair of linear equations that are equivalent and have infinitely many solutions is called a dependent pair. Note that a dependent pair is always consistent because it has solutions (infinitely many, in fact).
Graphical Representation and Solution Behavior
When we represent a pair of linear equations graphically, three situations can arise:
Case (i): Lines Intersect at a Single Point
- The pair of equations has a unique solution (exactly one solution)
- This represents a consistent pair of equations
- The point of intersection gives us the values of x and y
Case (ii): Lines are Parallel
- The equations have no solution
- This represents an inconsistent pair of equations
- The lines never meet, so there are no common points
Case (iii): Lines are Coincident
- The equations have infinitely many solutions
- This represents a dependent (consistent) pair of equations
- The lines lie on top of each other, so every point on one line is also on the other
Algebraic Conditions for Different Cases
Consider two linear equations in the general form:
- a₁x + b₁y + c₁ = 0
- a₂x + b₂y + c₂ = 0
We can determine the nature of solutions by comparing the ratios of coefficients:
| Condition | Type of Lines | Number of Solutions | Nature |
|---|---|---|---|
| a₁/a₂ ≠ b₁/b₂ | Intersecting lines | Exactly one solution (unique) | Consistent |
| a₁/a₂ = b₁/b₂ = c₁/c₂ | Coincident lines | Infinitely many solutions | Dependent (Consistent) |
| a₁/a₂ = b₁/b₂ ≠ c₁/c₂ | Parallel lines | No solution | Inconsistent |
Detailed Examples with Ratio Analysis
Let us examine three pairs of equations to understand these conditions:
Example Set 1: Intersecting Lines
- Equation 1: x - 2y = 0
- Equation 2: 3x + 4y - 20 = 0
Here: a₁ = 1, b₁ = -2, c₁ = 0 and a₂ = 3, b₂ = 4, c₂ = -20
Comparing ratios:
- a₁/a₂ = 1/3
- b₁/b₂ = -2/4 = -1/2
Since 1/3 ≠ -1/2, we have a₁/a₂ ≠ b₁/b₂
Conclusion: The lines intersect at exactly one point (unique solution).
Example Set 2: Coincident Lines
- Equation 1: 2x + 3y - 9 = 0
- Equation 2: 4x + 6y - 18 = 0
Here: a₁ = 2, b₁ = 3, c₁ = -9 and a₂ = 4, b₂ = 6, c₂ = -18
Comparing ratios:
- a₁/a₂ = 2/4 = 1/2
- b₁/b₂ = 3/6 = 1/2
- c₁/c₂ = -9/(-18) = 1/2
Since 1/2 = 1/2 = 1/2, we have a₁/a₂ = b₁/b₂ = c₁/c₂
Conclusion: The lines are coincident (infinitely many solutions).
Example Set 3: Parallel Lines
- Equation 1: x + 2y - 4 = 0
- Equation 2: 2x + 4y - 12 = 0
Here: a₁ = 1, b₁ = 2, c₁ = -4 and a₂ = 2, b₂ = 4, c₂ = -12
Comparing ratios:
- a₁/a₂ = 1/2
- b₁/b₂ = 2/4 = 1/2
- c₁/c₂ = -4/(-12) = 1/3
Since 1/2 = 1/2 ≠ 1/3, we have a₁/a₂ = b₁/b₂ ≠ c₁/c₂
Conclusion: The lines are parallel (no solution).
Worked Example 1: Checking Consistency Graphically
Problem: Check graphically whether the pair of equations x + 3y = 6 and 2x - 3y = 12 is consistent. If so, solve them graphically.
Solution:
Step 1: Prepare a table of values for both equations.
For x + 3y = 6, we can write y = (6 - x)/3
| x | 0 | 6 |
|---|---|---|
| y | 2 | 0 |
For 2x - 3y = 12, we can write y = (2x - 12)/3
| x | 0 | 3 |
|---|---|---|
| y | -4 | -2 |
Step 2: Plot the points.
- For the first equation: Plot A(0, 2) and B(6, 0)
- For the second equation: Plot P(0, -4) and Q(3, -2)
Step 3: Draw the lines.
- Join points A and B to form line AB
- Join points P and Q to form line PQ
Step 4: Identify the point of intersection. The lines intersect at point B(6, 0).
Step 5: Write the solution. The solution is x = 6 and y = 0.
Conclusion: Since the lines intersect at a point, the given pair of equations is consistent with a unique solution: x = 6, y = 0.
Worked Example 2: Identifying Infinitely Many Solutions
Problem: Graphically, find whether the following pair of equations has no solution, unique solution, or infinitely many solutions:
- 5x - 8y + 1 = 0
- 3x - (24/5)y + 3/5 = 0
Solution:
Step 1: Multiply the second equation by 5/3 to simplify.
(5/3) × [3x - (24/5)y + 3/5 = 0] = 5x - 8y + 1 = 0
Step 2: Compare the equations. After multiplication, the second equation becomes identical to the first equation.
Step 3: Determine the nature of solutions. Since both equations represent the same line, the lines are coincident.
Conclusion: The pair of equations has infinitely many solutions. Every point on the line 5x - 8y + 1 = 0 is a solution to both equations.
Worked Example 3: Real-Life Application
Problem: Champa went to a sale to purchase pants and skirts. The number of skirts is two less than twice the number of pants. Also, the number of skirts is four less than four times the number of pants. How many pants and skirts did she buy?
Solution:
Step 1: Define variables. Let x = number of pants Let y = number of skirts
Step 2: Form equations from the given conditions.
-
First condition: "skirts is two less than twice the pants" y = 2x - 2 ... (1)
-
Second condition: "skirts is four less than four times the pants" y = 4x - 4 ... (2)
Step 3: Prepare tables for plotting.
For y = 2x - 2:
| x | 2 | 0 |
|---|---|---|
| y | 2 | -2 |
For y = 4x - 4:
| x | 0 | 1 |
|---|---|---|
| y | -4 | 0 |
Step 4: Plot and draw the lines. Plot the points and draw both lines on graph paper.
Step 5: Find the intersection point. The two lines intersect at the point (1, 0).
Step 6: Interpret the solution. x = 1 means she purchased 1 pair of pants y = 0 means she purchased 0 skirts
Verification:
- Check in equation (1): y = 2(1) - 2 = 0 ✓
- Check in equation (2): y = 4(1) - 4 = 0 ✓
Answer: Champa purchased 1 pair of pants and did not buy any skirts.
Key Points to Remember
- The graphical method involves plotting both equations on the same coordinate plane
- Always find at least two points for each line (though more points improve accuracy)
- The intersection point (if it exists) represents the solution
- Check your solution by substituting back into both original equations
- Before plotting, compare the ratios a₁/a₂, b₁/b₂, and c₁/c₂ to predict the nature of the solution
Graphical Method of Solution of a Pair of Linear Equations — Part 2
Chapter 3: Pair of Linear Equations in Two Variables
Graphical Method and Conditions for Consistency
In the previous section, we learned how to represent a pair of linear equations graphically by drawing two straight lines. Now, we will delve deeper into what these graphs tell us about the solution of the pair of equations. The way these two lines interact on the graph reveals the nature of the solution.
Behaviour of Lines and Existence of Solutions
When we draw two lines on a Cartesian plane, only three possibilities can occur:
- The lines intersect at a single point.
- The lines are parallel and never intersect.
- The lines are coincident, meaning one line lies exactly on top of the other.
Each of these geometric possibilities corresponds to a specific type of solution for the pair of linear equations. This leads us to two important definitions:
-
Consistent Pair: A pair of linear equations that has at least one solution is called a consistent pair. This occurs when the lines are intersecting (one unique solution) or coincident (infinitely many solutions).
- Dependent Pair: A pair of linear equations which are equivalent and have infinitely many common solutions is called a dependent pair. The lines representing such a pair are coincident. Note that a dependent pair is always consistent.
-
Inconsistent Pair: A pair of linear equations that has no solution is called an inconsistent pair. This occurs when the lines representing the equations are parallel.
Condition for Consistency: Comparing Ratios of Coefficients
We can determine the graphical behaviour and the nature of the solutions of a pair of linear equations without even drawing the graph! We can do this by simply comparing the ratios of their coefficients.
Consider the general form of a pair of linear equations: a₁x + b₁y + c₁ = 0 a₂x + b₂y + c₂ = 0
Here, a₁, b₁, c₁ are the coefficients and constant term of the first equation, and a₂, b₂, c₂ are for the second equation.
The relationship between their graphs and solutions can be summarized in the table below.
| Sl. No. | Comparison of Ratios | Graphical Representation | Algebraic Interpretation | Type of Pair |
|---|---|---|---|---|
| 1. | a₁/a₂ ≠ b₁/b₂ | Intersecting Lines | Exactly one solution (unique) | Consistent |
| 2. | a₁/a₂ = b₁/b₂ = c₁/c₂ | Coincident Lines | Infinitely many solutions | Dependent (and Consistent) |
| 3. | a₁/a₂ = b₁/b₂ ≠ c₁/c₂ | Parallel Lines | No solution | Inconsistent |
This table is a powerful tool. By calculating these simple ratios, you can predict whether a pair of equations has one solution, no solution, or infinitely many solutions.
Worked Examples
Let's apply these concepts to solve some problems.
Example 1: Solving Graphically
Check graphically whether the pair of equations is consistent. If so, solve them graphically. Equation (1): x + 3y = 6 Equation (2): 2x – 3y = 12
Solution:
Step 1: Check for consistency using the ratio method. First, let's write the equations in the general form a₁x + b₁y + c₁ = 0. x + 3y – 6 = 0 2x – 3y – 12 = 0
Here, a₁ = 1, b₁ = 3, c₁ = -6 and a₂ = 2, b₂ = -3, c₂ = -12
Now, compare the ratios: a₁/a₂ = 1/2 b₁/b₂ = 3/(-3) = -1
Since a₁/a₂ ≠ b₁/b₂ (because 1/2 ≠ -1), we can predict that the lines will be intersecting. This means the pair of equations has a unique solution and is therefore consistent.
Step 2: Find points to plot the graphs. To draw the graphs, we need at least two points for each line.
For Equation (1): x + 3y = 6 (or y = (6 – x)/3)
| x | 0 | 6 |
|---|---|---|
| y | 2 | 0 |
| Points are A(0, 2) and B(6, 0). |
For Equation (2): 2x – 3y = 12 (or y = (2x – 12)/3)
| x | 0 | 3 |
|---|---|---|
| y | -4 | -2 |
| Points are P(0, -4) and Q(3, -2). |
Step 3: Plot the points and find the solution. Plot the points A, B, P, and Q on a graph paper and draw the lines passing through them.
We observe that the two lines intersect at point B(6, 0). This point of intersection is the solution to the pair of equations.
Answer: The solution is x = 6, y = 0. The pair of equations is consistent.
Example 2: Identifying Coincident Lines
Graphically, find whether the following pair of equations has no solution, a unique solution, or infinitely many solutions: Equation (1): 5x – 8y + 1 = 0 Equation (2): 3x – (24/5)y + 3/5 = 0
Solution:
Step 1: Compare the ratios of the coefficients. Here, a₁ = 5, b₁ = -8, c₁ = 1 and a₂ = 3, b₂ = -24/5, c₂ = 3/5
Let's compute the ratios: a₁/a₂ = 5 / 3 b₁/b₂ = (-8) / (-24/5) = (-8) × (5/-24) = 40/24 = 5/3 c₁/c₂ = 1 / (3/5) = 1 × (5/3) = 5/3
Step 2: Analyse the ratios. We see that a₁/a₂ = b₁/b₂ = c₁/c₂ (since all ratios are equal to 5/3).
According to our table, this condition means the lines are coincident. Coincident lines overlap completely, so every point on the line is a solution.
Answer: The pair of equations has infinitely many solutions. The pair is dependent and consistent.
