in Combinatory
530 views
1 vote
1 vote
A number of ways we can arrange letters of the word " TESTBOOK " such that E always comes between O's is ___________
in Combinatory
530 views

1 Answer

3 votes
3 votes

We have 8 letters, with O and T repeating twice.

We need to find the number of ways of arranging the word "TESTBOOK" such that E always comes between O's

Essentially, we need to group OEO. So we have T T OEO B K S

We can arrange them in $6!$ ways. But since we have repeating T's and O's. We divide by $2! \times 2!$

$\therefore$ Possible arrangements $= \frac{6!}{2! \times 2!}$

 

Edit:

As @minipanda mentioned, it is not necessary that E should always be in group.

Therefore, out of 8 blocks, we choose 3 such that O $\rightarrow$ E $\rightarrow$ O

And then arrange the remaining 5

we get $\binom{8}{3} \times \frac{5!}{2!} = 3360$

edited by

4 Comments

Changed
0
0

Another approach I thought is like :

Total number of arrangements : 8!/(2!*2!)

But these arrangements include orders like O → E → O , E → O → O , O → O → E. But we only want the first one instead of 3. 

That is in place of 3 orders we want only 1. So divide  8!/(2!*2!) by 3. We get 3360.

More details :

Let x1,x2,x3,x4 be strings of letters comprising of different combinations of {T,T,S,B,K}.

For instance let x1=S,x2=B,x3=T,x4=KT. Then

x1 O x2 E x3 O x4

x1 E x2 O x3 O x4

x1 O x2 O x3 E x4

these are the arrangements we get out of which we want only one.

For each such x1,x2,x3,x4 we will get 3 orders and we want 1. So divide the whole no. of possible arrangement with 3.

2
2
thanks Minipanda
0
0

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true