Question 163575: determine the number of ways that two letters can be selected from {a b c d} if order in the sample is not to be considered. list the possible samples
Answer by checkley77(12844) (Show Source):
You can put this solution on YOUR website! a,b,c,d
[aa,bb,cc,dd]
ab,ba,ac,ca
ad,da,bc,cb
bd,db,cd,dc
Answer is 16 with repeats.
Answer is 12 without repeats.
|
|
|