Question
Question: There are n straight lines in a plane, no two of which are parallel, and no three pass through the s...
There are n straight lines in a plane, no two of which are parallel, and no three pass through the same point. Their points of intersection are joined. The number of fresh lines thus obtained is-
A
8n(n−1)(n−2)
B
6n(n−1)(n−2)(n−3)
C
8n(n−1)(n−2)(n−3)
D
None of these
Answer
8n(n−1)(n−2)(n−3)
Explanation
Solution
Sol. Explanation:
(1) is wrong since the correct answer must become 0 for
n = 3.
(2) Is also wrong since the correct answer must become 3 for n = 4
(3) Seems to be correct.
Alternative Solution : n lines will give nC2 points of intersections. These points can be again joined to get nC2C2line segments which will contain n. n–1C2 old lines.
̃ The number of fresh lines = nC2C2– n. n–1C2
= 8n(n−1)(n−2)(n−3)