document.write( "Question 1043920: In how many different ways can four people be put into three subsets containing two people, one person, and one person? \n" ); document.write( "
Algebra.Com's Answer #659115 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
AB,C,D
\n" ); document.write( "AC,B,D
\n" ); document.write( "AD,B,C
\n" ); document.write( "BC,A,D
\n" ); document.write( "BD,A,C
\n" ); document.write( "CD.A,B
\n" ); document.write( "---------------
\n" ); document.write( "There are 6 ways to group two items from 4, and the other two items will each fit into one group.
\n" ); document.write( "
\n" ); document.write( "
\n" );