Number of quadrilaterals which can be constructed by joining the vertices of a convex polygon of 20 sides, if none of the side of the polygon is also the side of the quadrilateral is :
(a) 17C4 – 15C2
(b) 15C3 .20/4
(c) 2275
(d) 2125
-
UP 0 DOWN 0 1 4
4 Answers
well when we choose pts there must be at least one gap b/w the pts...
well solved at last....hope answer is correct...
total=20C4
when all 4 pts are adjacent=20
when 3 pts are adjacent=15C1=15
when 2 are adjacent=16C2=120
so answer is 20C4-20-15C1-16C2
This is a solution from http://www.mathlinks.ro/viewtopic.php?t=311551
There are C420 ways to choose any 4 vertices.
Now let's count number of ways to choose 4 vertices, where at least 2 are adjacent.
1) 2 vertices are adjacent and the other 2 are not.
There are 20 ways to choose 2 adjacent vertices.
...0xx0...
There are 16 left places for the other 2.
We can select them in C216 ways.
15 ways are to choose 2 adjacent vertices, so there are total 20(C^{2}_{16}-15)=2100 ways in this case.
2) 2 pairs of vertices are adjacent.
There are 20 ways to choose first pair of adjacent vertices.
...0xx0...
There are 16 left places for the other 2 adjacent vertices.
We can select them in 15 ways.
So there are total \frac{20\cdot15}{2}=150 ways in this case. (We divided by 2 because we can get the same 2 pairs of adjacent vertices in 2 different ways).
3) 3 vertices are adjacent.
There are 20 ways to choose 3 adjacent vertices.
...0xxx0...
There are 15 left places for the 4'th vertice, so there are total 20\cdot15=300 ways in this case.
4) 4 vertices are adjacent.
20 ways in this case.
So the answer is C420-(2100+150+300+20)=2275