Different words are being formed by arranging the letters of the word "SUCCESS". Number of words in which two C's are together but no two S's are together ?
-
2Two C's together: just spell it as "SUCESS". – drhab Mar 20 '15 at 08:31
-
For two C's together number of ways is 6!/2..what to do next? – Mar 20 '15 at 08:33
-
1have a look here – drhab Mar 20 '15 at 08:38
-
I haven't started real thinking about it yet, and must leave now. It's not unthinkable that later I come back, but this in the hope that you are ready with it at that time. Good luck. – drhab Mar 20 '15 at 08:54
2 Answers
Treat the two Cs as a single letter. Then arrange all non S letters, there are 3 such letters (the Cs are counted as one). Over all $3!$ arrangements.
Now, to make sure no two S are adjacent it'll suffice to put at most one S between any of the existing letters (including the extremities). Since there are 3 letters there are 4 possible locations, out of which 3 locations need to be chosen, total of 4 possibilities. Overall the number of arrangements is $3!*4=24$.

- 1,358
You have 7 places to put your letters 1 to 7. In my answer the symbol $*$ means "still not filled place".
First choose the place where you are going to put the two C's. Since they must be together you have got 6 choices :
$$CC*****,*CC****,**CC***,***CC**,****CC*,*****CC$$
One can easily see that, doing a symmetry, the last three cases correspond bijectively to the first three cases. So we now just work on the first three cases.
Now for each choice of a place for CC you have got to put three S's not next to each other. You then easily get the following cases :
$$CCS*S*S,SCCS*S*,SCC*S*S,SCCS**S,S*CCS*S,*SCCS*S $$
And of course the symmetric ones :
$$S*S*SCC,*S*SCCS,S*S*CCS,S**SCC,S*SCC*S,S*SCCS* $$
Finally for each such choice of places for the C's and the S's you have only two choices left : namely, how to place the remaining letter $U,E$. So that you have on the whole :
$$12\times 2=24\text{ choices.}$$

- 11,533
-
2You need to add the case of $SCCS**S$ and its symmetric counterpart to get a total of 24 options. – Cain Mar 20 '15 at 09:20
-