document.write( "Question 770534: I am not understanding how to solve for x in a matrix. The problem I am looking at is: SOLVE FOR X, GIVEN THAT
\n" );
document.write( "|-5 0 -1|
\n" );
document.write( "|2 1 0|=4
\n" );
document.write( "|x 3 0|\r
\n" );
document.write( "\n" );
document.write( "I don't even really know where to start with this and my book isn't helping! \n" );
document.write( "
Algebra.Com's Answer #469584 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! I am not understanding how to solve for x in a matrix. The problem I am looking at is: SOLVE FOR X, GIVEN THAT \n" ); document.write( "|-5 0 -1| \n" ); document.write( "|2 1 0|=4 \n" ); document.write( "|x 3 0| \n" ); document.write( "---------- \n" ); document.write( "Assuming 4 is the determinant (nothing else makes sense), \n" ); document.write( "Expand by minors. \n" ); document.write( "--- \n" ); document.write( "x*(0+1) - 3*(0+2) + 0 = 4 \n" ); document.write( "x - 6 = 4 \n" ); document.write( "x = 10\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |