document.write( "Question 249193: what work needs to be shown in hte problem stating, \"determine the value of k for which the system of linear equations has no solution.\"
\n" );
document.write( "4x + 5y=12
\n" );
document.write( "8x + ky=13 \n" );
document.write( "
Algebra.Com's Answer #181571 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! \"determine the value of k for which the system of linear equations has no solution.\" \n" ); document.write( "4x + 5y=12 \n" ); document.write( "8x + ky=13 \n" ); document.write( ": \n" ); document.write( "Multiply the 1st equation by 2 \n" ); document.write( "8x + 10y = 24 \n" ); document.write( "8x + ky = 13 \n" ); document.write( ": \n" ); document.write( "Clearly if k = 10, there is no solution \n" ); document.write( " |