document.write( "Question 927554: How do I find X and Y by using substitution?\r
\n" );
document.write( "\n" );
document.write( "2x + y = 0
\n" );
document.write( "x - 3y = -7 \n" );
document.write( "
Algebra.Com's Answer #563048 by Techpriest(29)![]() ![]() ![]() You can put this solution on YOUR website! Well, you see you would need to use substitution, you can find either the x-value or y-value preferring your choice. In order to find that, we must find the x-value or y-value through equality properties for the first equation: \n" ); document.write( "2x + y = 0 \n" ); document.write( "2x - 2x + y = 0 - 2x Subtraction Property of Equality \n" ); document.write( "y = -2x Simplify\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "OR\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2x + y = 0 \n" ); document.write( "2x + y - y = 0 - y Subtraction Property of Equality \n" ); document.write( "2x = -y Simplify \n" ); document.write( "2x/2 = -y/2 Division Property of Equality \n" ); document.write( "x = -y/2 Simplify\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Or we can do the same for the second equation: \n" ); document.write( "x - 3y = -7 \n" ); document.write( "x - x - 3y = -7 - x Subtraction Property of Equality \n" ); document.write( "-3y = -7 - x Simplify \n" ); document.write( "-3y/-3 = (-7 - x)/-3 Division Property of Equality \n" ); document.write( "y = (-7 - x)/-3 Simplify\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "OR\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x - 3y = -7 \n" ); document.write( "x - 3y + 3y = -7 + 3y Addition Property of Equality \n" ); document.write( "x = -7 + 3y Simplify\r \n" ); document.write( "\n" ); document.write( "You may choose whichever is easier for you. After finding the x-value or y-value, you must substitute them in. I will substitute my first example for the easiness in for the second equation as the first example will always be true for the first equation.\r \n" ); document.write( "\n" ); document.write( "y = -2x \n" ); document.write( "x - 3y = -7 \n" ); document.write( "x - 3(-2x) = -7 \n" ); document.write( "x + 6x = -7 \n" ); document.write( "7x = -7 \n" ); document.write( "x = -1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now, if we plug in x for the y-value, we will find out that: \n" ); document.write( "x = -1 \n" ); document.write( "y = -2x \n" ); document.write( "y = -2(-1) \n" ); document.write( "y = 2 \n" ); document.write( "x = -1, y = 2\r \n" ); document.write( "\n" ); document.write( "If we plug in the x-value and y-value for both of those equation, they will be true, which gives you your answer! \n" ); document.write( "2x + y = 0 \n" ); document.write( "2(-1) + -2 = 0 Substitution! \n" ); document.write( "2 + -2 = 0 Simplify \n" ); document.write( "0 = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x - 3y = -7 \n" ); document.write( "-1 - 3(2) = -7 Substitution \n" ); document.write( "-1 - 6 = -7 Simplify \n" ); document.write( "-7 = -7 Combine like terms. \n" ); document.write( " \n" ); document.write( " |