souley
Please guide me to how to get the answer for the below question..
How many words of 3 letters can be formed from the letters "AABBCC"?In this case we have 3 differents letters that repeat each others 2 times
For a word of 3 differents letters we have :
3C3 x 3! or 3P3
But for 2 same letters and one different i get stuck ..
is it 3C1 * 2C2 * 3!/2! ?
thanks in advance!!!
Hi,
it is not tyeh correct way to post a Q.
pl go through the links ..
However to answer your query..
Quote:
But for 2 same letters and one different i get stuck ..
is it 3C1 * 2C2 * 3!/2! ?
1) first choose 2 out of three letters= 3C2..
2) these two have two ways to be placed.. two times and one times= 2!
3) ways to arrange three letters, of which 2 are same= 3!/2!..
total ways for your query= 3C2*2!*3!/2!=18
all same you have already found= 3!=6..
add two and you get your answer
Hope it helps..