document.write( "Question 136141: Use Cramer's Rule to solve the system.
\n" ); document.write( "6x+12y=33
\n" ); document.write( "4x+7y=20
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #99694 by solver91311(24713)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "You need to create three 2X2 matrices of the form\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"%28matrix%282%2C2%2Ca%2Cb%2Cc%2Cd%29%29\" and the value of this matrix is: \"ad-cb\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The first has the coefficients of the variables:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"D=%28matrix%282%2C2%2C6%2C12%2C4%2C7%29%29\". Use the formula above to calculate the value of D\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The second matrix is the same as the first with the 1st column replaced by constant values on the right side of your equations.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"D%5Bx%5D=%28matrix%282%2C2%2C33%2C12%2C20%2C7%29%29\". Use the formula above to calculate the value of \"D%5Bx%5D\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"D%5By%5D\" is the same process, but replace the 2nd column with the constant values. Use the formula above to calculate the value of \"D%5By%5D\"\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Then Cramer's Rule says:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"x=D%2FD%5Bx%5D\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"y=D%2FD%5By%5D\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "-- if the system is independent. If \"D\",\"D%5Bx%5D\", or \"D%5By%5D\" = 0, Cramer's Rule doesn't work.
\n" ); document.write( "
\n" );