document.write( "Question 652101: Determine the value of k for which the system of linear equations has no solution.
\n" );
document.write( "2x - y = -15
\n" );
document.write( "8x + ky = 14
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #407898 by shweta(56)![]() ![]() ![]() You can put this solution on YOUR website! Given \n" ); document.write( "2x-y=-15 \n" ); document.write( "8x+ky=14 \n" ); document.write( "They have no solution ,so \n" ); document.write( "2/8=-1/k \n" ); document.write( "1/4=-1/k \n" ); document.write( "k=-4 \n" ); document.write( " |