SOLUTION: what is the solution of the following linear system? 2y + 6x = -24 y - 13x = -12 a)(0,-12) b)none c)(0,3) d) infinite number of solutions

Algebra ->  Graphs -> SOLUTION: what is the solution of the following linear system? 2y + 6x = -24 y - 13x = -12 a)(0,-12) b)none c)(0,3) d) infinite number of solutions      Log On


   



Question 299251: what is the solution of the following linear system?
2y + 6x = -24
y - 13x = -12
a)(0,-12)
b)none
c)(0,3)
d) infinite number of solutions

Answer by Deina(147) About Me  (Show Source):
You can put this solution on YOUR website!
Jim Thompson jim_thompson5910@hotmail.com wrote this great solver invoking Cramer's Rule that explains these problems extremely well!

It looks complicated, but go through it step by step, making sure you understand each step, and it's really pretty simple!
Solved by pluggable solver: Using Cramer's Rule to Solve Systems with 2 variables



system%286%2Ax%2B2%2Ay=-24%2C-13%2Ax%2B1%2Ay=-12%29



First let A=%28matrix%282%2C2%2C6%2C2%2C-13%2C1%29%29. This is the matrix formed by the coefficients of the given system of equations.


Take note that the right hand values of the system are -24 and -12 which are highlighted here:
system%286%2Ax%2B2%2Ay=highlight%28-24%29%2C-13%2Ax%2B1%2Ay=highlight%28-12%29%29



These values are important as they will be used to replace the columns of the matrix A.




Now let's calculate the the determinant of the matrix A to get abs%28A%29=%286%29%281%29-%282%29%28-13%29=32. Remember that the determinant of the 2x2 matrix A=%28matrix%282%2C2%2Ca%2Cb%2Cc%2Cd%29%29 is abs%28A%29=ad-bc. If you need help with calculating the determinant of any two by two matrices, then check out this solver.



Notation note: abs%28A%29 denotes the determinant of the matrix A.



---------------------------------------------------------



Now replace the first column of A (that corresponds to the variable 'x') with the values that form the right hand side of the system of equations. We will denote this new matrix A%5Bx%5D (since we're replacing the 'x' column so to speak).


A%5Bx%5D=%28matrix%282%2C2%2Chighlight%28-24%29%2C2%2Chighlight%28-12%29%2C1%29%29



Now compute the determinant of A%5Bx%5D to get abs%28A%5Bx%5D%29=%28-24%29%281%29-%282%29%28-12%29=0. Once again, remember that the determinant of the 2x2 matrix A=%28matrix%282%2C2%2Ca%2Cb%2Cc%2Cd%29%29 is abs%28A%29=ad-bc



To find the first solution, simply divide the determinant of A%5Bx%5D by the determinant of A to get: x=%28abs%28A%5Bx%5D%29%29%2F%28abs%28A%29%29=%280%29%2F%2832%29=0



So the first solution is x=0




---------------------------------------------------------


We'll follow the same basic idea to find the other solution. Let's reset by letting A=%28matrix%282%2C2%2C6%2C2%2C-13%2C1%29%29 again (this is the coefficient matrix).




Now replace the second column of A (that corresponds to the variable 'y') with the values that form the right hand side of the system of equations. We will denote this new matrix A%5By%5D (since we're replacing the 'y' column in a way).


A%5Bx%5D=%28matrix%282%2C2%2C6%2Chighlight%28-24%29%2C-13%2Chighlight%28-12%29%29%29



Now compute the determinant of A%5By%5D to get abs%28A%5By%5D%29=%286%29%28-12%29-%28-24%29%28-13%29=-384.



To find the second solution, divide the determinant of A%5By%5D by the determinant of A to get: y=%28abs%28A%5By%5D%29%29%2F%28abs%28A%29%29=%28-384%29%2F%2832%29=-12



So the second solution is y=-12




====================================================================================

Final Answer:




So the solutions are x=0 and y=-12 giving the ordered pair (0, -12)




Once again, Cramer's Rule is dependent on determinants. Take a look at this 2x2 Determinant Solver if you need more practice with determinants.



& bob's your uncle!