document.write( "Question 83015: Please help. I have been working this problem for three days and keep getting different answers. My downfall is the signs, I think.\r
\n" );
document.write( "\n" );
document.write( "Use Cramer's Rule to solve the linear system\r
\n" );
document.write( "\n" );
document.write( "4x + 3y - z = 12
\n" );
document.write( "x - 3y + 3z = 14
\n" );
document.write( "3x + y + z = 18\r
\n" );
document.write( "\n" );
document.write( "I know that D = 4 3 -1
\n" );
document.write( " 1 -3 3
\n" );
document.write( " 3 1 1\r
\n" );
document.write( "\n" );
document.write( " Dx= 12 3 -1
\n" );
document.write( " 14 -3 3
\n" );
document.write( " 18 1 1\r
\n" );
document.write( "\n" );
document.write( " Dy= 4 12 -1
\n" );
document.write( " 1 14 3
\n" );
document.write( " 3 18 1
\n" );
document.write( "I understand how to proceed but the signs are giving me a headache. I am at the point that I just want to view the right answer in its entirity to see where I am going wrong. Thanks in advance. \n" );
document.write( "
Algebra.Com's Answer #59597 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! your setup looks OK\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "D=-12+27-1-9-12-3=-10 ... Dx=-36+162-14-54-36-42=-20 ... Dy=56+108-18-(-42)-216-12=-40 \n" ); document.write( "Dz=-216+126+12+108-56-54=-80\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "so, by Cramer, x=2, y=4, and z=8 \n" ); document.write( " |