SOLUTION: How many ways are there for choosing 5 states from the top 10 states with the most murders if order is considered? What about if order is not considered?
Algebra ->
Permutations
-> SOLUTION: How many ways are there for choosing 5 states from the top 10 states with the most murders if order is considered? What about if order is not considered?
Log On
Question 977756: How many ways are there for choosing 5 states from the top 10 states with the most murders if order is considered? What about if order is not considered? Answer by Boreal(15235) (Show Source):
You can put this solution on YOUR website! if order is considered,
10!/5! =10*9*8*7*6=30,240;;
If order is not considered, 10C5 =10!/5!5!=252