how many 3 letter words can be made using {a,a,b,b} Repetiton of same arrangement not allowed
MY SOLUTION: each unique arrangement of 3 letters word can be made using {a,a,b,b} with no duplicates denoted by x1 up to Xn ={x1,x2...Xn}
for each unqiue arrangement i will get one extra duplicate denoted by the other set {x1...Xn}
SO total permutations with repetions = 4p3 =24 words
24 ={x1,x2..Xn} + {x1,..Xn}
all permutations including reputations=unique arrangments+ each dupilcate of each unique arrangement
24 ={x1,x2..Xn} + {x1,..Xn} ---> aab will produce one duplicte or abb will produce one extra so on
adding=>24=2{x1,x2..Xn}
{x1,x2..Xn}=>24/2=12 words
n=12
BUT ANSWER IS 6.
@Dr.Peterson @HallsofIvy @Jomo
MY SOLUTION: each unique arrangement of 3 letters word can be made using {a,a,b,b} with no duplicates denoted by x1 up to Xn ={x1,x2...Xn}
for each unqiue arrangement i will get one extra duplicate denoted by the other set {x1...Xn}
SO total permutations with repetions = 4p3 =24 words
24 ={x1,x2..Xn} + {x1,..Xn}
all permutations including reputations=unique arrangments+ each dupilcate of each unique arrangement
24 ={x1,x2..Xn} + {x1,..Xn} ---> aab will produce one duplicte or abb will produce one extra so on
adding=>24=2{x1,x2..Xn}
{x1,x2..Xn}=>24/2=12 words
n=12
BUT ANSWER IS 6.
@Dr.Peterson @HallsofIvy @Jomo