Question 901185: I need to solve the systems of equations by elimination and I do not understand how to solve by substitution. Can you help?
y+5x=-3
3y-2x=8
Thank you so much!
Found 2 solutions by MathLover1, stanbon: Answer by MathLover1(20850) (Show Source):
You can put this solution on YOUR website! 
or

Solved by pluggable solver: Solving a System of Linear Equations by Elimination/Addition |
Lets start with the given system of linear equations


In order to solve for one variable, we must eliminate the other variable. So if we wanted to solve for y, we would have to eliminate x (or vice versa).
So lets eliminate x. In order to do that, we need to have both x coefficients that are equal but have opposite signs (for instance 2 and -2 are equal but have opposite signs). This way they will add to zero.
So to make the x coefficients equal but opposite, we need to multiply both x coefficients by some number to get them to an equal number. So if we wanted to get 5 and -2 to some equal number, we could try to get them to the LCM.
Since the LCM of 5 and -2 is -10, we need to multiply both sides of the top equation by -2 and multiply both sides of the bottom equation by -5 like this:
Multiply the top equation (both sides) by -2
Multiply the bottom equation (both sides) by -5
So after multiplying we get this:


Notice how -10 and 10 add to zero (ie )
Now add the equations together. In order to add 2 equations, group like terms and combine them


Notice the x coefficients add to zero and cancel out. This means we've eliminated x altogether.
So after adding and canceling out the x terms we're left with:

Divide both sides by to solve for y
Reduce
Now plug this answer into the top equation to solve for x
Plug in 
Multiply
Subtract from both sides
Combine the terms on the right side
Multiply both sides by . This will cancel out on the left side.
Multiply the terms on the right side
So our answer is
, 
which also looks like
( , )
Notice if we graph the equations (if you need help with graphing, check out this solver)


we get
graph of (red) (green) (hint: you may have to solve for y to graph these) and the intersection of the lines (blue circle).
and we can see that the two equations intersect at ( , ). This verifies our answer. |
Solved by pluggable solver: SOLVE linear system by SUBSTITUTION |
Solve:
We'll use substitution. After moving 1*y to the right, we get:
, or . Substitute that
into another equation:
and simplify: So, we know that y=2. Since , x=-1.
Answer: .
|
Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! I need to solve the systems of equations by elimination::
y+5x=-3
3y-2x=8
------------
Modify for elimination::
3y + 15x = -9
3y - 2x = 8
----------
Subtract and solve for "x":
17x = -17
x = -1
------
Solve for "y" using y + 5x = -3
y + 5(-1) = -3
y - 5 = -3
y = 2
------
Ans: (-1,2)
===================
Cheers,
Stan H.
-------------------
|
|
|