Find number of Quadrilaterals that can be formed in a Decagon such that no side of Quadrilateral is common to side of Decagon.
I tried as follows:
Arbitrarily choose $6$ points on a circle. Then we have $6$ Gaps in between them. Choose any four gaps to place other four vertices in each gap which forms a quadrilateral with no side common. So number of ways =$\binom{6}{4}=15$.
But answer is $25$, where did i went wrong?
The problem is that you are given some fixed decagon $ABCDEFGHIJ$ (left) but after you choose six points on a circle and pick $4$ gaps, you get a quadrilateral in one of several lopsided decagons (right).
To turn the quadrilateral on the right into a quadrilateral inside the decagon on the left, you need to pick a starting point. One of $\{1,1.5,2,3,3.5,4,4.5,5,5.5,6\}$ becomes $A$, and then the rest of the labels are determined by going around the circle clockwise. This can be done in $10$ ways.
This wouldn't be a problem if there were always $10$ possible orderings of the labels on the lopsided decagon. Then we'd be overcounting by a factor of $10$, and the two $10$s would cancel out.
However, there aren't $10$ possible orderings of the labels on the lopsided decagon. There are only $6$, because the original vertices of the hexagon are distinguishable from the four vertices you put in the gaps. The quadrilateral with vertices $1$, $3$, $4$, $5$ couldn't have been obtained in this way, because $1$, $3$, $4$, and $5$ are the vertices of the starting hexagon.
In other words, there are $10$ ways to label the decagon on the left, but only $6$ ways to label the decagon on the right, so when you take labels into account, you undercount by a factor of $\frac{6}{10}$.