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
How many possible words can be created from the letters R, A, N, D (with repetition)?
Permutation is the method or the act of arranging members of a set into an order or a sequence.
Combination is the method of forming subsets by selecting data from a larger set in a way that the selection order does not matter.