Good n n -gons

Consider a convex 2015 2015 -gon P P . An n n -gon with all its vertices among those of P P is called good if it doesn't share any edge in common with P P . Let the number of such n n -gons be N n N_n .

Find the digit sum of N 20 + N 15 N_{20}+N_{15} .

Note 1 : All numbers are expressed in base 10 10 . You may need a CAS to find the digit sum.

Note 2 : Try this easier variant first.

Looking forward to see different solutions :)

Image credit: Wikipedia David Eppstein


The answer is 194.

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

Alex Segesta
Feb 23, 2015

Not only will we find out what N 20 + N 15 N_{20}+N_{15} is, but we will also find out what N x N_{x} is for any positive integer x x , where x 3 x \ge 3 . Let's think about how we will construct such a polygon. First, we have 2015 2015 points to start out the first vertex of the polygon. Next, we have x 1 x-1 vertices left to pick. But there is a clever 1-1 correspondence between this problem and stars and bars/sticks and stones. We have a total of 2015 2015 vertices in a 2015 2015 -gon. In order to have a good x x -gon in which no two vertices are consecutively used from the 2015 2015 -gon, we can simplify this down into a 1 + a 2 + . . . + a x = 2015 a_{1}+a_{2}+...+a_{x}=2015 where all the addends are greater than or equal to 2. a 1 , a 2 , . . . a x a_{1}, a_{2}, ... a_{x} all represent the number of vertices from the 2015 2015 -gon that are between each side of the x x -gon. Now, we can simplify down our equation into a 1 + a 2 + . . . + a x = 2015 x a_{1}+a_{2}+...+a_{x}=2015-x where a 1 , a 2 , . . . , a n a_{1}, a_{2}, ... , a_{n} are all positive integers. Using stars and bars/sticks and stones, we have 2015 x 1 = 2014 x 2015-x-1=2014-x stars/stones and x 1 x-1 bars/sticks. Therefore, we have ( 2014 x x 1 ) \dbinom{2014-x}{x-1} such good x x -gons. But all good x x -gons are overcounted. Consider such a good x x -gon. We had 2015 2015 points to start the first vertex off at. So therefore, we could have started our good x x -gon off at any of the vertices of our x x -gon. We need to divide our final answer by x x to account for the rotations. So our final answer is ( 2014 x x 1 ) x \frac{\dbinom{2014-x}{x-1}}{x} . Plugging in for x = 20 x=20 and x = 15 x=15 , we have 2015 ( 1999 14 ) 15 + 2015 ( 1994 19 ) 20 \frac{2015 * \dbinom{1999}{14}}{15}+\frac{2015 * \dbinom{1994}{19}}{20} . In Note 1 as stated in the problem, you need a CAS to find the digit sum of this, but I do not know what CAS stands for and instead went to Wolfram Alpha to find out the digit sum. I got 194.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...