document.write( "Question 220252:  For the following system, write the D,Dx,Dy,and Dz 
\n" );
document.write( "You would need to use Cramer's Rule.
\n" );
document.write( "Then use Crammer's Rule to find the value of z.\r
\n" );
document.write( "\n" );
document.write( "-2x-3y-z=5
\n" );
document.write( "-x-2y-3z=-3
\n" );
document.write( "3x+3y+7z=2\r
\n" );
document.write( "\n" );
document.write( "This is what I got:   z=dz/d=-18/-7=18/7, z=18/7
\n" );
document.write( "I want to know if my answer was correct. Thank you. \n" );
document.write( "
| Algebra.Com's Answer #165398 by Alan3354(69443)     You can put this solution on YOUR website! -2x-3y-z=5 \n" ); document.write( "-x-2y-3z=-3 \n" ); document.write( "3x+3y+7z=2 \n" ); document.write( "------------ \n" ); document.write( "Det = -2(-14+9) + 3(-7+9) -(-3+6) \n" ); document.write( "= 10 + 6 - 3 \n" ); document.write( "= 13 \n" ); document.write( "----------- \n" ); document.write( "I get: \n" ); document.write( "x = -5 \n" ); document.write( "y = 1 \n" ); document.write( "z = 2 \n" ); document.write( " \n" ); document.write( " |