document.write( "Question 816184: My son just does not understand this from the teacher's explanation. If you would please break down the steps to solve this one problem, hopefully we can apply the principals to the other problems. Thank you very much.\r
\n" );
document.write( "\n" );
document.write( " 2x + 3y = -1\r
\n" );
document.write( "\n" );
document.write( " 3x + 4y = -4 \n" );
document.write( "
Algebra.Com's Answer #491413 by rothauserc(4718) You can put this solution on YOUR website! 2x + 3y = -1 \n" ); document.write( "3x + 4y = -4 \n" ); document.write( "This problem can be solved two ways \n" ); document.write( "1) substitution \n" ); document.write( "solve first equation for x \n" ); document.write( "2x = -1 -3y \n" ); document.write( "x = (-1 -3y) / 2 \n" ); document.write( "substitute for x in second equation \n" ); document.write( "3*(-1 -3y)/2 +4y = -4 \n" ); document.write( "multiply both sides of = by 2 \n" ); document.write( "3*(-1 -3y) +8y = -8 \n" ); document.write( "-3 -9y +8y = -8 \n" ); document.write( "-y = -5 \n" ); document.write( "y = 5 \n" ); document.write( "solve for x in first equation \n" ); document.write( "2x +3*(5) = -1 \n" ); document.write( "2x = -16 \n" ); document.write( "x = -8 \n" ); document.write( "check answers in second equation \n" ); document.write( "3*-8 +4*5 = -4 \n" ); document.write( "-24 +20 = -4 \n" ); document.write( "-4 = -4 \n" ); document.write( "therefore \n" ); document.write( "x = -8 and y = 5 is the correct solution \n" ); document.write( "2) solve system of linear equations using matrices \n" ); document.write( "2x + 3y = -1 \n" ); document.write( "3x + 4y = -4 \n" ); document.write( "first write the augmented matrix using the coefficients with the right column contains the constants \n" ); document.write( "| 2 3 | -1 | \n" ); document.write( "| 3 4 | -4 | \n" ); document.write( "The objective is to reorganize the original matrix into one that looks like \n" ); document.write( "| 1 0 | a | \n" ); document.write( "| 0 1 | b | \n" ); document.write( "where a and b are the solutions to the system \n" ); document.write( "multiply row 2 by -1 and add to row 1 \n" ); document.write( "| -1 -1 | 3 | \n" ); document.write( "| 3 4 | -4 | \n" ); document.write( "multiply row 1 by 3 and add to row 2 \n" ); document.write( "| -1 -1 | 3 | \n" ); document.write( "| 0 1 | 5 | \n" ); document.write( "add row 2 to row 1 \n" ); document.write( "| -1 0 | 8 | \n" ); document.write( "| 0 1 | 5 | \n" ); document.write( "multiply row 1 by -1 \n" ); document.write( "| 1 0 | -8 | \n" ); document.write( "| 0 1 | 5 | \n" ); document.write( "This gives us the solution x = -8 and y = 5 \n" ); document.write( "Note that this matches with our substitution solution in 1) :-)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |