document.write( "Question 33570: please help me with this problem i have no idea how to get the answer and i have been working on it for an hour. solve the system of equations.
\n" );
document.write( "3x+4y+z=7
\n" );
document.write( " 2y+z=3
\n" );
document.write( "-5x+3y+8z=-31
\n" );
document.write( "thank you!!! \n" );
document.write( "
Algebra.Com's Answer #19971 by mukhopadhyay(490)![]() ![]() ![]() You can put this solution on YOUR website! Sorry to hear that you have been trying this for an hour. Here it goes: \n" ); document.write( "There are various ways to solve a system of linear equations. They are: Elimination method, Substitution method, Cramer's Rule etc. I would use Cramer's Rule to do this. \n" ); document.write( "Determinant of the matrix = 3(16-3)-5(4-2) = 29; \n" ); document.write( "Determinant of X = 7(16-3)-3(32-3)-31(4-2) = 91-87-62 = -58 \n" ); document.write( "Determinant of Y = 3(24+31)-5(7-3) = 165-20 = 145; \n" ); document.write( "Determinant of Z = 3(-62-9)-5(12-14) = -213+10 = -193; \n" ); document.write( "x = Determinant of X / Determinant of the matrix = -58/29 = -2; \n" ); document.write( "y = Determinant of Y / Determinant of the matrix = 145/29 = 5; \n" ); document.write( "z = Determinant of Z / Determinant of the matrix = -193/29 = -7; \n" ); document.write( "Answer: (x,y,z) = (-2,5,-7) \n" ); document.write( " \n" ); document.write( " |