document.write( "Question 465640: Determine the value of k for which the system has no solutions
\n" ); document.write( "x+y+3z=-1
\n" ); document.write( "x+2y-2z=-2
\n" ); document.write( "4x+12y+kz=-11
\n" ); document.write( "

Algebra.Com's Answer #319073 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "x+y+3z=-1
\n" ); document.write( "x+2y-2z=-2
\n" ); document.write( "4x+12y+kz=-11
\n" ); document.write( "D=\"%28matrix%283%2C3%2C1%2C1%2C3%2C1%2C2%2C-2%2C4%2C12%2Ck%29%29\"
\n" ); document.write( "D=\"%28matrix%283%2C3%2Ca1%2Cb1%2Cc1%2Ca2%2Cb2%2Cc2%2Ca3%2Cb3%2Cc3%29%29\"
\n" ); document.write( "D = a1(b2c3-c2b3) - b1(a2c3-c2a3) + c1(a2b3-b2a3)
\n" ); document.write( " 0 = (2k+24)-(k+8) + 3(4)
\n" ); document.write( "-28 = k \n" ); document.write( "
\n" );