SOLUTION: Without graphing, find the point of intersection of the lines -x+2y=-4 and 2x+y=3

Algebra ->  Test -> SOLUTION: Without graphing, find the point of intersection of the lines -x+2y=-4 and 2x+y=3      Log On


   



Question 1208973: Without graphing, find the point of intersection of the lines -x+2y=-4 and 2x+y=3
Found 3 solutions by josgarithmetic, timofer, math_tutor2020:
Answer by josgarithmetic(39617) About Me  (Show Source):
You can put this solution on YOUR website!
Possible method choice can be Elimination.

The factor of +2 for first equation
system%28-2x%2B4y=-8%2C2x%2By=3%29
ADD!

The factor of -2 for the second equation
system%28-x%2B2y=-4%2C-4x-2y=-6%29
ADD!

Answer by timofer(104) About Me  (Show Source):
Answer by math_tutor2020(3817) About Me  (Show Source):
You can put this solution on YOUR website!

The original system is
system%28-x%2B2y=-4%2C2x%2By=3%29
Let's say we wanted to eliminate the x variable. To do so, we can double both sides of the 1st equation to get this equivalent system
system%28-2x%2B4y=-8%2C2x%2By=3%29
At this point the x coefficients are equal in magnitude but opposite sign.
Adding straight down has the x terms go to 0.
The y terms add to 5y. The right hand sides add to -5.

So 5y = -5 leads to y = -1
Then plug this into any equation mentioned so far. Isolate x.
-x+2y = -4
-x+2(-1) = -4
-x-2 = -4
-x = -4+2
-x = -2
x = 2

We have x = 2 pair up with y = -1
The ordered pair solution is (2, -1)
This is where the two lines intersect.

--------------------------------------------------------------------------

Another approach.

Let's isolate y in the 2nd equation
2x+y = 3 turns into y = -2x+3
That is then plugged into the other equation of the original system so we can solve for x.
-x+2y=-4
-x+2(-2x+3)=-4
-x-4x+6=-4
-5x+6=-4
-5x=-4-6
-5x=-10
x = -10/(-5)
x = 2

Then,
y = -2x+3
y = -2*2+3
y = -4+3
y = -1
We arrive at (x,y) = (2, -1) once again.

--------------------------------------------------------------------------
--------------------------------------------------------------------------

Answer: (2, -1)