document.write( "Question 83333: I have been working on this for days. If anyone can help, I would appreciate it. I have to show all of my work.\r
\n" );
document.write( "\n" );
document.write( "Solve using addition, Cramers Rule or matrix.\r
\n" );
document.write( "\n" );
document.write( "2x + y - 3z + 4s + t = -2
\n" );
document.write( "3x + 2 y - 2z - s + 2t = 7
\n" );
document.write( "x - y + z - 2s - 2t = 0
\n" );
document.write( "-x - 2y - z + 2s + t = 5
\n" );
document.write( "2x + 2y - 2z +s + 2t = 3\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #59824 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Solve using addition, Cramers Rule or matrix. \n" ); document.write( "2x + y - 3z + 4s + t = -2 \n" ); document.write( "3x + 2 y - 2z - s + 2t = 7 \n" ); document.write( "x - y + z - 2s - 2t = 0 \n" ); document.write( "-x - 2y - z + 2s + t = 5 \n" ); document.write( "2x + 2y - 2z +s + 2t = 3 \n" ); document.write( "--------------------------- \n" ); document.write( "Matrixis the easiest way to go: \n" ); document.write( "Form a 5x5 coefficient matrix = A \n" ); document.write( "Form a 5x1 constant matrix = B \n" ); document.write( "----------------- \n" ); document.write( "EQUATION: \n" ); document.write( "Form A^-1B = C \n" ); document.write( "C has the solutions for x,y,z,s,t \n" ); document.write( "x=2 \n" ); document.write( "y=-3 \n" ); document.write( "z=1 \n" ); document.write( "s=-1 \n" ); document.write( "t=4 \n" ); document.write( "========================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |