Practice Problem on Linear Equations in Two Variables
Last Updated :
29 Jul, 2024
In this article, we will learn about one interesting topic which is covered in class 9 and class 10 mathematics. We will look at some formulas and problems of Linear equations in two variables.
- Linear equations in two variables are expressed in the form ax + by + c = 0, where a, b, and c are real numbers, and a and b are not both zero.
- The solution of the equation represents the values of x and x for which the equation holds true.
- if (a1/a2 ≠ b1/b2) then the equation has exactly one solution. The lines are intersecting lines.
- if (a1/a2 = b1/b2 = c1/c2) then the equation has infinitely many solution. The lines are coincidental lines.
- if (a1/a2 = b1/b2 ≠ c1/c2) then the equation has no solution. The lines are parallel lines.
- The slope of a line represented in the form y = mx + c is m, where m is the coefficient of x.
Practice Problems with Solutions
Q1. What are the coefficients of the equation 4x - 10y = 46?
Solution:
To find the coefficients of the equation 4x - 10y = 46,
we need to find the term which is multiplying the variable
So, coefficient of x = 4 and coefficient of y = -10
Q2. What is the constant of the equation 4x - 10y = 46?
Solution:
To find the constant of the equation 4x - 10y = 46,
we need to find the term which is not multiplied with any variable
So, constant of 4x - 10y - 46 = 0 is -46.
Q3. Is x = 3 and y = 10 a solution of the equation -14x + 12y = 30 ?
Solution:
To check if a pair of values (x, y) is a solution of the equation -14x + 12y = 30,
we need to verify that left hand side of equation should be equal to right hand side of equation
i.e. L.H.S = R.H.S
So,
⇒ -14x + 12y = 30
⇒ -14 × 3 + 12 × 10 = 30
⇒ -42 + 120 ≠ 30
So, LHS is not equal to RHS.
So, x = 3 and y = 10 are not the solution of the equation -14x + 12y = 30
Q4. Is x = 3 and y = -10 a solution of the equation 10x + 3y = 0?
Solution:
To check if a pair of values (x, y) is a solution of the equation 10x + 3y = 0,
we need to verify that left hand side of equation should be equal to right hand side of equation
i.e. L.H.S = R.H.S
So,
⇒ 10x + 3y
⇒ 10 × 3 + 3 × (-10)
⇒ 30 - 30
⇒ 0
So, LHS is equal to RHS.
So, x = 3 and y = -10 are the solution of the equation 10x + 3y = 0
Q5. What’s the slope of the line 30x - 6y =3?
Solution:
To find the slope of the line 30x - 6y = 3, follow these steps
First, put the equation in the slope intercept form (y = mx + b)
6y = 30x - 3
y = 5x - 1/2
Now, check the coefficient of x
Here the coefficient of x is 5
So, the slope of the line 30x - 6y = 3 is 5.
Q6. What’s the slope of the line -20x + 10y = 8?
Solution:
To find the slope of the line -20x + 10y = 8, follow these steps
First, put the equation in the slope intercept form (y = mx + b)
10y = 20x + 8
y = 2x + 4/5
Now, check the coefficient of x
Here the coefficient of x is 2
So, the slope of the line 30x - 6y = 3 is 2.
Q7. Two Notebook and one pen cost Rs. 35 and 3 Notebook and four pen cost Rs. 65. Find the cost of Notebook and pen separately.
Solution:
Let's denote the cost of one notebook as N and the cost of one pen as P.
1. Two notebooks and one pen cost Rs. 35:
2N + 1P = 35
2. Three notebooks and four pens cost Rs. 65:
3N + 4P = 65
Let's solve it using the elimination method:
Multiplying the first equation by 4 and the second equation by 1 to eliminate P:
1. 4 * (2N + 1P) = 4 * 35 which gives 8N + 4P = 140
2. 1 * (3N + 4P) = 1 * 65 which gives 3N + 4P = 65
Now, subtracting the second equation from the first equation:
(8N + 4P) - (3N + 4P) = 140 - 65
8N + 4P - 3N - 4P = 75
5N = 75
Dividing both sides by 5:
N = 75/5 = 15
Now that we have found the cost of one notebook N = 15, we can substitute this value into one of the original equations to find the cost of one pen.
From the first equation:
2N + 1P = 35
2(15) + 1P = 35
30 + P = 35
P = 35 - 30
P = 5
So, the cost of one notebook is Rs. 15 and the cost of one pen is Rs. 5.
Q8. Find the solution for the given pair of linear equations.
2x + 3y = 7
4x - 6y = 10
Solution:
To find the number of solution , we check the ratio
a2/a1 = 4/2 = 2
and, b2/b1 = -6/3 = -2
a2/a1 ≠ b2/b1
So, it have one solution.
Now, to find the solution
we have two equations
2x + 3y = 7 .....(i)
4x - 6y = 10 ......(ii)
Multiply equation (i) by 2
4x + 6y = 14 .....(iii)
Now add equation (ii) and (iii),
we get 8x = 24
So, x = 3.
Now the value of x in equation (i)
6 + 3y = 7
y = 1/3.
So, x = 3 and y = 1/3.
Q9. Find the solution for the given pair of linear equations.
3x + 2y = 10
6x + 4y = 20
Solution:
To find the number of solution , we check the ratio
a2/a1 = 6/3 = 2
and, b2/b1 = 4/2 = 2
and, c2/c1 = 20/10 = 2
Thus, a2/a1 = b2/b1 = c2/c1 = 2
So, it have infinitely many solution.
Now, to find the solution
we have two equations
3x + 2y = 10 ....(i)
6x + 4y = 20 ....(ii)
As, we observe that both lines are the same line.
So, any point which fall on the line is the solution
like, x = 2 and y = 2
x = 3 and y = 1/2 and many more.
Q10. Find the solution for the given pair of linear equations.
2x + 3y =7
4x + 6y = 15
Solution:
To find the number of solution , we check the ratio
a2/a1 = 4/2 = 2
and, b2/b1 = 6/3 = 2
and, c2/c1 = 15/7
So, a2/a1 = b2/b1 ≠ c2/c1.
So, it have no solution.
Problems on Linear Equations in Two Variables
P1. What are the coefficients of the equation 2x − 5y = 20?
P2. What is the constant of the equation 3x + 7y = −14?
P3. Is x=4 and y=2 a solution of the equation −5x + 3y = 7?
P4. Is x=−3 and y=5 a solution of the equation 8x − 2y = −34?
P5. What’s the slope of the line 6x − 9y = 12?
P6. What’s the slope of the line −4x + 8y = −16?
P7. Three apples and two oranges cost $8, and five apples and four oranges cost $18. Find the cost of an apple and an orange separately.
P8. Find the solution for the given pair of linear equations:
P9. Find the solution for the given pair of linear equations:
P10. Find the solution for the given pair of linear equations:
- 5x − 2y = 10
- 10x + 4y = 20
Similar Reads
Pair of Linear Equations in Two Variables Linear Equation in two variables are equations with only two variables and the exponent of the variable is 1. This system of equations can have a unique solution, no solution, or an infinite solution according to the given initial condition. Linear equations are used to describe a relationship betwe
11 min read
Linear Equation in Two Variables Linear Equation in Two Variables: A Linear equation is defined as an equation with the maximum degree of one only, for example, ax = b can be referred to as a linear equation, and when a Linear equation in two variables comes into the picture, it means that the entire equation has 2 variables presen
9 min read
Linear Equations in One Variable Linear equation in one variable is the equation that is used for representing the conditions that are dependent on one variable. It is a linear equation i.e. the equation in which the degree of the equation is one, and it only has one variable.A linear equation in one variable is a mathematical stat
7 min read
Graph of Linear Equations in Two Variables Linear equations are the first-order equations, i.e. the equations of degree 1. The equations which are used to define any straight line are linear, they are represented as, x + k = 0; These equations have a unique solution and can be represented on number lines very easily. Let's look at linear e
5 min read
Introduction to Two-Variable Linear Equations in Straight Lines Lines are the most basic configuration in geometry. Many other geometrical shapes can be obtained from lines. Lines are referred 1-Dimensional. We can obtain higher dimensional shapes using lines. Let's understand the lines in depth. Let's say, we have two sets as follows, x = {1, 2, 3, 4, 5, 6, 7}
6 min read