document.write( "Question 1139578: solve by substitution
\n" );
document.write( "2x+3y+2z=18
\n" );
document.write( "-4x+y-z=5
\n" );
document.write( "2z=-10 \n" );
document.write( "
Algebra.Com's Answer #760078 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "We have these three equations \n" ); document.write( "2x+3y+2z = 18 \n" ); document.write( "-4x+y-z = 5 \n" ); document.write( "2z = -10 \n" ); document.write( "which we'll label equation (1), equation (2), and equation (3) respectively in that exact order.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Solve equation (3) for z \n" ); document.write( "2z=-10 \n" ); document.write( "2z/2=-10/2 .... divide both sides by 2 \n" ); document.write( "z = -5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Plug this into equation (2) and isolate y \n" ); document.write( "-4x+y-z = 5 \n" ); document.write( "-4x+y-(-5) = 5 ... replace z with -5 \n" ); document.write( "-4x+y+5 = 5 \n" ); document.write( "-4x+y+5-5 = 5-5 .... subtract 5 from both sides \n" ); document.write( "-4x+y = 0 \n" ); document.write( "-4x+y+4x = 0+4x .... add 4x to both sides \n" ); document.write( "y = 4x \n" ); document.write( "Call this equation (4) as we'll use it later.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Move to equation (1). \n" ); document.write( "Plug in z = -5 and also y = 4x which was equation (4) we found earlier \n" ); document.write( "2x+3y+2z = 18 \n" ); document.write( "2x+3y+2(-5) = 18 .... replace every z with -5 \n" ); document.write( "2x+3y-10 = 18 \n" ); document.write( "2x+3(4x)-10 = 18 ... replace every y with (4x), since y = 4x from equation (4) \n" ); document.write( "2x+12x-10 = 18 \n" ); document.write( "2x+12x-10+10 = 18+10 ... add 10 to both sides \n" ); document.write( "14x = 28 \n" ); document.write( "14x/14 = 28/14 ... divide both sides by 14 \n" ); document.write( "x = 2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So far we know that \n" ); document.write( "x = 2 \n" ); document.write( "z = -5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We can plug those values into any equation that has y in it, and then solve for y. So that constitutes everything but equation (3). I'll use equation (4) since we isolated y here. It's easiest to use an equation with the variable already isolated.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y = 4*x \n" ); document.write( "y = 4*2 ... replace every x with 2 \n" ); document.write( "y = 8\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "------------------------------------------------------------------------ \n" ); document.write( "Final Answer:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The solution as an ordered triple is (x,y,z) = (2, 8, -5) \n" ); document.write( "Which breaks down to x = 2, y = 8 and z = -5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Visually, each of the three original equations plots out a plane if you're in a 3D coordinate system. Those three planes will intersect at the location (2, 8, -5). Think of 3 pieces of flat paper all meeting up at the same spot. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "To verify the answer, you need to replace the variables with their proper corresponding values. Afterward, simplify the equation. You should get the same value on both sides. Getting the same value on both sides says to the reader \"this equation is true\". To fully verify a system of equations, all of the equations must be true for the same variable values. I'll leave the verification step up for you to try out. \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |