Question 166275


Start with the given system of equations:


{{{system(-x+y=-2,-4x-4y=16)}}}



Let's solve the system by use of substitution


Now in order to solve this system by using substitution, we need to solve (or isolate) one variable. I'm going to solve for y.





So let's isolate y in the first equation


{{{-x+y=-2}}} Start with the first equation



{{{y=-2+x}}} Add {{{x}}} to both sides



{{{y=+x-2}}} Rearrange the equation



{{{y=(+x-2)/(1)}}} Divide both sides by {{{1}}}



{{{y=((+1)/(1))x+(-2)/(1)}}} Break up the fraction



{{{y=x-2}}} Reduce




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


Since {{{y=x-2}}}, we can now replace each {{{y}}} in the second equation with {{{x-2}}} to solve for {{{x}}}




{{{-4x-4highlight((x-2))=16}}} Plug in {{{y=x-2}}} into the second equation. In other words, replace each {{{y}}} with {{{x-2}}}. Notice we've eliminated the {{{y}}} variables. So we now have a simple equation with one unknown.




{{{-4x+(-4)(1)x+(-4)(-2)=16}}} Distribute {{{-4}}} to {{{x-2}}}



{{{-4x-4x+8=16}}} Multiply



{{{-8x+8=16}}} Combine like terms on the left side



{{{-8x=16-8}}}Subtract 8 from both sides



{{{-8x=8}}} Combine like terms on the right side



{{{x=(8)/(-8)}}} Divide both sides by -8 to isolate x




{{{x=-1}}} Divide






-----------------First Answer------------------------------



So the first part of our answer is: {{{x=-1}}}










Since we know that {{{x=-1}}} we can plug it into the equation {{{y=x-2}}} (remember we previously solved for {{{y}}} in the first equation).




{{{y=x-2}}} Start with the equation where {{{y}}} was previously isolated.



{{{y=(-1)-2}}} Plug in {{{x=-1}}}



{{{y=-1-2}}} Multiply



{{{y=-3}}} Combine like terms 




-----------------Second Answer------------------------------



So the second part of our answer is: {{{y=-3}}}










-----------------Summary------------------------------


So our answers are:


{{{x=-1}}} and {{{y=-3}}}


which form the point *[Tex \LARGE \left(-1,-3\right)] 









Now let's graph the two equations (if you need help with graphing, check out this <a href=http://www.algebra.com/algebra/homework/Linear-equations/graphing-linear-equations.solver>solver</a>)



From the graph, we can see that the two equations intersect at *[Tex \LARGE \left(-1,-3\right)]. This visually verifies our answer.





{{{
drawing(500, 500, -10,10,-10,10,
  grid(1),
  graph(500, 500, -10,10,-10,10, (-2--1*x)/(1), (16--4*x)/(-4) ),
  blue(circle(-1,-3,0.1)),
  blue(circle(-1,-3,0.12)),
  blue(circle(-1,-3,0.15))
)
}}} graph of {{{-x+y=-2}}} (red) and {{{-4x-4y=16}}} (green)  and the intersection of the lines (blue circle).