document.write( "Question 549455: The equations of two lines are given as x + 3y = 0 and 2x - y= -7. What are the coordinates of the point of intersection.\r
\n" );
document.write( "\n" );
document.write( "How do I solve this\r
\n" );
document.write( "\n" );
document.write( "Thank you,
\n" );
document.write( "Natasha \n" );
document.write( "
Algebra.Com's Answer #357761 by TutorDelphia(193)![]() ![]() You can put this solution on YOUR website! Hi Natasha, \n" ); document.write( "Finding x and y and writing them as an ordered pair (x,y) is what your teacher is looking for here.\r \n" ); document.write( "\n" ); document.write( "With systems of equations there are three ways to solve it, graphing, substitution or elimination. \r \n" ); document.write( "\n" ); document.write( "I'll show you elimination and graphing.\r \n" ); document.write( "\n" ); document.write( "x + 3y = 0 and \n" ); document.write( "2x - y= -7\r \n" ); document.write( "\n" ); document.write( "Lets multiply both sides of the second equation by 3\r \n" ); document.write( "\n" ); document.write( "6x-3y=-21 \n" ); document.write( "Now lets add the two equations \n" ); document.write( "6x-3y=-21 \n" ); document.write( "x + 3y = 0 \n" ); document.write( "7x=-21 \n" ); document.write( "x=-3\r \n" ); document.write( "\n" ); document.write( "We can then plug in -3 for x to find y \n" ); document.write( "2*(-3)-y=-7 \n" ); document.write( "y=1\r \n" ); document.write( "\n" ); document.write( "so your answer is (-3,1)\r \n" ); document.write( "\n" ); document.write( "To graph we have to have the equations in slope intercept form \n" ); document.write( "x + 3y = 0 \n" ); document.write( "3y=-x \n" ); document.write( "y=-x/3 \n" ); document.write( " \n" ); document.write( "2x - y= -7 \n" ); document.write( "-y=-2x-7 \n" ); document.write( "y=2x+7 \n" ); document.write( " \n" ); document.write( "and we see they intersect at (-3,1) \n" ); document.write( " |