Select Page

(Q). Consider a polygon of k sides with n points on each side (no point on the vertices)
(i) How many straight lines can be drawn from these ‘kn’ points such that each line passes through exactly 2 of the given points.
(ii) if ‘T’ is the maximum number of triangles that can be drawn from these kn points as vertices then find the value of ‘T’.
(iii) if ‘Q’ is the maximum number of quadrilaterals that can be drawn from these ‘kn’ points as vertices then find the value of Q.
Solution:-
(i). From k sides we have to select 2 sides & this can be done in ᵏC₂ ways.
Now from each selected side we have to select 1 point & that can be done in ⁿC₁×ⁿC₁ ways.
So total number of such straight lines

Answerselection of 2 sides from k sidesselection of 1 pointout of n points on each side

(ii) From k.n points without any restriction we can get maximum ᵏⁿC₃ triangles.
From this we have to reduce the number of triangles that we can not get due to collinear points which is equal to k.ⁿC₃
So total number of such triangle is 
ᵏⁿC₃ – k.ⁿC₃               Answer

Alternately: In order to draw a triangle we need 3 non-collinear points. So here we have two cases:-
case(i):  If three selected points from three different sides:

selection of 3 sides from k sidesselection of 1 pointout of n points on each side

case(ii):  if two points are selected from one side while one point is selected from different sides:-

+)selection of 2 sides from k sidesselection of 2 pointsout of n points from 1 side& selection of 1 pointout of n points from 2 side& vice-versa

= 2.ᵏC₂(ⁿC₂×ⁿC₁)
So total number of such triangle is 
ᵏC₃×ⁿC₁×ⁿC₁×ⁿC₁ + 2.ᵏC₂.(ⁿC₂×ⁿC₁)                Answer

(iii). From kn points without any restriction we can get maximum ᵏⁿC₄ quadrilaterals.
From this we have to reduce the number of quadrilaterals that we can not get if three points are collinear & this can happen in two cases:-
case(i):  when all 4 selected points are collinear
 = k × ⁿC₄
case(ii): when three points are collinear
= k × ⁿC₃ ×(k-1) × n
So total number of such quadrilaterals is :

ᵏⁿC₄ – k.ⁿC₄ – k. ⁿC₃.(k-1).n           Answer

Alternately: In order to draw a quadrilateral we need 4 points such that no three of them are collinear. Here we have three cases:
case(i): if 4 points selected from 4 different sides: 

)selection of 4 sides from k sidesselection of 1 point from each side

case(ii): if two points are selected from one side while 1 point is selected from two different sides:

)selection of 3 sides from k sidesone-one point from remaining two sidestwo points from one sidetwo points from any of 3 selected sides

case(iii): if two points are selected from one side while two points are selected from different side:

ᵏC₂×ⁿC₂×ⁿC₂

So total number of such quadrilateral is 
ᵏC₄×(ⁿC₁×ⁿC₁×ⁿC₁×ⁿC₁) + ᵏC₃×(ⁿC₂×ⁿC₁×ⁿC₁×3) + ᵏC₂×ⁿC₂×ⁿC₂              Answer