First time here? Checkout the FAQ!
x
+2 votes
696 views
asked in general by (700 points)  
  

1 Answer

0 votes
answered by (700 points)  
Permutations are used when we need to arrange things in a specific order. For example, lets assume there are 10 people and we have to assign them medals. So order is important here as 1st person gets gold while 2nd gets silver. In this case, we use permutations.

Combinations are used when we need to make groups where order doesn't matter. For example, if we need to give 3 tin cans to 8 people, order doesn't matter here for the way we pick people. In this case, we use combinations.

Related questions

+2 votes
1 answer 222 views
0 votes
1 answer 303 views
+1 vote
0 answers 128 views
+1 vote
1 answer 222 views
+1 vote
1 answer 257 views
...