document.write( "Question 638754: Evaluate the determinant in the matrix \r
\n" );
document.write( "\n" );
document.write( "|4 8|
\n" );
document.write( "|5 6| \n" );
document.write( "
Algebra.Com's Answer #402395 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Do it like this one: \n" ); document.write( "---- \n" ); document.write( "Evaluate the determinate in the matrix.\r \n" ); document.write( "\n" ); document.write( "|1 -3| \n" ); document.write( "|-8 2| \n" ); document.write( "---------- \n" ); document.write( "Det = 1*2 - (-8*-3) = 2 - 24 \n" ); document.write( "= -22 \n" ); document.write( " |