document.write( "Question 208209: SYSTEM OF 3 EQUATIONS WITH 3 UNKNOWNS
\n" );
document.write( "
\n" );
document.write( "FIND SOLUTION SET FOR THE FOLLOWING SYSTEM OF EQUATIONS:\r
\n" );
document.write( "\n" );
document.write( " X -Y +5Z = 2
\n" );
document.write( " 4X -3Y +5Z = 3
\n" );
document.write( " 3X -2Y +4Z = 1
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #157518 by Theo(13342)![]() ![]() You can put this solution on YOUR website! you have 3 equations in 3 unknowns. \n" ); document.write( "you want to reduce that to 2 equations in 2 unknowns \n" ); document.write( "you then reduce that to 1 equation in one unknown \n" ); document.write( "working your way back up the chain... \n" ); document.write( "you then solve for the first unknown \n" ); document.write( "you then solve for the second unknown \n" ); document.write( "you then solve for the third unknown. \n" ); document.write( "----- \n" ); document.write( "your equations are: \n" ); document.write( "x - y + 5z = 2 = equation 1 \n" ); document.write( "4x - 3y + 5z = 3 = equation 2 \n" ); document.write( "3x - 2y + 4z = 1 = equation 3 \n" ); document.write( "----- \n" ); document.write( "you can eliminate z first. \n" ); document.write( "----- \n" ); document.write( "you subtract equation 1 from equation 2 to get: \n" ); document.write( "3x - 2y = 1 = equation 4 \n" ); document.write( "----- \n" ); document.write( "you multiply equation 1 by 4 to get: \n" ); document.write( "4x - 4y + 20z = 8 = equation 5 \n" ); document.write( "----- \n" ); document.write( "you multiply equation 3 by 5 to get: \n" ); document.write( "15x - 10y + 20z = 5 = equation 6 \n" ); document.write( "----- \n" ); document.write( "you subtract equation 5 from equation 6 to get: \n" ); document.write( "11x - 6y = -3 = equation 7 \n" ); document.write( "----- \n" ); document.write( "you now have 2 equations in 2 unknowns. \n" ); document.write( "those are equation 4 and equation 7 shown below: \n" ); document.write( "3x - 2y = 1 = equation 4 \n" ); document.write( "11x - 6y = -3 = equation 7 \n" ); document.write( "----- \n" ); document.write( "next you will eliminate the y to get one equation in one unknown., \n" ); document.write( "----- \n" ); document.write( "you multiply equation 4 by 3 to get: \n" ); document.write( "9x - 6y = 3 = equation 8 \n" ); document.write( "----- \n" ); document.write( "you subtract equation 8 from equation 7 to get: \n" ); document.write( "2x = -6 \n" ); document.write( "----- \n" ); document.write( "you now have one equation in one unknown which you solve to get: \n" ); document.write( "x = -3 \n" ); document.write( "----- \n" ); document.write( "you now go back to equation 4 or equation 7 and solve for y. \n" ); document.write( "let's use equation 7 \n" ); document.write( "----- \n" ); document.write( "11x - 6y = -3 = equation 7 \n" ); document.write( "replace x with -3 to get: \n" ); document.write( "11 *(-3) - 6y = -3 \n" ); document.write( "-33 - 6y = -3 \n" ); document.write( "6y = -30 \n" ); document.write( "y = -5 \n" ); document.write( "----- \n" ); document.write( "you now have: \n" ); document.write( "x = -3 \n" ); document.write( "y = -5 \n" ); document.write( "----- \n" ); document.write( "go back to equation 1 or 2 or 3 and replace x with -3 and replace y with -5 to solve for z. \n" ); document.write( "we'll use equation 2 as shown below: \n" ); document.write( "----- \n" ); document.write( "4x - 3y + 5z = 3 = equation 2 \n" ); document.write( "replace x with -3 and y with -5 to get: \n" ); document.write( "4 * (-3) - 3 * (-5) + 5z = 3 \n" ); document.write( "-12 + 15 + 5z = 3 \n" ); document.write( "3 + 5z = 3 \n" ); document.write( "5z = 0 \n" ); document.write( "z = 0 \n" ); document.write( "----- \n" ); document.write( "you now have: \n" ); document.write( "x = -3 \n" ); document.write( "y = -5 \n" ); document.write( "z = 0 \n" ); document.write( "----- \n" ); document.write( "your equation should be solved and you confirm that by replacing x with -3 and y with -5 and z with 0 in all 3 of your equations to make sure that the equations are true with those values in them for x,y,z. \n" ); document.write( "----- \n" ); document.write( "your original equations are: \n" ); document.write( "x - y + 5z = 2 = equation 1 \n" ); document.write( "4x - 3y + 5z = 3 = equation 2 \n" ); document.write( "3x - 2y + 4z = 1 = equation 3 \n" ); document.write( "----- \n" ); document.write( "equation 1 becomes -3 + 5 + 0 = 2 which becomes 2 = 2 which is true. \n" ); document.write( "equation 2 becomes -12 + 15 + 0 = 3 which becomes 3 = 3 which is true. \n" ); document.write( "equation 3 becomes -9 + 10 + 0 = 1 which becomes 1 = 3 which is true. \n" ); document.write( "----- \n" ); document.write( "all 3 equations are true so the values for x,y,z satisfy all of them simultaneously and you are done. \n" ); document.write( "-----\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |