How do you solve the following linear system: # 7x+2y=1 , 3x+y=3 #?

1 Answer
Dec 30, 2015

#x=-5#, #y=18#

Explanation:

I'm going to show you two methods to do this, namely Substitution and Elimination.

1. Substitution

As the name suggests, we'll substitute one of the variables in terms of another.

We'll have to write #x# in terms of #y# from the first equation, and then substitute that value in the second equation.

From the first equation we have:

#7x+2y=1#
#7x=1-2y#

#x=(1-2y)/7#

Now that we have a value for #x#, let's substitute that in the second equation. We get:

#3((1-2y)/7)+y=3#

#3/7 -6/7y + y=3#

#1/7y=18/7#

#y=18/cancel7*cancel7/1#

#y=18#

We can now substitute this value in any of the two equations in the beginning to get #x#:

#3x+18=3#

#3x=-15#

#x=-15/3=-5#

2. Elimination

In this method, we'll first eliminate either the #x# or #y# terms first. We can do this by making the coefficients of either variables equal.

I'm going to eliminate #y#.
In the first equation, the coefficient of #y# is #2#, while in the second one it's #1#. What's the LCM of #2# and #1#? #2# of course!

So let's make the coefficients of #y# equal to #2# in both equations. We can do this by multiplying the second one with #2#.

#(3x+y=3)*2 rArr 6x+2y=6#

Now, to eliminate the terms with #x# we'll subtract the first equation from the new one.

#(6x+2y) -(7x+2y)=(6-1)#

#-x=5#

#x=-5#

Now, like we did in the first step we can substitute this value of #x# in any of the equations, to get the value of #y#,

#y=18#