document.write( "Question 515347: Can you please solve the following by graphing. Demonstrate on the graph what the solution means. Then solve algebraically by substitution and then
\n" );
document.write( "again by the addition property of equality?\r
\n" );
document.write( "\n" );
document.write( "2x + y = 6
\n" );
document.write( "y - x = -3 \n" );
document.write( "
Algebra.Com's Answer #343922 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! First, you have to recognize that you have linear equations. \n" ); document.write( "The addition and subtraction property of equality is that: \n" ); document.write( "if a = b, then a+c = b+c, and a-c = b-c. \n" ); document.write( "You often use this property in solving problems. \n" ); document.write( ". \n" ); document.write( "2x + y = 6 \n" ); document.write( "y -x = -3 \n" ); document.write( ". \n" ); document.write( "rearranged... \n" ); document.write( ". \n" ); document.write( "2x + y = 6 \n" ); document.write( "-x +y = -3 \n" ); document.write( ". \n" ); document.write( "subtract the 2nd equation from the 1st and you get: \n" ); document.write( ". \n" ); document.write( "3x = 9 \n" ); document.write( "x = 3 \n" ); document.write( ". \n" ); document.write( "substitute x=3 to find y \n" ); document.write( ". \n" ); document.write( "2x + y = 6 \n" ); document.write( "2(3) + y = 6 \n" ); document.write( "6 + y = 6 \n" ); document.write( "y = 0 \n" ); document.write( ". \n" ); document.write( "So, the lines intersect at: (3,0) \n" ); document.write( ". \n" ); document.write( "Or you could have solved by elimination. \n" ); document.write( ". \n" ); document.write( "Gien y-x =-3 \n" ); document.write( "y -x+x = -3+x (the addition property) \n" ); document.write( ". \n" ); document.write( "y = -3+3 = 0 \n" ); document.write( ". \n" ); document.write( "substitute y=0 to find x \n" ); document.write( ". \n" ); document.write( "2x +y = 6 \n" ); document.write( "2x +0 = 6 \n" ); document.write( "2x = 6 \n" ); document.write( "x = 3 \n" ); document.write( ". \n" ); document.write( "Again, this tells us the lines intersect at (3,0). \n" ); document.write( "Another way of saying this is that the point (3,0) satisfies both equations. \n" ); document.write( ". \n" ); document.write( "To graph it is easiest to use the slope-intercept form: \n" ); document.write( "2x + y = 6 \n" ); document.write( "y -x = -3 \n" ); document.write( ". \n" ); document.write( "which become \n" ); document.write( "y = -2x +6 \n" ); document.write( "y = x-3 \n" ); document.write( ". \n" ); document.write( "In this graph the first equation is red and the second is green. \n" ); document.write( ". \n" ); document.write( " |