20.4k views
5 votes
If 10 people apply for 3 jobs in how many ways can people be chosen for the jobs. 1. If the jobs are all the same. 2. If the jobs are all different. (please, please show work! Thank you!)

1 Answer

7 votes

Answer:

1. 120 ways

2. 720 ways

Explanation:

When the order is important, we have a permutation.

When the order is not important, we have a combination.

Permutations formula:

The number of possible permutations of x elements from a set of n elements is given by the following formula:


P_((n,x)) = (n!)/((n-x)!)

Combinations formula:


C_(n,x) is the number of different combinations of x objects from a set of n elements, given by the following formula.


C_(n,x) = (n!)/(x!(n-x)!)

1. If the jobs are all the same.

Same jobs means that the order is not important. So

3 from a set of 10.


C_(10,3) = (10!)/(3!(10-3)!) = 120

120 ways

2. If the jobs are all different.

DIfferent jobs means that the order matters.


P_((10,3)) = (10!)/((10-3)!) = 720

720 ways

User Lokanath Das
by
3.8k points