Official Solution:In how many ways can nine family members, consisting of four grandparents and five grandchildren (three brothers and two sisters), be arranged around a circular table so that the two sisters sit next to each other and are positioned immediately between two of the brothers? A. 120
B. 480
C. 1440
D. 2880
E. 8640
Consider treating two brothers and two sisters as a single unit, represented as {BSSB}.
With this grouping, we have a total of 6 units: {G}, {G}, {G}, {G}, {B}, and {BSSB}, where {G} represents a grandparent and {B} represents a brother outside the unit.
These 6 units can be arranged around a circular table in \((6-1)!=5!\) ways.
Next, we'll analyze the {BSSB} unit in more detail:
We can choose 2 brothers out of the 3 for the unit in \(C^2_3=3\) ways.
Within the unit, these selected brothers can be arranged in 2! ways, such as \(\{B_1, S, S, B_2\}\) or \(\{B_2, S, S, B_1\}\).
Similarly, the sisters within the unit can be arranged in 2! ways, either \(\{B, S_1, S_2, B\}\) or \(\{B, S_2, S_1, B\}\).
Therefore, the final answer, considering all the possible arrangements, is given by \(5!*3*2*2 = 1440\).
Answer: C