document.write( "Question 1176340: There are 16 different colored marks in the bucket. How many ways can Kelly choose five of them? And is it permutation or combination? \n" ); document.write( "
Algebra.Com's Answer #803049 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! order doesn't matter --> combination\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "16 choose 5 = (16 * 15 * 14 * 13 * 12)/(5 * 4 * 3 * 2 * 1) = 4,368 \n" ); document.write( " |