Two different lines can intersect in at most one point. Three different lines can intersect in at most three points, and four different lines can intersect in at most six points
in Word Problem Answers by

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register.

1 Answer

If n is the number of lines then the number of intersections is p=½n(n-1).

The reason is that each new line intersects the existing lines once only but the existing lines already intersect, so the number of those intersections has to be added to the set of new ones.

If we have P intersection points already from n lines then when we add the (n+1)th we have n new intersections to add so we have P+n intersections. We can write this as p[n+1]=p[n]+n.

When n=2, p=1 by the formula. That’s the base case.

Assume the formula is true for all n then p[n+1]=½n(n-1)+n=½n²-½n+n=½n²+½n=½(n+1)n=p[n+1]. That’s proof by induction.

When n=5, p₅=½(5×4)=10. Or since we know p₄=6, then p₅=6+4=10 because the 5th line intersects the existing 4 lines which already contain 6 intersections.

by Top Rated User (1.2m points)

Related questions

1 answer
0 answers
asked Nov 28, 2011 in Pre-Algebra Answers by anonymous | 836 views
Welcome to MathHomeworkAnswers.org, where students, teachers and math enthusiasts can ask and answer any math question. Get help and answers to any math problem including algebra, trigonometry, geometry, calculus, trigonometry, fractions, solving expression, simplifying expressions and more. Get answers to math questions. Help is always 100% free!
87,516 questions
100,279 answers
2,420 comments
732,227 users