document.write( "Question 1151845: 2x + y = 5
\n" ); document.write( "−x − 2y + 8z = 8
\n" ); document.write( "−y + 4z = 6
\n" ); document.write( "This is my first question! find, x,y,z and make sure that they are all true! \r
\n" ); document.write( "\n" ); document.write( "3x + 4y + z = 15
\n" ); document.write( "x − 2y + z = −15
\n" ); document.write( "2x + y + z = 5
\n" ); document.write( "This is my second question! find, x,y,z and make sure that they are all true! \r
\n" ); document.write( "\n" ); document.write( "thank you to whoever answers this correctly! thanks
\n" ); document.write( "

Algebra.Com's Answer #773723 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "I'll get you started on each problem. \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "================================================================\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Problem 1\r
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "2x+y = 5 ............ equation (1)\r\n" );
document.write( "-x - 2y + 8z = 8 .... equation (2)\r\n" );
document.write( "-y + 4z = 6 ......... equation (3)\r\n" );
document.write( "
\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Note how there's a 'y' term in the first equation that has a coefficient of 1. This allows us to easily solve for y without involving fractions.
\n" ); document.write( "2x+y = 5
\n" ); document.write( "2x+y-2x = 5-2x
\n" ); document.write( "y = -2x+5\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "This can be plugged into the other equations to get rid one of the variables\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Let's plug it into equation (2)
\n" ); document.write( "-x - 2y + 8z = 8
\n" ); document.write( "-x - 2( y ) + 8z = 8
\n" ); document.write( "-x - 2( -2x+5 ) + 8z = 8 .... replace y with -2x+5, y is eliminated temporarily
\n" ); document.write( "-x + 4x - 10 + 8z = 8
\n" ); document.write( "3x - 10 + 8z = 8
\n" ); document.write( "3x - 10 + 8z + 10 = 8 + 10 ... add 10 to both sides
\n" ); document.write( "3x + 8z = 18 .... Call this equation (4)\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Plug y = -2x+5 into equation (3) now
\n" ); document.write( "-y + 4z = 6
\n" ); document.write( "-( y ) + 4z = 6
\n" ); document.write( "-( -2x+5 ) + 4z = 6
\n" ); document.write( "2x - 5 + 4z = 6
\n" ); document.write( "2x - 5 + 4z+5 = 6+5 ... add 5 to both sides
\n" ); document.write( "2x + 4z = 11 .... Call this equation (5)\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The system of equations we were given reduces to this
\n" ); document.write( "3x + 8z = 18 .... Equation (4)
\n" ); document.write( "2x + 4z = 11 .... Equation (5)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "I'll let you take over from here.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "================================================================\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Problem 2\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "3x + 4y + z = 15 .... equation (1)\r\n" );
document.write( "x - 2y + z = -15 .... equation (2)\r\n" );
document.write( "2x + y + z = 5 ...... equation (3)\r\n" );
document.write( "
\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Solve equation (1) for z
\n" ); document.write( "3x + 4y + z = 15
\n" ); document.write( "3x + 4y + z-3x = 15-3x .... subtract 3x from both sides
\n" ); document.write( "4y+z = 15-3x
\n" ); document.write( "4y+z-4y = 15-3x-4y .... subtract 4y from both sides
\n" ); document.write( "z = -3x-4y+15\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Move onto equation (2) and plug in z = -3x-4y+15
\n" ); document.write( "x - 2y + z = -15
\n" ); document.write( "x - 2y + ( z ) = -15
\n" ); document.write( "x - 2y + ( -3x-4y+15 ) = -15 ... replace z with -3x-4y+15
\n" ); document.write( "x - 2y - 3x-4y+15 = -15
\n" ); document.write( "-2x - 6y + 15 = -15
\n" ); document.write( "-2x - 6y + 15-15 = -15-15
\n" ); document.write( "-2x - 6y = -30 .... call this equation (4)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Do the same for equation (3)
\n" ); document.write( "2x + y + z = 5
\n" ); document.write( "2x + y + (z) = 5
\n" ); document.write( "2x + y + (-3x-4y+15) = 5 ... replace z with -3x-4y+15
\n" ); document.write( "2x + y - 3x-4y+15 = 5
\n" ); document.write( "-x -3y + 15 = 5
\n" ); document.write( "-x -3y + 15-15 = 5-15
\n" ); document.write( "-x -3y = -10 .... call this equation (5)\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Equations (4) and (5) form a simpler system
\n" ); document.write( "-2x - 6y = -30
\n" ); document.write( "-x - 3y = -10\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "I'll let you solve this system.
\n" ); document.write( "Once you know x and y, use those values to find z.\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );