Let n≥2 be an integer. Take n distinct points on a circle and join each pair of points by a line segment. Colour the line segment joining every pair of adjacent points by blue and the rest by red. If the number of red and blue line segments are equal, then the value of n is
Open in App
Solution
Number of line segments =nC2
Number of blue lines (formed by joining adjacent points) =n
So, nC2−n=n⇒n(n−1)2=2n⇒n2=5n⇒n=0,5
Since, n≥2,∴n=5