SOLUTION: do the following two lines intersect? answer yes or no, together with the point of intersection if any.
5x + 6y= -5.5
6x+1.5y = -8.5
Algebra ->
Inequalities
-> SOLUTION: do the following two lines intersect? answer yes or no, together with the point of intersection if any.
5x + 6y= -5.5
6x+1.5y = -8.5
Log On
Question 871632: do the following two lines intersect? answer yes or no, together with the point of intersection if any.
5x + 6y= -5.5
6x+1.5y = -8.5 Found 2 solutions by ewatrrr, stanbon:Answer by ewatrrr(24785) (Show Source):
First let . 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 and which are highlighted here:
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 . Remember that the determinant of the 2x2 matrix is . If you need help with calculating the determinant of any two by two matrices, then check out this solver.
Notation note: 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 (since we're replacing the 'x' column so to speak).
Now compute the determinant of to get . Once again, remember that the determinant of the 2x2 matrix is
To find the first solution, simply divide the determinant of by the determinant of to get:
We'll follow the same basic idea to find the other solution. Let's reset by letting 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 (since we're replacing the 'y' column in a way).
You can put this solution on YOUR website! do the following two lines intersect? answer yes or no, together with the point of intersection if any.
5x + 6y= -5.5
6x+1.5y = -8.5
----
MOdifiy for elimination:
5x + 6y = -5.5
24x + 6y = -34
-------------------
Subtract to solve for "x":
19x = -28.5
x = -28.5/19 = -1.5
----------------
Solve for "y":
5x + 6y = -5.5
5((-1.5) + 6y = -5.5
6y = 2
y = 1/3
--------------
Cheers,
Stan H.
--------------