The concepts being tested here are those of Circular Permutations and those of distribution into groups.
The number of circular permutations of n objects is given by (n-1)! The number of ways in which 6 people can sit on the first table will be 5! Similarly, the number of ways in which 4 people can sit on the second table will be 3!
The answer should have 5! * 3!. Based on this, options A, B and C can be eliminated. The possible answers at this stage are D or E.
The number of ways in which (m+n) objects can be distributed into two groups in such a way that one of the groups contains m objects and the other contains n objects is given by \((m+n)_C_m\) ways.
In our question, m = 6 and n = 4. Therefore, the number of ways of distributing 10 people into two groups in such a way that 6 people go to one table and 4 go to the other = \(10_C_6\) ways = 210 ways.
For each of these 210 selections, the number of permutations on the first and the second tables will be 5!*3!.
Therefore, the total number of ways in which the 10 persons can be seated = 210 * 5! * 3!.
The correct answer option is D.
Hope that helps!