181k views
2 votes
Describe and correct the error in the conditional statement about lines.

If two lines do not intersect, then they are parallel.

User Andycrone
by
8.1k points

1 Answer

1 vote

Final answer:

The error in the conditional statement about lines is that it assumes that if two lines do not intersect, then they are parallel. However, this is not always true. Two lines can be skew lines or they can actually be the same line.

Step-by-step explanation:

The error in the conditional statement about lines is that it assumes if two lines do not intersect, then they are parallel. However, this is not always true. Two lines can be skew lines or they can actually be the same line. Skew lines are lines that do not lie on the same plane and hence do not intersect, but they are not parallel because they never lie on the same plane. And if two lines coincide or lie on top of each other, they are not parallel either.

For example, consider the lines:

Line 1: x = 2y + 5

Line 2: x = 2y + 5

These lines have the same equation, and hence they represent the same line. Therefore, they are not parallel.

The corrected statement would be: If two lines do not intersect and do not lie on the same plane, then they are parallel.

User Grundyoso
by
8.1k points