SOLUTION: How do I solve this linear equation 3x-y=4 and 7x-2y=13

Algebra ->  Coordinate Systems and Linear Equations -> SOLUTION: How do I solve this linear equation 3x-y=4 and 7x-2y=13      Log On


   



Question 701371: How do I solve this linear equation 3x-y=4 and 7x-2y=13
Answer by KMST(5328) About Me  (Show Source):
You can put this solution on YOUR website!
system%283x-y=4%2C7x-2y=13%29 is a system of 2 linear equations with 2 variables.
You were probably taught about two ways to solve systems of 2 linear equations with 2 variables.
They are simple and easy to remember once you see them in action.
Both ways involve combining the two equations to make one equation that has only one variable (x or y).
You find that variable first, and then go back to the system to find the other variable.
For the system you ask about, both ways work equally well.

OPTION 1 (SUBSTITUTION):
Substitution is easy in some cases.
You have to know if that is the case, and you have to chose wisely the variable to be substituted.
Tip: look for a variable that does not have a visible coefficient in front.
Noticing that you see no coefficient in front of y in 3x-y=4,
you find that it is easy to "solve for y" to find an expression equal to y
Then, you can substitute that expression for y in the other equation to get an equation with only x for a variable.

Step 1: "Solve for y", or "isolate y"
You work carefully from 3x-y=4 to find that
y=3x-4.
You "solved for y" by finding a "formula" to calculate y based on x.
You "isolated y" on one side of the equal sign.
If you are not sure how to do that read the "Note 1:" below.

Step 2: Substitute that expression for y in the other equation.
Since you worked with 3x-y=4 to find that 3x-4 is the same as y,
now you go to the other equation, 7x-2y=13,
and substitute 3x-4 for y.
7x-2%283x-4%29=13 --> 7x-6x%2B8=13 --> x%2B8=13 --> x=13-8 --> highlight%28x=5%29

Step 3: Go back for y
You had found y=3x-4 as a "formula" to calculate y based on x.
Now that you know that x=5, you use that formula.
y=3%2A5-4 --> y=15-4 --> highlight%28y=11%29

Step 4 (Optional): Verify by substituting the values you found for x and y.
I always do (because I know I make mistakes).
Does x=5 with y=11 make 3x-y equal to 4?
3x-y=3%2A5-11=15-11=4 YES!
Does x=5 with y=11 make 7x-2y equal to 13?
7x-2y=7%2A5-2%2A11=35-22=13 YES!

Note 1:
How do you do "isolate y" and find that y=3x-4?
You could first add y to both sides and then subtract 4 from both sides:
3x-y=4 --> 3x=4%2By --> 3x-4=y
Or you could add -3x (also called subtract 3x) from both sides and then multiply both sides times %28-1%29:
3x-y=4 --> -y=4-3x --> y=-4%2B3x
Teacher may like the looks of y=3x-4 better, but 3x-4=y and y=-4%2B3x are the same thing.

OPTION 1 (ELIMINATION) (or COMBINATIONS):
Sometimes substitution makes you work with cumbersome fractions.
If I see that there are coefficients in front of every x and y,
I do not try substitution.
I use elimination (also called combination of equations).

Step 1: Make your combination of equations so as to eliminate a variable.
That means that the combination equation must have only x, or only y.
You make a combination of the two equations by multiplying them times numbers and adding them.
You have to choose those numbers so as to eliminate a variable.
In this case, I would choose to eliminate y
by multiplying the first equation times %28-2%29,
the multiplied first equation will have +2y,
while the other equation has -2y,
and adding then eliminates y.
Your teacher may say think of that as multiplying the first equation times 2 and subtracting the result from the second equation.
(I always add, because I make less mistakes that way).
It's really the same thing, but if your teacher does not like the way you do it,
agreeing with your teacher is a good strategy.
From 3x-y=4, multiplying both sides by %28-2%29, you get
-6x%2B2y=-8.
(Multiplying times 2 would get 6x-2y=8).
I'll show you how I multiply in the "Note 2:" below
To combine the equations you may be expected to line them up one atop the other.
I do it because it makes seeing what I'm doing easier.
.. 7x-2y=13
-6x%2B2y=-8
-----------------
.. x%2B0%2Ay=13-8 --> highlight%28x=5%29

The next step is to plug that value for x in one of the equations and solve for y.
One easy option would be to use 3x-y=4
3%2A5-y=4 --> 15-y=4 --> -y=4-15 --> -y=-11 --> highlight%28y=11%29
or, if you prefer,
3%2A5-y=4 --> 15-y=4 --> 15=4%2By --> 15-4=y --> 11=y --> highlight%28y=11%29

Note 2:
Here'e how I multiply an equation times a number.
I'm showing 3x-y=4 times %28-2%29.
I never write this all out; I just do it in my head,
and just write the end result.
At most, I would write:
3x-y=4 --(times(-2)--> -6x%2B2y=-8
if I have to show what I am multiplying.
%28-2%29%283x-y%29=%28-2%294 --> %28-2%29%283x%29%2B%28-2%29%28-y%29=-8 --> -6x%2B2y=-8