document.write( "Question 119112: 3x-3y+3z=-27
\n" );
document.write( "2x+2y+3z=-3
\n" );
document.write( "-3x+2y+2z=-3 \n" );
document.write( "
Algebra.Com's Answer #87234 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! You didn't specify a solution method. \n" ); document.write( "Hopefully a matrix solution is OK. \n" ); document.write( "[A][x]=[b] \n" ); document.write( "where \n" ); document.write( "[A]= \n" ); document.write( "[x]= \n" ); document.write( "[b]= \n" ); document.write( "We then need to find the inverse of [A]([Ainv]) and matrix multiply by [b] to get [x]. \n" ); document.write( "[A][x]=[b] \n" ); document.write( "[x]=[Ainv][b] \n" ); document.write( "[Ainv]=(1/63)* \n" ); document.write( "[Ainv][b]=(1/63)* \n" ); document.write( "[x]= \n" ); document.write( "x=1 \n" ); document.write( "y=5 \n" ); document.write( "z=-5 \n" ); document.write( " \n" ); document.write( " |