Last visit was: 19 May 2025, 15:09 It is currently 19 May 2025, 15:09
Close
GMAT Club Daily Prep
Thank you for using the timer - this advanced tool can estimate your performance and suggest more practice questions. We have subscribed you to Daily Prep Questions via email.

Customized
for You

we will pick new questions that match your level based on your Timer History

Track
Your Progress

every week, we’ll send you an estimated GMAT score based on your performance

Practice
Pays

we will pick new questions that match your level based on your Timer History
Not interested in getting valuable practice questions and articles delivered to your email? No problem, unsubscribe here.
Close
Request Expert Reply
Confirm Cancel
User avatar
marcodonzelli
Joined: 22 Nov 2007
Last visit: 22 Aug 2014
Posts: 627
Own Kudos:
3,060
 [215]
Posts: 627
Kudos: 3,060
 [215]
11
Kudos
Add Kudos
204
Bookmarks
Bookmark this Post
Most Helpful Reply
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 19 May 2025
Posts: 101,533
Own Kudos:
Given Kudos: 93,558
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 101,533
Kudos: 725,565
 [70]
19
Kudos
Add Kudos
51
Bookmarks
Bookmark this Post
User avatar
navami
Joined: 27 Dec 2007
Last visit: 07 Sep 2011
Posts: 24
Own Kudos:
49
 [39]
Given Kudos: 1
Posts: 24
Kudos: 49
 [39]
26
Kudos
Add Kudos
13
Bookmarks
Bookmark this Post
General Discussion
User avatar
walker
Joined: 17 Nov 2007
Last visit: 27 Apr 2025
Posts: 2,402
Own Kudos:
10,510
 [6]
Given Kudos: 362
Concentration: Entrepreneurship, Other
Schools: Chicago (Booth) - Class of 2011
GMAT 1: 750 Q50 V40
Expert
Expert reply
Schools: Chicago (Booth) - Class of 2011
GMAT 1: 750 Q50 V40
Posts: 2,402
Kudos: 10,510
 [6]
4
Kudos
Add Kudos
2
Bookmarks
Bookmark this Post
C

let 1,2,3,4,5 are people.

1. we fix position of 1
2. we have 4*3=12 possible positions for left and right neighbors of 1.
3. for each position of x1y we have 2 possible positions for last two people: ax1yb and bx1ya.

Therefore, N=12*2=24
User avatar
marcodonzelli
Joined: 22 Nov 2007
Last visit: 22 Aug 2014
Posts: 627
Own Kudos:
3,060
 [1]
Posts: 627
Kudos: 3,060
 [1]
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
OA is C, good...anyway, provided I am quite bad at combs, would you please explain it to me step by step in a very clear way..i cannot catch your 3 points!
User avatar
walker
Joined: 17 Nov 2007
Last visit: 27 Apr 2025
Posts: 2,402
Own Kudos:
10,510
 [14]
Given Kudos: 362
Concentration: Entrepreneurship, Other
Schools: Chicago (Booth) - Class of 2011
GMAT 1: 750 Q50 V40
Expert
Expert reply
Schools: Chicago (Booth) - Class of 2011
GMAT 1: 750 Q50 V40
Posts: 2,402
Kudos: 10,510
 [14]
12
Kudos
Add Kudos
2
Bookmarks
Bookmark this Post
marcodonzelli
OA is C, good...anyway, provided I am quite bad at combs, would you please explain it to me step by step in a very clear way..i cannot catch your 3 points!


let 1,2,3,4,5 are people.
"_ _ _ _ _" - positions

1. we fix position of 1
"_ _ 1 _ _"

2. we have 4*3=12 possible positions for left and right neighbors of 1.
"_ x 1 _ _" x e {2,3,4,5}. 4 variants
"_ x 1 y _" y e {(2,3,4,5} - {x}. 3 variants

total number of variants is 4*3=12

3. for each position of x1y we have 2 possible positions for last two people: ax1yb and bx1ya.
or
"a x 1 y _" a e {(2,3,4,5} - {x,y}. 2 variants
"a x 1 y b" b e {(2,3,4,5} - {x,y,a}. 1 variants


Therefore, N=12*2=24
avatar
srivas
Joined: 27 Oct 2008
Last visit: 28 Sep 2009
Posts: 97
Own Kudos:
304
 [7]
Given Kudos: 3
Posts: 97
Kudos: 304
 [7]
5
Kudos
Add Kudos
2
Bookmarks
Bookmark this Post
At a dinner party, 5 people are to be seated around a circular table. 2 seating arrangements are considered different only when the positions of the people are different relative to each other. what is the total number of different possible seating arrangements for the group?

A. 5
B. 10
C. 24
D. 32
E. 120

Soln: Since the arrangement is circular and 2 seating arrangements are considered different only when the positions of the people are different relative to each other, we can find the total number of possible seating arrangements, by fixing one person's position and arranging the others.

Thus if one person's position is fixed, the others can be arranged in 4! ways.
Ans is C.
User avatar
Fijisurf
Joined: 10 Sep 2010
Last visit: 26 Nov 2011
Posts: 89
Own Kudos:
170
 [1]
Given Kudos: 7
Posts: 89
Kudos: 170
 [1]
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
Bunuel
mybudgie
At a party, 5 people are to be seated around a circular table; two seating arrangements are considered different only when the positions of the people are different relative to each other. What is the total number of different possible seating arrangements?
A 5
B 10
C 24
D 32
E 120

This is the case of circular arrangement.
The number of arrangements of n distinct objects in a row is given by \(n!\).
The number of arrangements of n distinct objects in a circle is given by \((n-1)!\).

From Gmat Club Math Book (combinatorics chapter):
"The difference between placement in a row and that in a circle is following: if we shift all object by one position, we will get different arrangement in a row but the same relative arrangement in a circle. So, for the number of circular arrangements of n objects we have:

\(R = \frac{n!}{n} = (n-1)!\)"

\((n-1)!=(5-1)!=24\)

Answer: C.

Similar question: combinatrics-86547.html?hilit=relative%20around

Hope it's clear.

I was confused by the wording of the question "only when the positions of the people are different relative to each other".
I knew the formula (n-1)!, but I though that the correct answer would require some limited set of the combinations, defined by "only when the positions of the people are different relative to each other".

Then if the question did not mentioned this special condition of ""only when the positions of the people are different relative to each other", the answer would be 24x5=120. Right?
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 19 May 2025
Posts: 101,533
Own Kudos:
725,565
 [2]
Given Kudos: 93,558
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 101,533
Kudos: 725,565
 [2]
1
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
Fijisurf
Bunuel
mybudgie
At a party, 5 people are to be seated around a circular table; two seating arrangements are considered different only when the positions of the people are different relative to each other. What is the total number of different possible seating arrangements?
A 5
B 10
C 24
D 32
E 120

This is the case of circular arrangement.
The number of arrangements of n distinct objects in a row is given by \(n!\).
The number of arrangements of n distinct objects in a circle is given by \((n-1)!\).

From Gmat Club Math Book (combinatorics chapter):
"The difference between placement in a row and that in a circle is following: if we shift all object by one position, we will get different arrangement in a row but the same relative arrangement in a circle. So, for the number of circular arrangements of n objects we have:

\(R = \frac{n!}{n} = (n-1)!\)"

\((n-1)!=(5-1)!=24\)

Answer: C.

Similar question: combinatrics-86547.html?hilit=relative%20around

Hope it's clear.

I was confused by the wording of the question "only when the positions of the people are different relative to each other".
I knew the formula (n-1)!, but I though that the correct answer would require some limited set of the combinations, defined by "only when the positions of the people are different relative to each other".

Then if the question did not mentioned this special condition of ""only when the positions of the people are different relative to each other", the answer would be 24x5=120. Right?

"the positions of the people are different relative to each other" just means different arrangements (around a circular table). The number of arrangements of n distinct objects in a circle is \((n-1)!=4!=24\), (120 would be the answer if they were arranged in a row).
User avatar
KarishmaB
Joined: 16 Oct 2010
Last visit: 19 May 2025
Posts: 15,978
Own Kudos:
73,196
 [9]
Given Kudos: 470
Location: Pune, India
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 15,978
Kudos: 73,196
 [9]
7
Kudos
Add Kudos
2
Bookmarks
Bookmark this Post
Arranging 3 people (A, B, C) in a row:
A B C, A C B, B A C. B C A, C A B, C B A
3! ways
Why is arranging 3 people in a circle different?

....A
....O
B......C
If I am B, A is to my left, C is to my right.
Look at this one now:

....C
....O
A......B
Here also, A is to my left and C is to my right. In a circle, these are considered a single arrangement because relative to each other, people are still sitting in the same position. This is the general rule in circular arrangement. You use the formula n!/n = (n - 1)! because every n arrangements are considered a single arrangement. e.g. if n = 3, the given 3 arrangements are the same:
.....A ................ C ............... B
.....O ................ O .............. O
B........C ........ A ..... B ..... C........ A

In each of these, if I am B, I am sitting in the same position relative to others. A is to my left and C is to my right.
and these three are the same:
.....C ................ A ............... B
.....O ................ O .............. O
B........A ........ C ..... B ..... A........ C

Here, if I am B, C is to my left and A is to my right. Different from the first three.
Hence no. of arrangements = 3!/3 = 2 only

Here, they have mentioned 'relative to people' only to make it clearer. In a circle, anyway only relative to people arrangements are considered.
You might need to use n! in a circle if they mention that each seat in the circular arrangement is numbered and is hence different etc. Then there are just n distinct seats and n people. If nothing of the sorts is mentioned, you always use the (n - 1)! formula for circular arrangement.
User avatar
AtlanticGMAT
Joined: 27 Jan 2013
Last visit: 19 May 2025
Posts: 258
Own Kudos:
642
 [7]
Given Kudos: 38
GMAT 1: 760 Q47 V48
GMAT 2: 770 Q49 V47
GMAT 3: 780 Q49 V51
Expert
Expert reply
GMAT 3: 780 Q49 V51
Posts: 258
Kudos: 642
 [7]
3
Kudos
Add Kudos
4
Bookmarks
Bookmark this Post
Hi there,

You can treat this as an ordering question except that for a circular arrangement you need to divide by the number of spaces. So in this case:

5!/5=24

If you spin the circle to right, that doesn't count as a new arrangement. Dividing by the number of spaces takes that into consideration.

Happy Studies,

HG.
User avatar
russ9
Joined: 15 Aug 2013
Last visit: 20 Apr 2015
Posts: 176
Own Kudos:
Given Kudos: 23
Posts: 176
Kudos: 375
Kudos
Add Kudos
Bookmarks
Bookmark this Post
VeritasPrepKarishma
Val1986
At a dinner party 5 people are to be seated around a circular table. Two sitting arrangements are considered different only when the positions of the people are different relative to each other.What is the total number of possible sitting arrangements or the group?

A. 5
B. 10
C. 24
D. 32
E. 120

Check out this post on circular arrangements. It discusses why the number of arrangements is n!/n (which is the same as (n-1)!) in case there are n people sitting around a round table.
https://www.gmatclub.com/forum/veritas-prep-resource-links-no-longer-available-399979.html#/2011/10 ... angements/

It also discusses the relevance of this statement in the question: "Two sitting arrangements are considered different only when the positions of the people are different relative to each other"

Hi Karishma,

If there were constraints such as A can't be next to B or C, does that mean that we now have 5 seats but since 3 of them are fixed, the solution would be 2!/2?
User avatar
KarishmaB
Joined: 16 Oct 2010
Last visit: 19 May 2025
Posts: 15,978
Own Kudos:
73,196
 [3]
Given Kudos: 470
Location: Pune, India
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 15,978
Kudos: 73,196
 [3]
2
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
russ9

Hi Karishma,

If there were constraints such as A can't be next to B or C, does that mean that we now have 5 seats but since 3 of them are fixed, the solution would be 2!/2?

I am assuming your question is this:
5 people are to be seated around a circular table such that A sits neither next to B nor next to C. How many arrangements are possible?

I don't know how you consider "...3 of them are fixed".

The way you handle this constraint would be this:

There are 5 vacant seats. Make A occupy 1 seat in 1 way (because all seats are same before anybody sits).
Now we have 4 unique vacant seats (unique with respect to A) and 4 people.
B and C cannot sit next to A so D and E occupy the seats right next to A on either side. This can be done in 2! ways: D A E or E A D

B and C occupy the two unique seats away from A. This can be done in 2! ways.

Total number of arrangements = 2! * 2! = 4
User avatar
icetray
Joined: 21 Feb 2015
Last visit: 09 Oct 2015
Posts: 10
Own Kudos:
Given Kudos: 11
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Please provide feedback to see if this makes sense:

I approached it thinking, if you have a circle, say, ABCDE there would be 5! ways of arranging, however, the question states that an arrangement is only different if the positions relative to each other are different.

So (1/5)th of the time each person in the circle would in the same position relative to another person. Therefore I did (1/5)x5! = 24

I was thinking "symmetry" as well - what are the experts thoughts on this? The formula though is definitely the easier way.
User avatar
EMPOWERgmatRichC
User avatar
Major Poster
Joined: 19 Dec 2014
Last visit: 31 Dec 2023
Posts: 21,791
Own Kudos:
Given Kudos: 450
Status:GMAT Assassin/Co-Founder
Affiliations: EMPOWERgmat
Location: United States (CA)
GMAT 1: 800 Q51 V49
GRE 1: Q170 V170
Expert
Expert reply
GMAT 1: 800 Q51 V49
GRE 1: Q170 V170
Posts: 21,791
Kudos: 12,375
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Hi icetray,

Your thinking on this question is just fine. Conceptually, since we're dealing with a circular table with 5 chairs (and not a row of chairs), the table could have 5 different "starting chairs." As such the arrangements (going around the table):

ABCDE
BCDEA
CDEAB
DEABC
EABCD

Are all the same arrangement (just 'revolved' around the table). Since we're NOT allowed to count each of those (they're not different arrangements, they're just rotations of the same arrangement), we have to divide the permutation by 5.

5!/5 = 24

This type of 'set-up' is relatively rare on Test Day - there's a pretty good chance that you won't see it at all. If you do though, then your way of handling the "math" is just as viable as the formula that was given.

GMAT assassins aren't born, they're made,
Rich
User avatar
ScottTargetTestPrep
User avatar
Target Test Prep Representative
Joined: 14 Oct 2015
Last visit: 19 May 2025
Posts: 20,782
Own Kudos:
25,861
 [2]
Given Kudos: 292
Status:Founder & CEO
Affiliations: Target Test Prep
Location: United States (CA)
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 20,782
Kudos: 25,861
 [2]
2
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Val1986
At a dinner party 5 people are to be seated around a circular table. Two sitting arrangements are considered different only when the positions of the people are different relative to each other.What is the total number of possible sitting arrangements or the group?

A. 5
B. 10
C. 24
D. 32
E. 120

When determining the number way to arrange a group around a circle, we subtract 1 from the total and set it to a factorial. Thus, the total number of possible sitting arrangements for 5 people around a circular table is 4! = 24.

Answer: C
User avatar
CrackverbalGMAT
User avatar
Major Poster
Joined: 03 Oct 2013
Last visit: 19 May 2025
Posts: 4,849
Own Kudos:
Given Kudos: 226
Affiliations: CrackVerbal
Location: India
Expert
Expert reply
Posts: 4,849
Kudos: 8,507
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Solution:

This question is simply about arranging 5 people across a circular table.

n people can be arranged across a table in (n-1)! ways

=>5 people can be arranged in (5-1)! = 4! =24 ways

(option c)

Devmitra Sen
GMAT SME
User avatar
BrentGMATPrepNow
User avatar
Major Poster
Joined: 12 Sep 2015
Last visit: 13 May 2024
Posts: 6,761
Own Kudos:
Given Kudos: 799
Location: Canada
Expert
Expert reply
Posts: 6,761
Kudos: 33,617
Kudos
Add Kudos
Bookmarks
Bookmark this Post
marcodonzelli
At a dinner party, 5 people are to be seated around a circular table. 2 seating arrangements are considered different only when the positions of the people are different relative to each other. what is the total number of different possible seating arrangements for the group?

A. 5
B. 10
C. 24
D. 32
E. 120
Although we can quickly apply the circular arrangement formula (i.e., number of ways to arrange n objects in a circle = (n - 1)!), we can also solve the question using the Fundamental Counting Principle (FPC, aka the slot method). In the process of doing so, you'll also learn WHY the circular arrangement formula works

First label the five chairs as follows:

We can seat the first guest in one of the 5 available chairs.
We can seat the next guest in one of the 4 remaining chairs.
We can seat the next guest in one of the 3 remaining chairs.
We can seat the next guest in one of the 2 remaining chairs.
We can seat the last guest in the 1 remaining chair.
So, the total number of ways to seat the guests = (5)(4)(3)(2)(1) = 120 ways

The answer, however, is NOT E, because we have inadvertently counted every possible arrangement 5 times.

For example, the five arrangements shown here...

... are all the same, because the relative positions of the five people are the same in each case.

Since we have counted each unique arrangement 5 times, we must divide 120 by 5 to get 24 possible arrangements

Answer: C
User avatar
leyermo1234
Joined: 06 Jun 2022
Last visit: 22 Apr 2025
Posts: 35
Own Kudos:
Given Kudos: 16
Location: India
Concentration: General Management, Entrepreneurship
GMAT 1: 530 Q45 V19
GPA: 3.5
Products:
GMAT 1: 530 Q45 V19
Posts: 35
Kudos: 44
Kudos
Add Kudos
Bookmarks
Bookmark this Post
To solve this problem, we need to consider the concept of circular permutations.

The formula for the number of circular permutations of n objects is:
(n-1)!

In this case, we have 5 people, so the number of possible seating arrangements is:
(5-1)! = 4! = 24

Therefore, the correct answer is C. 24.
User avatar
bumpbot
User avatar
Non-Human User
Joined: 09 Sep 2013
Last visit: 04 Jan 2021
Posts: 36,894
Own Kudos:
Posts: 36,894
Kudos: 989
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Hello from the GMAT Club BumpBot!

Thanks to another GMAT Club member, I have just discovered this valuable topic, yet it had no discussion for over a year. I am now bumping it up - doing my job. I think you may find it valuable (esp those replies with Kudos).

Want to see all other topics I dig out? Follow me (click follow button on profile). You will receive a summary of all topics I bump in your profile area as well as via email.
Moderators:
Math Expert
101533 posts
PS Forum Moderator
585 posts