Warning: foreach() argument must be of type array|object, bool given in /var/www/html/web/app/themes/studypress-core-theme/template-parts/header/mobile-offcanvas.php on line 20

Find a formula for the number of ways to seat\(r\)of\(n\)people around a circular table, where seatings are considered the same if every person has the same two neighbors without regard to which side these neighbors are sitting on.

Short Answer

Expert verified

\(n!/((n - r!)2r)\) if \(r > 2\) and \(n!/((n - r)!r)\) if \(r \le 3\)

Step by step solution

01

Definition of permutation

Definition permutation (order is important): \(P(n,r) = \frac{{n!}}{{(n - r)!}}\)

02

Use permutation to find the formula

The equivalent of numbering all the seats around the table and considering how many ways we can assign\(r\)people to specific seat numbers is:\({\rm{n}}!/({\rm{n}} - {\rm{r}})!\).

Divide by a couple of factors: One is\(r\), because there are\(r\)positions at the table from which we can start listing any permutation, so permutations here which are equivalent.

The other divisor is\(2\), because there's another set of permutations which consist of the same seating in the opposite direction (clockwise vs. counterclockwise).

But this divisor only applies if\(r > 2\), because it takes at least\(3\)people seated around a table to create a situation in which direction makes a difference in the order.

So our formula is \(n!/((n - r!)2r)\)if \(r > 2\) and \(n!/((n - r)!r)\) if\(r \le 3\).

Unlock Step-by-Step Solutions & Ace Your Exams!

  • Full Textbook Solutions

    Get detailed explanations and key concepts

  • Unlimited Al creation

    Al flashcards, explanations, exams and more...

  • Ads-free access

    To over 500 millions flashcards

  • Money-back guarantee

    We refund you if you fail your exam.

Over 30 million students worldwide already upgrade their learning with Vaia!

One App. One Place for Learning.

All the tools & learning materials you need for study success - in one app.

Get started for free

Most popular questions from this chapter

See all solutions

Recommended explanations on Math Textbooks

View all explanations

What do you think about this solution?

We value your feedback to improve our textbook solutions.

Study anywhere. Anytime. Across all devices.

Sign-up for free