My attempt -
There are O-2 , B -1 , S -4 ,E -2 , Q-1 , U -2 , I - 1 N -1.
So 14 letters.
Now if I take QU as a single letter , there are 13 letters . So the answer is $$\frac{13!}{(2!)(2!)(4!)}\times \frac{2!}{2!}$$
Am I correct?
Since there are two U s in the word , can we have another answer?
If there is no restriction of the order of Q,U , will my answer change ?
I know there are possibilities such as QU , UQ and UQU ... !
You will need to count the total number of arrangements for the word "OBSEQUIOUSNESS" with no restrictions, which would be $$\frac{14!}{2!\times2!\times 2!\times4!}$$
Number of arrangements where "UQ" are together. By taking them as one unit, we then will have $$\frac{13!}{2!\times2!\times4!}$$
Number of arrangements where "QU" are together. By taking them as one unit, we then will have $$\frac{13!}{2!\times2!\times4!}$$
Number of arrangements where "UQU" are together is $$\frac{12!}{2!\times2!\times4!}$$
Total number of arrangements where no "Q" and "U" are not next to each other is $$\frac{14!}{2!\times2!\times 2!\times4!} - ( \frac{13!}{2!\times2!\times4!} + \frac{13!}{2!\times2!\times4!} - \frac{12!}{2!\times2!\times4!} )$$
Update/Edit:
Will update soon with a correct answer