SOLUTION: For a certain value of k, the system x + y + 3z = 10, 4x + 5y + 6z = 7, kx - 3y + 2z = 3 has no solutions. What is this value of k?

Algebra ->  Coordinate Systems and Linear Equations  -> Lessons -> SOLUTION: For a certain value of k, the system x + y + 3z = 10, 4x + 5y + 6z = 7, kx - 3y + 2z = 3 has no solutions. What is this value of k?      Log On


   



Question 1209084: For a certain value of k, the system
x + y + 3z = 10,
4x + 5y + 6z = 7,
kx - 3y + 2z = 3
has no solutions. What is this value of k?

Answer by math_tutor2020(3817) About Me  (Show Source):
You can put this solution on YOUR website!

Answer: k = -16/9

Explanation

The given system is
system%28x+%2B+y+%2B+3z+=+10%2C4x+%2B+5y+%2B+6z+=+7%2Ckx+-+3y+%2B+2z+=+3%29

It converts to this matrix
11310
4567
k-323

I placed the matrix in a table or grid format to separate out each entry.

From here we can apply row operations to get the matrix into Row Echelon Form (REF).
This is where we turn each pivot into a 1, and zero out each item below the pivots.
The pivots are along the northwest diagonal.

Here's what the steps look like.
11310
4567
k-323

11310
01-6-33R2 - 4*R1 --> R2
k-323

11310
01-6-33
0-3-k2-3k3-10kR3 - k*R1 --> R3

11310
01-6-33
00-16-9k-96-43kR3 - (-3-k)*R2 --> R3

11310
01-6-33
001(-96-43k)/(-16-9k)(1/(-16-9k))*R3 --> R3

At this point we can stop since the pivots are 1 and each item below the pivot is 0.
The third row leads to the equation 0x%2B0y%2B1z+=+%28-96-43k%29%2F%28-16-9k%29 or z+=+%28-96-43k%29%2F%28-16-9k%29

Set the denominator equal to zero and isolate k.
-16-9k = 0
-9k = 16
k = -16/9

If k = -16/9, then the denominator of z+=+%28-96-43k%29%2F%28-16-9k%29 is zero, and it would mean there are no solutions to the original system.
For any other value of k, that fraction is some real number; and we can use that value of z to find y, and then find x using back substitution.

Verification using WolframAlpha

Somewhat similar questions are found here and here