SOLUTION: for what values of k is the system of equations kx+3y=k-2,12x+ky=k inconsistent .

Algebra ->  Coordinate Systems and Linear Equations  -> Linear Equations and Systems Word Problems -> SOLUTION: for what values of k is the system of equations kx+3y=k-2,12x+ky=k inconsistent .      Log On


   



Question 651693: for what values of k is the system of equations kx+3y=k-2,12x+ky=k inconsistent .
Answer by Edwin McCravy(20056) About Me  (Show Source):
You can put this solution on YOUR website!
The system of equations:

system%28Ax%2BBy=C%2CDx%2BEy=F%29

is 

(1)  consistent and independent if 

AE ≠ BD 

(2)  consistent and dependent if 

AE = BD and AF = CD

system%28kx%2B3y=k-2%2C12x%2Bky=k%29

Here A=k, B=3, C=k-2, D=12, E=k, F=k

Since we want them to be inconsistent, we must rule out 
both case (1) and case (2).

To rule out case (1) we require AE ≠ BD to be false, so we must
require:

  AE = BD

k(k) = 3(12)
  kČ = 36
   k = ±6

But we also must check to see that k = ±6 also rules out 
case (2)

That is we must be sure that AF ≠ CD


    AF ≠ CD
  k(k) ≠ (k-2)(12)

±6(±6) ≠ (±6-2)(12)

Taking the + we have

   36 ≠ (6-2)(12)

   36 ≠ (4)(12)

   36 ≠ 48

which is true.

Taking the - we have

   36 ≠ (-6-2)(12)

   36 ≠ (-8)(12)

   36 ≠ -96

which is also true.

So case (2) is ruled out be taking k = ±6

It was necessary to rule out case (2), however.

Edwin