document.write( "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 \n" ); document.write( "
Algebra.Com's Answer #120583 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
a,b,c,d
\n" ); document.write( "[aa,bb,cc,dd]
\n" ); document.write( "ab,ba,ac,ca
\n" ); document.write( "ad,da,bc,cb
\n" ); document.write( "bd,db,cd,dc
\n" ); document.write( "Answer is 16 with repeats.
\n" ); document.write( "Answer is 12 without repeats.
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" );