edited by
410 views
1 votes
1 votes

what does it mean that "each person has same left and right neighbour "?

edited by

2 Answers

Best answer
1 votes
1 votes
Its a simple problem of circular permutation, how many ways to arrange 4 people in a circle i.e 3! = 6.
Now in question its mention two seating are considered same when each person has same right neighbor and same left neighbor, its simply means whatever arrangement we started with, if we get same arrangement that seating is considered same. Example

    A                  D
B    D  and  A       C  are consider same.
   C                   B

and in circular permutation anyhow these two arrangement are same. if you want to see what are  the 6 arrangement fix A at its position, arrange between BCD, you will get all 6 arrangement as BCD, BDC, CBD, CDB, DCB, DBC.
selected by
0 votes
0 votes
does it mean clock-wise and anti-clock-wise orders are not different

and so, Total number of circular-permutations  =  (n-1)!/2!

Ans = (4-1)!/2!= 3

Related questions

0 votes
0 votes
1 answer
1
0 votes
0 votes
1 answer
2
admin asked Apr 29, 2020
1,759 views
How many bit strings of length $10$ haveexactly three $0s?$ more $0s$ than $1s?$at least seven $1s?$ at least three $1s?$
1 votes
1 votes
3 answers
3
Lakshman Bhaiya asked Mar 2, 2018
4,454 views
How many ways are there to put four different employees into three indistinguishable offices when each office can contain any number of employees?