document.write( "Question 151880: Could I please have some assistance with solving this system of linear equations in three variables using Cramer's rule?\r
\n" );
document.write( "\n" );
document.write( "x-2y=17
\n" );
document.write( "3y+z=3
\n" );
document.write( "-x+z=3
\n" );
document.write( "{(?,?,?)} \n" );
document.write( "
Algebra.Com's Answer #111679 by nabla(475)![]() ![]() ![]() You can put this solution on YOUR website! 1 -2 0 17 \n" ); document.write( " 0 3 1 3 \n" ); document.write( "-1 0 1 3\r \n" ); document.write( "\n" ); document.write( "Ok, so that is our matrix.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now, x= \n" ); document.write( "17 -2 0 \n" ); document.write( " 3 3 1 \n" ); document.write( " 3 0 1 \n" ); document.write( "_________ \n" ); document.write( "1 -2 0 \n" ); document.write( "0 3 1 \n" ); document.write( "-1 0 1\r \n" ); document.write( "\n" ); document.write( "Let's find the denominator first since it will be the same for x, y, z.\r \n" ); document.write( "\n" ); document.write( "3+2(1)=5.\r \n" ); document.write( "\n" ); document.write( "Ok, now the numerator for x.\r \n" ); document.write( "\n" ); document.write( "17(3)+2(3-3)+0=17*3=51. \n" ); document.write( "So x=51/5.\r \n" ); document.write( "\n" ); document.write( "I will let you work out y and z, but I'll give you the answer: \r \n" ); document.write( "\n" ); document.write( "The solution set is {51/5, -17/5, 66/5}.\r \n" ); document.write( "\n" ); document.write( "The important thing to remember with Cramer's rule is that you are replacing the column of the variable you're solving for WITH the column of constants. The denominator is always the matrix excluding the constant column. If you need any more assistance send me an E-mail at enabla@gmail.com. \n" ); document.write( " |