SOLUTION: I'm not sure how to do this problem, it asks to solve by system of equations. x+7y=8 x=6-7y I think the equal signs being in different places has me confused.

Algebra ->  Systems-of-equations -> SOLUTION: I'm not sure how to do this problem, it asks to solve by system of equations. x+7y=8 x=6-7y I think the equal signs being in different places has me confused.      Log On


   



Question 174019: I'm not sure how to do this problem, it asks to solve by system of equations.
x+7y=8
x=6-7y
I think the equal signs being in different places has me confused.

Found 2 solutions by solver91311, gonzo:
Answer by solver91311(24713) About Me  (Show Source):
You can put this solution on YOUR website!
Your system is set up to be solved using the substitution method. The second equation gives you an expression that is equal to x, so you can just substitute that expression in place of x in the first equation, leaving you with an equation in a single variable, y, that can be solved by ordinary methods. cartoon%28red%28x%29%2B7y=8%2Cred%286-7y%29%2B7y=8%29

Remember, if in the process of solving a system you obtain an absurd result, something like 3=0, that means that you have an inconsistent system. In other words, the solution set of the system is the empty set. Graphically speaking, the equations represent two straight lines that are parallel and so never intersect.

Answer by gonzo(654) About Me  (Show Source):
You can put this solution on YOUR website!
you have to manipulate the equations until everything is in the same place.
you do this following the rules of algebra by:
-----
subtracting the same value from both sides of the equation.
or:
adding the same value from both sides of the equation.
or:
multiplying each side of the equation by the same value.
or:
dividing each side of the equation by the same value.
or:
.....
you can do more (raise each side to the same power, take each side to the same root) but this should be enough for what you need.
-----
your problem:
x + 7y = 8
and
x = 6 - 7y
-----
if you need to solve this as a system of equations then i believe you need to make both equations in the standard form.
-----
the first equation looks like it already is in the standard form:
that is
x + 7y = 8
-----
the second equation needs a little manipulating.
that equation starts out as:
x = 6 - 7y
first you add 7y to both sides of the equation.
x + 7y = 6 - 7y + 7y
once you combine like terms, that equation becomes:
x + 7y = 6
because the -7y and the 7y on the right hand side of the equation cancel out.
-----
you have just moved 7y from the right side of the equation to the left side of the equation using the laws of algebra.
-----
that equation is now also in standard form.
you have 2 equations:
x + 7y = 8
x + 7y = 6
-----
these equations look identical except for what's on the right side of the equation.
if you subtract the second equation from the first equation, you get:
0 = 2
since this is impossible, your equations cannot be solved simultaneously.
-----
to prove this, i will solve the equations by substitution.
if i get the same answer then i know for sure.
solving by substitution works as follows:
your original equations are:
x + 7y = 8
x = 6 - 7y
-----
since x = 6-7y, you substitute 6-7y for x in your first equation.
6 - 7y + 7y = 8
6 = 8
this is not possible therefore your equations do not have a solution.
-----
i came up with no solution both ways.
i believe that's your answer.