Question:

A class is composed of two brothers and six other boys. In how many ways can all the boys be seated at a round table so that the two brothers are not seated besides each others ?

Updated On: Jun 23, 2024
  • $720$
  • $1440$
  • $3600$
  • $4320$
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Approach Solution - 1

Total no. of ways $=\left(6-1\right)\,! \times\,^{6}p_{2}$ $=5!\times 30=120\times 30$ $=3600$
Was this answer helpful?
0
2
Hide Solution
collegedunia
Verified By Collegedunia

Approach Solution -2

Total arrangements of 8 boys at a round table:
Fix one boy's position (to eliminate rotational symmetry).
Arrange the remaining 7 boys.
\(7! = 5040\)

Arrangements where the two brothers sit together:
Treat the two brothers as a single "block", so we have 7 units to arrange (6 other boys + 1 block).
Fix one unit's position, then arrange the remaining 6 units.
\(6! = 720\)
The two brothers within the block can swap positions.
\(720 \times 2 = 1440\)

Arrangements where the two brothers do not sit together:
Subtract the arrangements where they sit together from the total arrangements.
\(5040 - 1440 = 3600\)

So, the correct option is (C): 3600

Was this answer helpful?
0
0

Concepts Used:

Permutations and Combinations

Permutation:

Permutation is the method or the act of arranging members of a set into an order or a sequence. 

  • In the process of rearranging the numbers, subsets of sets are created to determine all possible arrangement sequences of a single data point. 
  • A permutation is used in many events of daily life. It is used for a list of data where the data order matters.

Combination:

Combination is the method of forming subsets by selecting data from a larger set in a way that the selection order does not matter.

  • Combination refers to the combination of about n things taken k at a time without any repetition.
  • The combination is used for a group of data where the order of data does not matter.