document.write( "Question 158562This question is from textbook
\n" );
document.write( ": The given pair of lines intersect. Find the point of intersection. Graph the lines.\r
\n" );
document.write( "\n" );
document.write( "35. L: x – y = -2
\n" );
document.write( " M: x + 2y = 7
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #116844 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! L: x – y = -2 \n" ); document.write( "-y=-x-2 \n" ); document.write( "y=x+2 (red line) \n" ); document.write( "M: x + 2y = 7 \n" ); document.write( "2y=-x+7 \n" ); document.write( "y=-x/2+7/2 (green line) \n" ); document.write( " \n" ); document.write( "SOLUTION/INTERSECTON: (1,3) \n" ); document.write( " |