document.write( "Question 198943: Hi. I am trying to make a determinant problem for someone I am tutoring. I would like something similar to the following problem that requires factoring in the result, the answer to this problem is 5/3 and -1. I am not sure how to reverse a problem to make the answer something similar to this example. Thanks to anyone who can help.\r
\n" ); document.write( "\n" ); document.write( "Here is the example I am trying to simulate:\r
\n" ); document.write( "\n" ); document.write( " \"abs%28matrix%283%2C3%2C4%2Cx%2C-2%2C-x%2C-3%2C1%2C-6%2C2%2C3%29%29\" = -3\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #149504 by Edwin McCravy(20059)\"\" \"About 
You can put this solution on YOUR website!
Hi. I am trying to make a determinant problem for someone I am tutoring. I would like something similar to the following problem that requires factoring in the result, the answer to this problem is 5/3 and -1. I am not sure how to reverse a problem to make the answer something similar to this example. Thanks to anyone who can help.\r
\n" ); document.write( "\n" ); document.write( "Here is the example I am trying to simulate:\r
\n" ); document.write( "\n" ); document.write( " \"abs%28matrix%283%2C3%2C4%2Cx%2C-2%2C-x%2C-3%2C1%2C-6%2C2%2C3%29%29\" = -3
\n" ); document.write( "
\r\n" );
document.write( "Here's how to make as many of them as you like.  \r\n" );
document.write( "\r\n" );
document.write( "1. Choose any integer that you want to be one of\r\n" );
document.write( "the values of x, the solution to the problem.\r\n" );
document.write( "\r\n" );
document.write( "I'll arbitrarily choose x=2\r\n" );
document.write( "\r\n" );
document.write( "2. Choose any two multiples of that number, positive or negative. \r\n" );
document.write( "\r\n" );
document.write( "I'll choose two arbitrary multiples of 2, as 6 and 8.\r\n" );
document.write( "\r\n" );
document.write( "3. Make up any determinant that contains those two multiples such\r\n" );
document.write( "that neither is in the same row or column as the other.  Evaluate \r\n" );
document.write( "the determinant.\r\n" );
document.write( "\r\n" );
document.write( "\"abs%28matrix%283%2C3%2C3%2C1%2C8%2C2%2C-5%2C4%2C-1%2C6%2C-2%29%29\" = 14\r\n" );
document.write( "\r\n" );
document.write( "Notice I put the 6 in the 3rd row 2nd column position\r\n" );
document.write( "and the 8 in the 1st row 3rd column position, and I\r\n" );
document.write( "evaluated the determinant as 14.\r\n" );
document.write( "\r\n" );
document.write( "Since x=2, now all I have to do is replace the 6 by 2x and \r\n" );
document.write( "the 8 by 4x\r\n" );
document.write( "\r\n" );
document.write( "\"abs%28matrix%283%2C3%2C3%2C1%2C4x%2C2%2C-5%2C4%2C-1%2C2x%2C-2%29%29\" = 14\r\n" );
document.write( "\r\n" );
document.write( "If you evaluate the determinant you get:\r\n" );
document.write( "\r\n" );
document.write( "\"24x%5E2-56x%2B30=14\"\r\n" );
document.write( "\"24x%5E2-56x%2B16=0\"\r\n" );
document.write( "Divide through by 8\r\n" );
document.write( "\"3x%5E2-7x%2B2=0\"\r\n" );
document.write( "\"%28x-2%29%283x-1%29=0\"\r\n" );
document.write( "\r\n" );
document.write( "So there are two solutions,\r\n" );
document.write( "\r\n" );
document.write( "\"x=2\" and \"x=1%2F3\"\r\n" );
document.write( "\r\n" );
document.write( "You can even have more fun with that determinant because \r\n" );
document.write( "it has a 4 and a -2.  The 4 is 2x and the -2 is -x.\r\n" );
document.write( "So you can replace them too.  Like this: \r\n" );
document.write( "\r\n" );
document.write( "\"abs%28matrix%283%2C3%2C3%2C1%2C4x%2C2%2C-5%2C2x%2C-1%2C3x%2C-x%29%29\" = 14\r\n" );
document.write( "\r\n" );
document.write( "However make sure you don't have x's so as to give a \r\n" );
document.write( "third degree equation. Always leave one row or column \r\n" );
document.write( "without any unknowns. I chose to leave the first column \r\n" );
document.write( "without unknowns,  Notice if had put an x where the\r\n" );
document.write( "2 is in the 2nd row 1st column, it would have resulted in\r\n" );
document.write( "a cubic equation.\r\n" );
document.write( "\r\n" );
document.write( "But as it is, the equation comes out\r\n" );
document.write( "\r\n" );
document.write( "\"6x%5E2-5x-14=0\"\r\n" );
document.write( "\"%28x-2%29%286x%2B7%29=0\"\r\n" );
document.write( "\r\n" );
document.write( "So there are two solutions here, \"x=2\" and \"x+=+-7%2F6\"   \r\n" );
document.write( "\r\n" );
document.write( "It's interesting that even though \"x=2\" was the same in\r\n" );
document.write( "both problems, the other solution was not the same as the\r\n" );
document.write( "other solution in the first problem. \r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );