SOLUTION: Find the coordinates of the points of intersection of the following pair of non-parallel lines:
2x + 4y = 10
6y - 3x + 9 = 0
Algebra ->
Coordinate-system
-> SOLUTION: Find the coordinates of the points of intersection of the following pair of non-parallel lines:
2x + 4y = 10
6y - 3x + 9 = 0
Log On
You can put this solution on YOUR website!
1.
.
.
.
2.
.
.
.
Add the equations together to eliminate .
Then use either equation to solve for .
.
.
.
Graphical verification
.
.
.
You can put this solution on YOUR website! For a pair of non-parallel lines, there should be one point of intersection. This is the same as solving for the the unknowns (x, y) in the pair of equations.
We have two equations and two unknowns (variables), so we should be able to solve for the unknowns using substitution.
Let's find the value of x in the first equation (we could choose y but we picked x at random).
2x + 4y = 10
2x + 4y - 4y = 10 - 4y
2x = 10 - 4y
Dividing each side by 2:
(2x)/2 = (10 - 4y)/2
x = 5 - 2y
Now we substitute this value for x into the second equation:
6y - 3x + 9 = 0
6y - 3*(5 - 2y) + 9 = 0
6y + (-3)*(5 - 2y) + 9 = 0
And distribute the -3:
6y + (-3)*5 + (-3)(-2y) + 9 = 0
6y - 15 + 6y + 9 = 0
12y - 6 = 0
12y = 6
Dividing each side by 12:
(12y)/12 = (6)/12
y = 1/2
And, plugging our value for y back into expression for x:
x = 5 - 2*(1/2)
x = 5 - 1
x = 4
So, there is one point of intersection at (4, 1/2)