document.write( "Question 79727: solving systems using substitution\r
\n" );
document.write( "\n" );
document.write( "x = y + 4
\n" );
document.write( "y = x + 4 \n" );
document.write( "
Algebra.Com's Answer #57205 by bucky(2189)![]() ![]() ![]() You can put this solution on YOUR website! x = y + 4 \n" ); document.write( "y = x + 4 \n" ); document.write( ". \n" ); document.write( "This set of equations has no common solution. Let's try substitution. The top equation \n" ); document.write( "is solved for x. Therefore, you can take the right side of this equation and substitute \n" ); document.write( "it for x in the bottom equation. If you do that the bottom equation becomes: \n" ); document.write( ". \n" ); document.write( "y = (y + 4) + 4 \n" ); document.write( ". \n" ); document.write( "The parentheses are just there to show you where the substitution was made. They are \n" ); document.write( "preceded by an implied + sign so you can just erase them to get: \n" ); document.write( ". \n" ); document.write( "y = y + 4 + 4 \n" ); document.write( ". \n" ); document.write( "Do the addition on the right side: \n" ); document.write( ". \n" ); document.write( "y = y + 8 \n" ); document.write( ". \n" ); document.write( "Just looking at this equation you should see that the right side can't equal the left side, \n" ); document.write( "but you can really see it if you subtract y from both sides. If you do that you get: \n" ); document.write( ". \n" ); document.write( "0 = 8 \n" ); document.write( ". \n" ); document.write( "Can't be. \n" ); document.write( ". \n" ); document.write( "What you can do to see the problem is to return to the original equation set and solve the \n" ); document.write( "top equation for y. You can do that by subtracting 4 from both sides to get: \n" ); document.write( ". \n" ); document.write( "x - 4 = y \n" ); document.write( ". \n" ); document.write( "which can be transposed to: \n" ); document.write( ". \n" ); document.write( "y = x - 4 \n" ); document.write( ". \n" ); document.write( "So now your equation set is: \n" ); document.write( ". \n" ); document.write( "y = x - 4 and \n" ); document.write( "y = x + 4 \n" ); document.write( ". \n" ); document.write( "Both of these equations are in the slope intercept form. In each of the equations \n" ); document.write( "the slope (which is the multiplier of the x term) is +1. That means the slope is the \n" ); document.write( "same for both graphs. The constant term on the right side of each equation is the point \n" ); document.write( "where the graph crosses the y-axis. The graph of the first equation crosses the y-axis \n" ); document.write( "at - 4, and the graph of the second equation crosses the y-axis at +4. Because these \n" ); document.write( "two graphs have the same slope they are separate lines, but they are parallel. That \n" ); document.write( "means they never cross. But for linear equations such as these, for there to be a common \n" ); document.write( "solution, the lines need to cross, and the common solution is the point at which the lines \n" ); document.write( "intersect. \n" ); document.write( ". \n" ); document.write( "Hope this helps you to understand why there is no common solution for this set of equations. \n" ); document.write( " |