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

2 Answers

The solution set is: #S={-4.2,6.8}#

Explanation:

To make it easier, we take first the second equation and isolate x:
# 2x+3y = 12 => 2x = 12-3y => x = (12-3y)/2#.
Then, we change x in the first equation for its new "value" and solve it:
#3x+2y = 1 =>#
# 3((12-3y)/2) +2y = 1 =>#
# 18 - (9y)/2 +2y = 1 =>#
#-(9y)/2 + (4y)/2 = -17=>#
#-5y/2 = -17=>#
#-5y = -34#
#y = 34/5 = 6.8#
We now have #y#, and to find #x#, we go back to the first equation:
#x = (12-3y)/2#
#x = 6 - 20.4/2 = 6 - 10.2 = -4.2#.
So, the solution set is: #S={-4.2,6.8}#

Dec 30, 2015

#x=-21/5#, #y=34/5#

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:

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

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

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

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

#2/3 -4/3y + 3y=12#

#5/3y=34/3#

#y=34/cancel3*cancel3/5#

#y=34/5#

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

#3x+2(34/5)=1#

#3x=-63/5#

#x=-21/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 #x#.
In the first equation, the coefficient of #x# is #3#, while in the second one it's #2#. What's the LCM of #3# and #2#? #6# of course!

So let's make the coefficients of #x# equal to #6# in both equations. We can do this by multiplying the first equation with #2# and the second one with #3#.

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

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

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

#(6x+9y) -(6x+4y)=(36-2)#

#5y=34#

#y=34/5#

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

#x=-21/5#