document.write( "Question 1198509: Solve the system of equations.
\n" );
document.write( "X-2y+z=-3
\n" );
document.write( "-x+4y=10
\n" );
document.write( "2x-y+6z=7\r
\n" );
document.write( "\n" );
document.write( "The correct answer is one of the following. Which one?\r
\n" );
document.write( "\n" );
document.write( "A) no solution
\n" );
document.write( "B) x=2, y=3, z=1
\n" );
document.write( "C) x=-1, y=4,z=2
\n" );
document.write( "D) x=3, y=2, z=-1
\n" );
document.write( "E) x=-2, y=3, z=-4
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #832162 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Let's solve the 2nd equation for x.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-x+4y = 10 \n" ); document.write( "-x = 10-4y \n" ); document.write( "x = -10+4y \n" ); document.write( "x = 4y-10\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Then plug it into the 1st equation \n" ); document.write( "x-2y+z = -3 \n" ); document.write( "4y-10-2y+z = -3 \n" ); document.write( "2y+z = -3+10 \n" ); document.write( "2y+z = 7\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "And do the same for the 3rd equation \n" ); document.write( "2x-y+6z = 7 \n" ); document.write( "2(4y-10)-y+6z = 7 \n" ); document.write( "8y-20-y+6z = 7 \n" ); document.write( "7y+6z = 7+20 \n" ); document.write( "7y+6z = 27\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "---------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We now have this system of equations \n" ); document.write( "2y+z = 7 \n" ); document.write( "7y+6z = 27\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "I'll now isolate z in the 1st equation of this new system. \n" ); document.write( "I'm picking on z because the coefficient here is 1.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2y+z = 7 \n" ); document.write( "z = 7-2y\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Then substitute it into the other equation and solve for y. \n" ); document.write( "7y+6z = 27 \n" ); document.write( "7y+6(7-2y) = 27 \n" ); document.write( "7y+42-12y = 27 \n" ); document.write( "-5y+42 = 27 \n" ); document.write( "-5y = 27-42 \n" ); document.write( "-5y = -15 \n" ); document.write( "y = -15/(-5) \n" ); document.write( "y = 3 \n" ); document.write( "This narrows our choices between choice (B) or choice (E).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Use that value of y to find z \n" ); document.write( "z = 7-2y \n" ); document.write( "z = 7-2*3 \n" ); document.write( "z = 7-6 \n" ); document.write( "z = 1 \n" ); document.write( "We can immediately conclude the answer is choice (B)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If you wanted, let's keep going to find x. \n" ); document.write( "x = 4y-10 \n" ); document.write( "x = 4*3-10 \n" ); document.write( "x = 12-10 \n" ); document.write( "x = 2 \n" ); document.write( "This offers further confirmation that (B) is the answer.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If you are in a time crunch, then you can use the multiple choice answers to your advantage. \n" ); document.write( "Simply plug each numeric value in for the corresponding variable. Then simplify each side.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let's say we wanted to check if (E) was the answer. \n" ); document.write( "We'd plug in x = -2, y = 3, z = -4 into the 1st equation to get... \n" ); document.write( "x-2y+z = -3 \n" ); document.write( "-2-2(3)+(-4) = -3 \n" ); document.write( "-2-6-4 = -3 \n" ); document.write( "-12 = -3 \n" ); document.write( "We get a false statement at the end. We need to get the same thing on both sides for it to be a true equation. \n" ); document.write( "Since the last equation is false, it causes the first equation to be false for those x,y,z values. \n" ); document.write( "Therefore, we can rule out choice (E) fairly quickly. \n" ); document.write( "Choices (C) and (D) are eliminated for similar reasoning.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "To confirm choice (B) is the solution, plug (x,y,z) = (2,3,1) into each of the original three equations. \n" ); document.write( "You should get true results after simplification. \n" ); document.write( "I'll let you do these confirmations.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "---------------------------------------------------\r \n" ); document.write( "\n" ); document.write( "Answer: Choice (B) x=2, y=3, z=1 \n" ); document.write( " \n" ); document.write( " |