Ten Sided Regular Polygon

A regular polygon of 10 10 sides is constructed. In how many ways can 3 3 vertices be selected so that no two vertices are consecutive ?


The answer is 50.

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.

3 solutions

Method 1:

There are ( 10 3 ) = 120 \dbinom{10}{3} = 120 possible combinations of 3 3 vertices without restrictions.

10 10 of these are composed of 3 3 consecutive vertices.

Now look at those that have precisely 2 2 consecutive vertices along with one that is not adjacent to either of the others. For each of the 10 10 consecutive pairings, there are 6 6 vertices that are not adjacent to either of the consecutive vertices. There are then 10 6 = 60 10*6 = 60 such combinations.

Thus the number of desired combinations is 120 10 60 = 50 . 120 - 10 - 60 = \boxed{50}.

Method 2:

Choose a vertex at random, and then look at all those combinations involving this vertex and two other vertices that are pair-wise non-adjacent. Then there are three "gaps" between these vertices going clockwise from the vertex chosen initially that are each composed of at least one vertex. If a , b , c a,b,c are the number of vertices in these "gaps", then the following equation can be formed:

a + b + c = 7 a + b + c = 7 such that a , b , c 1. a,b,c \ge 1.

This is a "stars and bars" problem with solution ( 6 2 ) = 15. \dbinom{6}{2} = 15.

This will be the case for any of the 10 10 vertices that can be chosen initially, which would give us 10 15 = 150 10*15 = 150 combinations. But each of these combinations will have been counted three times, one time for each of the vertices of any combination. Thus we need to divide 150 150 by 3 3 to get the final solution of 50 . \boxed{50}.

Nice methods sir.

Sandeep Bhardwaj - 6 years, 2 months ago

Brilliant logic Sir

Rohit Singh Rajpoot - 5 years, 10 months ago
Adarsh Kumar
Apr 3, 2015

Total number of ways of choosing 2 2 consecutive vertices is 10 10 : { ( 1 , 2 ) ( 2 , 3 ) . . . . ( 9 , 10 ) ( 10 , 1 ) \begin{cases} (1,2) \\ (2,3) \\ . \\ . \\ . \\ . \\ (9,10) \\ (10,1) \end{cases} .

Now,for each of the above cases,we have 6 6 choices for the 3 r d 3^{rd} vertex because we are counting the number of ways in which to choose 2 2 consecutive vertices but not 3 3 (we will count that later).Thus,total = 10 × 6 = 60 =10\times 6=60 .

Now,the number of ways of choosing 3 3 consecutive vertices is also 10 10 : { ( 1 , 2 , 3 ) ( 2 , 3 , 4 ) ( 3 , 4 , 5 ) . . . ( 9 , 10 , 1 ) ( 10 , 1 , 2 ) \begin{cases} (1,2,3) \\ (2,3,4) \\ (3,4,5) \\ . \\ . \\ .\\ (9,10,1) \\ (10,1,2) \end{cases} .

Thus,total number of unfavourable cases is 60 + 10 = 70 60+10=70 ,and total number of ways = ( 10 3 ) = 120 =\dbinom{10}{3}=120 .Thus,total number of favourable cases = 120 70 = 50 =120-70=50 .

Done!

What is wrong with that code?

Adarsh Kumar - 6 years, 2 months ago

Log in to reply

I've corrected your coding. Now it looks what you desired.

Sandeep Bhardwaj - 6 years, 2 months ago

Log in to reply

Thank you sir!

Adarsh Kumar - 6 years, 2 months ago

Log in to reply

@Adarsh Kumar @Vaibhav Prasad how did you do it?

Adarsh Kumar - 6 years, 2 months ago

Log in to reply

@Adarsh Kumar It's going to take me some time to write !

But i will give it to u in a few mins

Vaibhav Prasad - 6 years, 2 months ago

Log in to reply

@Vaibhav Prasad Adarsh Kumar I just saw brian charlswoth's method no. 1. That's how is solved it

Vaibhav Prasad - 6 years, 2 months ago

Log in to reply

@Vaibhav Prasad ok!thanx for replying!

Adarsh Kumar - 6 years, 2 months ago

@Vaibhav Prasad ok!thanx for replying!

Adarsh Kumar - 6 years, 2 months ago
Irisae Jade
Apr 18, 2015

requd no. of ways = no.of ways we can select any three vertices - no. of ways we can select three consecutive vertices - no. of ways we can select 2 consecutive vertices = C(10,3) - 10 - 10*C(6,1)

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...