document.write( "Question 202701: Solve the following problems for X,Y and Z
\n" );
document.write( "X+Y+2Z=5
\n" );
document.write( "X+Y=5
\n" );
document.write( "X+3Y+Z=11
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #152882 by PRMath(133)![]() ![]() ![]() You can put this solution on YOUR website! Solve the following problems for X,Y and Z \n" ); document.write( "X+Y+2Z=5 \n" ); document.write( "X+Y=5 \n" ); document.write( "X+3Y+Z=11\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This is solving a system inthree variables. So, you should look at your equations above and see that one of the equations has already eliminated a \"Z\" variable. So, let's choose two equations and eliminate the \"z\". \r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x + y + 2z = 5 \n" ); document.write( "x + 3y + 1z = 11 (To eliminate the \"Z\", let's multiply this equation by -2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "NEW equations:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x + y + 2z = 5 \n" ); document.write( "-2x -6y -2z = -22 \n" ); document.write( "_____________________________ (add these two equations)\r \n" ); document.write( "\n" ); document.write( "-1x -5y = -17 Let's use this equation with the equation above that didn't have a \"z\" variable.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-1x -5y = -17 \n" ); document.write( "x + y = 5 \n" ); document.write( "______________(let's add these two equations because I can already see that the \n" ); document.write( " -4y = -12 \"X\" variables are going to be eliminated when I add both equations\r \n" ); document.write( "\n" ); document.write( "Divide both sides by -4 \n" ); document.write( "y = 3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now we know that y = 3, so let's \"plug\" that into one of our original equations:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If y = 3, then we plug in like this: \n" ); document.write( "x + y = 5 \n" ); document.write( "x + 3 = 5 \n" ); document.write( "x = 5 - 3 \n" ); document.write( "x = 2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now we know that y = 3 and x = 2. Let's plug that info into another equation\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x + y + 2z = 5 \n" ); document.write( "2 + 3 + 2z = 5 \n" ); document.write( "5 + 2z = 5 \n" ); document.write( "2z = 5 - 5 \n" ); document.write( "2z = 0 \n" ); document.write( "z = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now we have: x = 2, y = 3 and z = 0. Does this check out? Let's use all our original equations and plug in the numbers.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "X+Y+2Z=5 \n" ); document.write( "2+3+2(0) = 5 \n" ); document.write( "5 = 5 \n" ); document.write( "YES. The numbers work for the first equation. Let's check another.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "X+Y=5 \n" ); document.write( "2 + 3 = 5 \n" ); document.write( "5 = 5 \n" ); document.write( "YES. The numbers work for the 2nd equation. One more check....\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "X+3Y+Z=11 \n" ); document.write( "2 + 3(3) + 0 = 11 \n" ); document.write( "2 + 9 = 11 \n" ); document.write( "11 = 11 \n" ); document.write( "YES. The numbers work for the 3rd equation. We have successfully solved a system in 3 variables.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "For extra info: \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "To solve a system in 3 variables:\r \n" ); document.write( "\n" ); document.write( "Select ANY two of the 3 equations and work to get one equation in two variables. \n" ); document.write( "THEN... choose a different pair of equations and eliminate the SAME variable.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "You will then have two equations and can solve for one of the variables. Use that variable and plug it into the other \"two variable\" equation.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now you'll have the answer for two of the variables and.....can easily use an original equation to plug in the two answers to get your third.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "I hope this helps. :-) \n" ); document.write( " |