SOLUTION: How to know whether two lines are intersecting or not without drawing them on the graph, when we know their start and end points? Suppose if AB is a line with A(2,1) and B(6,5)

Algebra ->  College  -> Linear Algebra -> SOLUTION: How to know whether two lines are intersecting or not without drawing them on the graph, when we know their start and end points? Suppose if AB is a line with A(2,1) and B(6,5)       Log On


   



Question 94: How to know whether two lines are intersecting or not without drawing them on the graph, when we know their start and end points?
Suppose if AB is a line with A(2,1) and B(6,5) and CD is another line with C(3,4) and D(5,2). If we Draw these two lines on the 2D Graph then these two will intersect. But how could i know that these two lines are going to intersect or not without drawing the line on the 2D Plane?
I will be very thankful to you if u can solve my query and suggest me any other links regarding this. Thanks inadvance. Hoping the earliest reply.

Answer by ichudov(507) About Me  (Show Source):
You can put this solution on YOUR website!
You need to find slopes of these lines. If they are the same, the lines are either parallel (do not intersect), or coincide completely. I have a calculator to find out slopes.