document.write( "Question 320956: solve the system of equations 3y + 2z =12 and y - z=9 \n" ); document.write( "
Algebra.Com's Answer #229866 by Sunny Day(15)\"\" \"About 
You can put this solution on YOUR website!
3y + 2z = 12 --------(1)
\n" ); document.write( " y - z = 9 --------(2)
\n" ); document.write( "Solving this means finding the values of 'y' and 'z'. This can be done by eliminating one of the variables from the given equations. Here, since neither of the variables has the same coefficient in the two equations, we need to make the coefficients of one the variables the same in both the equations.
\n" ); document.write( "Let us make the coefficient 'z' the same in both the equations. This can be done by multiplying the first equation with the coefficient of 'z' (you need to take the absolute value only) in the second and the second equation with the coefficient of 'z' in the first.\r
\n" ); document.write( "\n" ); document.write( "so multiplying (1) with 1 ----> 1(3y + 2z) = 1 X 12 ----> 3y + 2z = 12 ---(3)
\n" ); document.write( "& multiplying (2) with 2 ------> 2(y - z) = 2 X 9 -----> 2y - 2z = 18 ---(4)
\n" ); document.write( " _________________
\n" ); document.write( "Now we will use (3) and (4) for elimination which can be done by just adding the two.
\n" ); document.write( "SO (3) + (4) -----> 3y + 2z + 2y -2z = 12 + 18
\n" ); document.write( " 5y + 0 = 30 (SINCE 2Z - 2Z = 0)
\n" ); document.write( " 5y = 30
\n" ); document.write( " y = 30/5 = 6
\n" ); document.write( "Now put this value of y in (1),(2),(3) or (4) to get 'z'
\n" ); document.write( "putting in (2), 6 - z = 9
\n" ); document.write( " -z = 9 - 6 = 3
\n" ); document.write( " z = -3.
\n" ); document.write( "SO the solution is y = 6 and z = -3.\r
\n" ); document.write( "\n" ); document.write( "Cross-checking
\n" ); document.write( "Put these values in (1).
\n" ); document.write( "ie. 3X6 + 2X-3 = 18 + -6 = 18 - 6 = 12, which is the RHS of (2).
\n" ); document.write( "SO the solution is verified.\r
\n" ); document.write( "\n" ); document.write( " \r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );