Find total number of words formed by arranging the letters in LALLO when:- 1)Two 'L' do not appear together. 2)Three 'L' do not appear together.
My attempt:
- First arranging two L such that they do not appear together,so total number of ways equals 1.
- Now arranging two other letters ,so total number of ways-2
- So total words formed =2.
- Same for the second part.
I doubt that my method of solving this is incorrect,plzz tell me how to approach these types of problems.
Further to your comments that exactly is implied, I am afraid that the first part of your answer is quite far from correct.
Exactly forces two $L$'s to be together.
Since the lumped two can't be distinguished, we can represent them as one letter, a super $\Bbb{L}$
In $\quad-L-\Bbb{L}-\quad $ the $A$ and $O$ can be placed in $3\cdot 2 = 6$ ways in the gaps,
and $L\;\;and\;\; \Bbb{L}$ can be permuted in two ways,
so by the multiplicative principle the answer = $6\cdot2 = 12$
For the second part, you can use the idea given by Mike Ernest.