document.write( "Question 824806: Solve the problem.
\n" ); document.write( "Given that | x y z | = 3, find the value of the determinant | 2 4 5 |
\n" ); document.write( "..................| a b c |.............................................................| 3a 3b 3c |
\n" ); document.write( "..................| 2 4 5 |.............................................................| x-2 y-4 z-5 |
\n" ); document.write( "(dots are just to line problems up)(hope that makes sense)
\n" ); document.write( "

Algebra.Com's Answer #496824 by Edwin McCravy(20055)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "FIRST DETERMINANT = \"abs%28matrix%283%2C3%2C%0D%0Ax%2Cy%2Cz%2C%0D%0Aa%2Cb%2Cc%2C%0D%0A2%2C4%2C5%29%29\"\"%22%22=%22%22\"\"3\",  SECOND DETERMINANT = \"abs%28matrix%283%2C3%2C%0D%0A2%2C4%2C5%2C%0D%0A3a%2C3b%2C3c%2C%0D%0Ax-2%2Cy-4%2Cz-5%29%29\"\"%22%22=%22%22\"\"%22%3F%22\"\r\n" );
document.write( "\r\n" );
document.write( "We notice that \r\n" );
document.write( "\r\n" );
document.write( "1. the second determinant's top row is the same as\r\n" );
document.write( "the first matrix's bottom row. \r\n" );
document.write( "2. we notice that the second determinant's middle row is \r\n" );
document.write( "the first determinant's middle row multiplied by 3.\r\n" );
document.write( "3. we notice that the second determinant's bottom row is\r\n" );
document.write( "the first determinant's top row with the first determinant's\r\n" );
document.write( "bottom row subtracted from it.\r\n" );
document.write( "\r\n" );
document.write( "So let's start with the first determinant \r\n" );
document.write( "\r\n" );
document.write( "\"abs%28matrix%283%2C3%2C%0D%0Ax%2Cy%2Cz%2C%0D%0Aa%2Cb%2Cc%2C%0D%0A2%2C4%2C5%29%29\"\"%22%22=%22%22\"\"3\"\r\n" );
document.write( "\r\n" );
document.write( "and do row operations until we get the second determinant.  \r\n" );
document.write( "Let's begin by swapping the top and bottom rows:\r\n" );
document.write( "\r\n" );
document.write( "We remember the rule that when we swap two rows in a determinant,\r\n" );
document.write( "we multiply the value of the determinant by -1, so\r\n" );
document.write( "\r\n" );
document.write( "\"abs%28matrix%283%2C3%2C%0D%0A2%2C4%2C5%2C%0D%0Aa%2Cb%2Cc%2C%0D%0Ax%2Cy%2Cz%29%29\"\"%22%22=%22%22\"\"3%28-1%29\"\"%22%22=%22%22\"\"-3\"\r\n" );
document.write( "\r\n" );
document.write( "We notice that the second determinant's middle row is this\r\n" );
document.write( "determinant's middle row multiplied by 3.  So we multiply\r\n" );
document.write( "this determinant's middle row by 3.\r\n" );
document.write( "\r\n" );
document.write( "We remember the rule that when we multiply a row in a determinant\r\n" );
document.write( "by a scalar (constant), we multiply the value of the determinant \r\n" );
document.write( "by that same constant, so the value of the determinant is multiplied \r\n" );
document.write( "by 3:\r\n" );
document.write( "\r\n" );
document.write( "\"abs%28matrix%283%2C3%2C%0D%0A2%2C4%2C5%2C%0D%0A3a%2C3b%2C3c%2C%0D%0Ax%2Cy%2Cz%29%29\"\"%22%22=%22%22\"\"-3%283%29\"\"%22%22=%22%22\"\"-9\"\r\n" );
document.write( "\r\n" );
document.write( "Finally we notice that the second determinant's bottom row is\r\n" );
document.write( "this determinant's bottom row with the top row subtracted from it\r\n" );
document.write( "\r\n" );
document.write( "We remember the rule that if we add a multiple of one row to \r\n" );
document.write( "another row, we do not change the value of the determinant, so\r\n" );
document.write( "we add -1 times the top row from the bottom row and we will\r\n" );
document.write( "not change the value of the determinant, so we have:\r\n" );
document.write( "\r\n" );
document.write( "\"abs%28matrix%283%2C3%2C%0D%0A2%2C4%2C5%2C%0D%0A3a%2C3b%2C3c%2C%0D%0Ax-2%2Cy-4%2Cz-5%29%29\"\"%22%22=%22%22\"\"-9\"\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );