Suppose we want to choose 4 objects, without replacement, from 18 distinct objects. \[ \begin{array}{l}\text { (a) If the order of the choices does not matter, how many ways can this be done? } \\ \text { (b) If the order of the choices matters, how many ways can this be done? } \\ \text { ( }\end{array} \]
Real Tutor Solution
Answer
Solution
Reviewed and approved by the UpStudy tutoring team
The Deep Dive
To solve this problem, we need to calculate two different scenarios based on whether the order of selection matters or not. (a) When the order of the choices does not matter, we use the combination formula, which is given by: \[ \binom{n}{r} = \frac{n!}{r!(n-r)!} \] Here, \( n = 18 \) (the total number of objects) and \( r = 4 \) (the number of objects we want to choose). Plugging in the values: \[ \binom{18}{4} = \frac{18!}{4!(18-4)!} = \frac{18!}{4! \cdot 14!} = \frac{18 \times 17 \times 16 \times 15}{4 \times 3 \times 2 \times 1} = 3060 \] So, there are 3060 ways to choose 4 objects when the order does not matter. (b) When the order of the choices does matter, we use the permutation formula, which is given by: \[ P(n, r) = \frac{n!}{(n-r)!} \] Again, with \( n = 18 \) and \( r = 4 \): \[ P(18, 4) = \frac{18!}{(18-4)!} = \frac{18!}{14!} = 18 \times 17 \times 16 \times 15 = 73440 \] Thus, if the order of the choices matters, there are 73,440 different ways to choose the 4 objects.