hms.tech
- 246
- 0
Homework Statement
In how many ways can the three letters from the word " GREEN " be arranged in a row if atleast one of the letters is "E"
Homework Equations
Permutations Formula
The Attempt at a Solution
The total arrangements without restriction: 5P3/2! = \frac{5!}{2! * 2!}
The number of arrangements in which there is no "E" = 3!
Ans : 5P3/2! - 3! = 24 (wrong)
Here is another approach :
The arrangements with just one "E" = \frac{2!*4!}{2!}
The arrangements with two "E" = \frac{3*2}{1}
I think I making a mistake due to the repetition of "E" ... Can anyone of you tell me a better way which avoids the problem I am being having .