105k views
3 votes
Suppose we want to choose 7 colors, without replacement, from 9 distinct colors. a) How many ways can this be done, if the order of the choices does not matter?b) How many ways can this be done, if the order if choices matter?

User Jon Preece
by
3.9k points

1 Answer

4 votes

b)


Npermutations=9P7=(9!)/((9-7)!)=9*8*7*6*5*4*3=181440

Answer: 181440 ways

a)


Ncom\text{binations=}9C7=(181440)/(7!)=(181440)/(5040)=36

Answer: 36 ways

User Basith
by
4.9k points