document.write( "Question 1198436: Find the determinant for matrix [2 -1 -3, 1, 0 2, -1 2 1]\r
\n" );
document.write( "\n" );
document.write( "One of the following is the correct answer. Which one?\r
\n" );
document.write( "\n" );
document.write( "A) 5
\n" );
document.write( "B) 17
\n" );
document.write( "C) 18
\n" );
document.write( "D) -14
\n" );
document.write( "E) -11
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #832054 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Original matrix determinant \n" ); document.write( " ![]() \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Copy the first two columns to place it to the right of the vertical bar like so \n" ); document.write( " ![]() \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Then highlight these diagonals in red \n" ); document.write( " ![]() \n" ); document.write( "Multiply everything in each diagonal separately \n" ); document.write( "A = 1st diagonal = 2*0*1 = 0 \n" ); document.write( "B = 2nd diagonal = -1*2*(-1) = 2 \n" ); document.write( "C = 3rd diagonal = -3*1*2 = -6 \n" ); document.write( "Afterward you would add up the products \n" ); document.write( "D = A+B+C = 0+2+(-6) = -4 \n" ); document.write( "We'll use this value later.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Repeat the same idea for these diagonals highlighted in blue. \n" ); document.write( " ![]() \n" ); document.write( "Multiply everything in each diagonal separately \n" ); document.write( "E = 1st diagonal = -1*0*(-3) = 0 \n" ); document.write( "F = 2nd diagonal = 2*2*2 = 8 \n" ); document.write( "G = 3rd diagonal = 1*1*(-1) = -1 \n" ); document.write( "Then add up the products \n" ); document.write( "H = E+F+G = 0 + 8 + (-1) = 7\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The last step is to subtract the results of D and H to arrive at the determinant value.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Determinant of 3x3 matrix = D - H = -4 - 7 = -11\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Side note: the entire process shown above applies to 3x3 matrices only.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "As an alternate method to compute the determinant, you can use a cofactor expansion.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "You can use a tool like WolframAlpha or GeoGebra (both of which are free) to verify the answer. \n" ); document.write( "There are many other free online matrix determinant calculators out there.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answer: -11 (choice E) \n" ); document.write( " \n" ); document.write( " |