document.write( "Question 1022100: Determine whether the pair of lines y = 2x + 1 and x - y = 5 are parallel or intersect. If the lines intersect, find the point of intersection. \n" ); document.write( "
Algebra.Com's Answer #637815 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Well, we can rewrite the second one to be
\n" ); document.write( "y = x - 5 and we can see it is not parallel to
\n" ); document.write( "y = 2x + 1
\n" ); document.write( "We can set them equal to each other (since they are both equal to y)...
\n" ); document.write( "x - 5 = 2x + 1
\n" ); document.write( "-x = 6
\n" ); document.write( "x = -6
\n" ); document.write( "and then
\n" ); document.write( "y = -6 - 5 = -11
\n" ); document.write( "The point of intersection is
\n" ); document.write( "(-6, -11)
\n" ); document.write( "
\n" );