document.write( "Question 650931: How many different sets of 4 marbles can you package if you have blue, white, yellow and pink marbles? The answer is 35 but I keep getting 24 using 4!. I have also tried 4C4 and 4P4 using combinations and permutation. but can't figure out how to get 35. \n" ); document.write( "
Algebra.Com's Answer #407513 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "How many different sets of 4 marbles can you package if you have blue, white, yellow and pink marbles?
\n" ); document.write( "Reference is being made to what colors the marbles are in each possible set
\n" ); document.write( "for example:
\n" ); document.write( "possible Sets:
\n" ); document.write( "all different colors: 1
\n" ); document.write( "All the same color: 4
\n" ); document.write( "3 of one color: 4*3 = 12
\n" ); document.write( "pairs of the same color: 6 bbyy,bbww,bbpp, yyww,yypp, ppww
\n" ); document.write( "2 of one color and 2 others different: 4*3 = 12
\n" ); document.write( " \n" ); document.write( "
\n" );