How to find the value of #k# that makes the system of matrix #[(15,-3,6),(-10,k,9)]# os inconsistent?
#[(15,-3,6),(-10,k,9)]#
what is inconsistent?
what is inconsistent?
1 Answer
Inconsistent means there is no solution to the system of linear equations.
Explanation:
If you envision the equations that are created from the matrix, you have:
[1]
[2]
To achieve inconsistency (no solution) we need to make all variables cancel each other when trying to solve the system.
If we mutiply [1] by
[3]
[4]
You can see if we were to add these equations we could solve for
In this case,
[3]
[5]
Adding [3] and [5] now yields:
which is nonsensical. Hence, there is no solution and the system is inconsistent.
=================EDIT==================
Yes, this can be done by thinking of the linear equations as lines on a graph and trying to make the lines parallel in order to avoid intersection and create a "no solution" situation.
We have the two equations:
[1]
[2]
We can rewrite them in slope-intercept form:
[1]
[2]
In this case, we know that lines are parallel if they have the same slope.
We check the
so we are good.