document.write( "Question 762559: What is the value of the determinant?
\n" );
document.write( "|3 6 8|
\n" );
document.write( "|2 4 0|
\n" );
document.write( "|3 6 8|\r
\n" );
document.write( "\n" );
document.write( "I have absolutely not idea how to even start this problem! \n" );
document.write( "
Algebra.Com's Answer #464056 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! What is the value of the determinant? \n" ); document.write( "|3 6 8| \n" ); document.write( "|2 4 0| \n" ); document.write( "|3 6 8| \n" ); document.write( "---------- \n" ); document.write( "Use minors \n" ); document.write( "Using the top row: \n" ); document.write( "Det = 3*minor1 - 6*minor2 + 8*minor3 \n" ); document.write( "--------- \n" ); document.write( "For minors, cross off the row & column \n" ); document.write( "minor1 is \n" ); document.write( "|4 0| \n" ); document.write( "|6 8| \n" ); document.write( "etc \n" ); document.write( "------ \n" ); document.write( "--> 3*(4*8 - 6*0) = 96 for minor1 \n" ); document.write( "--> 6*(2*8 - 3*0) = -96 for minor 2 \n" ); document.write( "--> 8*(2*6 - 3*4) = 0 for minor3 \n" ); document.write( "----- \n" ); document.write( "Adding those --> Det = 0 \n" ); document.write( "================= \n" ); document.write( "Use google, wikipedia or youtube for more info \n" ); document.write( " |