document.write( "Question 167863: The problem is dealing with systems of linear equations in more than two variables. I have to solve each system of equations. I have tried but can't seem to get the answer using the substitution or elimination method.\r
\n" );
document.write( "\n" );
document.write( "3x + 4y - z = -7
\n" );
document.write( "x - 5y + 2z = 19
\n" );
document.write( "5x + y - 2z = 5 \n" );
document.write( "
Algebra.Com's Answer #123741 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! 3x + 4y - z = -7 \n" ); document.write( "x - 5y + 2z = 19 \n" ); document.write( "5x + y - 2z = 5 \n" ); document.write( ": \n" ); document.write( "Add the 2nd and 3rd equations \n" ); document.write( "x - 5y + 2z = 19 \n" ); document.write( "5x + y - 2z = 5 \n" ); document.write( "------------------adding eliminates z \n" ); document.write( "6x - 4y = 24 \n" ); document.write( ": \n" ); document.write( "Multiply 1st equation by 2, add to the 2nd equation \n" ); document.write( "6x + 8y - 2z = -14 \n" ); document.write( "x - 5y + 2z = 19 \n" ); document.write( "------------------Adding eliminates z again \n" ); document.write( "7x + 3y = 5 \n" ); document.write( ": \n" ); document.write( "Two equation two unknowns: \n" ); document.write( "Multiply the 1st two unknown eq by 3 and the 2nd eq by 4, add \n" ); document.write( "18x - 12y = 72 \n" ); document.write( "28x + 12y = 20 \n" ); document.write( "----------------- \n" ); document.write( "46x = 92 \n" ); document.write( "x = \n" ); document.write( "x = 2 \n" ); document.write( ": \n" ); document.write( "Find y using 7x + 3y = 5 \n" ); document.write( "7(2) + 3y = 5 \n" ); document.write( "14 + 3y = 5 \n" ); document.write( "3y = 5 - 14 \n" ); document.write( "3y = -9 \n" ); document.write( "y = \n" ); document.write( "y = -3 \n" ); document.write( ": \n" ); document.write( "Find z using the 1st equation \n" ); document.write( "3x + 4y - z = -7 \n" ); document.write( "3(2) + 4(-3) - z = -7 \n" ); document.write( "6 - 12 - z = -7 \n" ); document.write( "-6 - z = -7 \n" ); document.write( "-z = -7 + 6 \n" ); document.write( "-z = -1 \n" ); document.write( "z = 1 \n" ); document.write( ": \n" ); document.write( "Check solution on the 2nd equation: \n" ); document.write( "x - 5y + 2z = 19 \n" ); document.write( "2 -5(-3) + 2(1) = \n" ); document.write( "2 + 15 + 2 = 19; confirms our solution \n" ); document.write( " |