document.write( "Question 687065: Use Cramer's rule to solve the system of equations. If D = 0, use another method to determine the solution set.\r
\n" );
document.write( "\n" );
document.write( " x + y + z = 9
\n" );
document.write( "2x - 3y + 4z = 7\r
\n" );
document.write( "\n" );
document.write( "answers:\r
\n" );
document.write( "\n" );
document.write( " Cramer's rule does not apply since D = 0; cant be done
\n" );
document.write( " Cramer's rule does not apply since D = 0; z+34/5, 2z+11/5,5
\n" );
document.write( " Cramer's rule does not apply since D = 0; -7z+34/5, 2z+11/5,5
\n" );
document.write( " Cramer's rule does not apply since D = 0; -7z+34/5, 2z-11/5,5\r
\n" );
document.write( "\n" );
document.write( "My final answer was D. I don't think it is correct though I was confused. Can somone please show me their steps and the correct answer?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #425006 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! x + y + z = 9 \n" ); document.write( "2x - 3y + 4z = 7 \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "has this coefficient matrix\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "
\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "but this matrix is NOT square. So the determinant cannot be computed, which means that you can't use Cramer's Rule here. \n" ); document.write( " |