Triangles

Find the number of triangles formed by joining the vertices of a 50 - sided polygon:

  1. With two sides common with that of polygon

  2. With only one side with that of polygon.

  3. No side common with that of polygon.

Enter your answer as the product of answers of the above asked questions.


Try my set : Let's play with polygons .


The answer is 1983750000.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Laurent Shorts
Mar 31, 2016

1. There are clearly 50 such triangles, with three vertices next to each other.

2. There are 50 ways to pick the common side. Then, there is 50 4 = 46 50-4=46 non adjacents points to complete the triangle. That is 50·46=2'300 triangles.

3. There is C 3 50 = 1 9 600 C_3^{50}=19'600 triangles without conditions. Minus triangles of case 1 and 2: 1 9 600 50 2 300 = 1 7 250 19'600-50-2'300=17'250

Answer is 50 2 300 1 7 250 = 1 98 3 75 0 000 50·2'300·17'250=1'983'750'000 .

Direct way to solve question 3: Formula of m-sided polygon in a n-sided polygon without common side is:

n m C m 1 n m 1 \hspace{1cm}\frac{n}{m}C_{m-1}^{n-m-1}

Therefore, answer to question 3 is 50 3 C 2 46 = 1 7 250 \frac{50}{3}C_2^{46}=17'250

Explanation of the formula:

You pick a first vertice: n n ways to do that. But as it could be any of the m m you have to place, you divide by m . m.

You're left with choosing m 1 m-1 non adjacent points on n 3 n-3 places, which is C m 1 n 3 + 1 ( m 1 ) = C m 1 n m 1 C_{m-1}^{n-3+1-(m-1)}=C_{m-1}^{n-m-1} because choosing p p non adjacent points on t t total points is like choosing ( p p points + a right space) on t + 1 p t+1-p places, and there is C t t + 1 p C_t^{t+1-p} ways to do that.

Laurent Shorts - 5 years, 2 months ago

Log in to reply

There is another way to prove the formula.

Start with a point. There is C m 1 n m 1 C_{m-1}^{n-m-1} polygons having this point (see previous comment for that). If you don't use it, you may take one adjacent point and there is still C m 1 n m 1 C_{m-1}^{n-m-1} polygons. If you don't use it either, you may take one point further: you then have C m 1 n 1 m 1 = C m 1 n m 2 C_{m-1}^{n-1-m-1}=C_{m-1}^{n-m-2} polygons. If you don't take it, picking the next one gives you C m 1 n 1 m 3 C_{m-1}^{n-1-m-3} polygons, and so on.

Formula is \,\,\,\, C m 1 n m 1 + i = 1 n 2 m + 1 C m 1 n m i C_{m-1}^{n-m-1}+\displaystyle \sum_{i=1}^{n-2m+1}C_{m-1}^{n-m-i} \,\,\,\, = \,\,\,\, C m 1 n m 1 + k = m 1 n m 1 C m 1 k C_{m-1}^{n-m-1}+\displaystyle \sum_{k=m-1}^{n-m-1}C_{m-1}^{k} .

It can be shown by recursion on n n and m m that C m 1 n m 1 + k = m 1 n m 1 C m 1 k = n m C m 1 n m 1 C_{m-1}^{n-m-1}+\displaystyle \sum_{k=m-1}^{n-m-1}C_{m-1}^{k}\,\,=\,\,\frac{n}{m}C_{m-1}^{n-m-1} .

Laurent Shorts - 5 years, 2 months ago

Log in to reply

This is a really interesting way to think about it, and great explanation! Thanks for sharing.

Eli Ross Staff - 5 years, 2 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...