SOLUTION: Solve each system by addition method. Indicate whether each system is independent, inconsistent or dependent; x+3(y-1)=11 2(x-y)+8y=28

Algebra ->  Linear-equations -> SOLUTION: Solve each system by addition method. Indicate whether each system is independent, inconsistent or dependent; x+3(y-1)=11 2(x-y)+8y=28      Log On


   



Question 92586: Solve each system by addition method. Indicate whether each system is independent, inconsistent or dependent;
x+3(y-1)=11
2(x-y)+8y=28

Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!
x%2B3%28y-1%29=11
2%28x-y%29%2B8y=28

Distribute for both equations
x%2B3y-3=11
2x-2y%2B8y=28


x%2B3y=11%2B3 Add 3 to both sides for the 1st equation
2x-2y%2B8y=28

Combine like terms
x%2B3y=14
2x%2B6y=28


Solved by pluggable solver: Solving a System of Linear Equations by Elimination/Addition


Lets start with the given system of linear equations

1%2Ax%2B3%2Ay=14
2%2Ax%2B6%2Ay=28

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 1 and 2 to some equal number, we could try to get them to the LCM.

Since the LCM of 1 and 2 is 2, we need to multiply both sides of the top equation by 2 and multiply both sides of the bottom equation by -1 like this:

2%2A%281%2Ax%2B3%2Ay%29=%2814%29%2A2 Multiply the top equation (both sides) by 2
-1%2A%282%2Ax%2B6%2Ay%29=%2828%29%2A-1 Multiply the bottom equation (both sides) by -1


So after multiplying we get this:
2%2Ax%2B6%2Ay=28
-2%2Ax-6%2Ay=-28

Notice how 2 and -2 add to zero, 6 and -6 add to zero, 28 and -28 and to zero (ie 2%2B-2=0) 6%2B-6=0, and 28%2B-28=0)


So we're left with

0=0


which means any x or y value will satisfy the system of equations. So there are an infinite number of solutions


So this system is dependent