document.write( "Question 81740: Solve the system by substitution.
\n" );
document.write( " x + 2y = 11
\n" );
document.write( " –2x + 4y = –6
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #58579 by bucky(2189)![]() ![]() ![]() You can put this solution on YOUR website! Given: \n" ); document.write( ". \n" ); document.write( "+ x + 2y = 11 \n" ); document.write( "–2x + 4y = –6 \n" ); document.write( ". \n" ); document.write( "Solve the top equation for x. Do this by subtracting 2y from both sides to make the top \n" ); document.write( "equation become: \n" ); document.write( ". \n" ); document.write( "x = 11 - 2y \n" ); document.write( ". \n" ); document.write( "Then go to the bottom equation and substitute 11 - 2y for x. When you do that substitution, \n" ); document.write( "the bottom equation becomes: \n" ); document.write( ". \n" ); document.write( "-2(11 - 2y) + 4y = -6 \n" ); document.write( ". \n" ); document.write( "Do the distributed multiplication on the left side by multiplying -2 times both of the \n" ); document.write( "terms inside the parentheses. Doing that multiplication results in: \n" ); document.write( ". \n" ); document.write( "-22 + 4y + 4y = -6 \n" ); document.write( ". \n" ); document.write( "Get rid of the -22 on the left side by adding 22 to both sides. This makes the equation: \n" ); document.write( ". \n" ); document.write( "+4y + 4y = 16 \n" ); document.write( ". \n" ); document.write( "Add the two terms on the left side to get: \n" ); document.write( ". \n" ); document.write( "8y = 16 \n" ); document.write( ". \n" ); document.write( "Solve for y by dividing both sides by 8, the multiplier of y. This division results \n" ); document.write( "in: \n" ); document.write( ". \n" ); document.write( "y = 16/8 = 2 \n" ); document.write( ". \n" ); document.write( "Now that we know that y is 2, we can return to one of the two original equations, \n" ); document.write( "substitute 2 for y in that equation and solve for x. Let's return to the top equation: \n" ); document.write( ". \n" ); document.write( "x + 2y = 11 \n" ); document.write( ". \n" ); document.write( "Substitute 2 for y and get: \n" ); document.write( ". \n" ); document.write( "x + 2(2) = 11 \n" ); document.write( ". \n" ); document.write( "Multiply out: \n" ); document.write( ". \n" ); document.write( "x + 4 = 11 \n" ); document.write( ". \n" ); document.write( "Get rid of the 4 on the left side by subtracting 4 from both sides to get: \n" ); document.write( ". \n" ); document.write( "x = 11 - 4 = 7 \n" ); document.write( ". \n" ); document.write( "So the answers to this problem are x = 7 and y = 2. \n" ); document.write( ". \n" ); document.write( "Hope this helps you to understand the problem and how to work out a solution by substitution. \n" ); document.write( " \n" ); document.write( " |