document.write( "Question 33382: I need help with usings Cramer's Rule. The question is: Solve the following system of equations using Cramer's Rule.
\n" ); document.write( "2x + 4y - 3z = 2
\n" ); document.write( "2x - 2y + 3z = 3
\n" ); document.write( "3x - 4y + 5z = 4\r
\n" ); document.write( "\n" ); document.write( "I understand that I have to first have to set up the determinants. Which are\r
\n" ); document.write( "\n" ); document.write( "D = 2 4 -3 Answer Column is 2
\n" ); document.write( " 2 -2 3 3
\n" ); document.write( " 3 -4 5 4\r
\n" ); document.write( "\n" ); document.write( "D of x = 2 4 -3
\n" ); document.write( " 3 -2 3
\n" ); document.write( " 4 -4 5\r
\n" ); document.write( "\n" ); document.write( "D of y = 2 2 -3
\n" ); document.write( " 2 3 3
\n" ); document.write( " 3 4 5\r
\n" ); document.write( "\n" ); document.write( "D of Z = 2 4 2
\n" ); document.write( " 2 -2 3
\n" ); document.write( " 3 -4 4\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Now my problem is how do I evaluate the determinants? I think that I understand how to set it up. I'm just not sure what to do after that. Any help you can give me would be greatly appreciated. I'm not necessarily looking for the entire question, just an explanation of what to do next. I've looked over the web for hours and none of the Algebra websites explains how to do this step. Thanks for the help and have a great night.\r
\n" ); document.write( "\n" ); document.write( "Jonna
\n" ); document.write( "

Algebra.Com's Answer #19785 by mukhopadhyay(490)\"\" \"About 
You can put this solution on YOUR website!
You got the determinants wrong.
\n" ); document.write( "After you find the determinants, solve using the following technique:
\n" ); document.write( "x = (D of x)/D; y = (D of y)/D; and z = (D of z)/D
\n" ); document.write( "
\n" );