Problem 19
Question
In how many ways can the 37 seats on a commuter flight be filled from the 39 people holding tickets?
Step-by-Step Solution
Verified Answer
741 ways
1Step 1: Understand the Problem
The problem is to determine the number of ways to fill 37 seats on a commuter flight with 39 ticket holders. This is a combinatorial problem where we must choose 37 people out of 39.
2Step 2: Identify the Combinatorial Formula
We use the combinations formula to find the number of ways to select 37 people from 39. The combination formula is given by \[ C(n, k) = \frac{n!}{k!(n-k)!} \] where \( n \) is the total number of items, and \( k \) is the number of items to choose.
3Step 3: Apply the Formula
Here, \( n = 39 \) and \( k = 37 \). Plugging these values into the combination formula: \[ C(39, 37) = \frac{39!}{37!(39-37)!} = \frac{39!}{37! \times 2!} \]
4Step 4: Simplify the Expression
Simplify the factorial expression: \[ \frac{39!}{37! \times 2!} = \frac{39 \times 38 \times 37!}{37! \times 2!} = \frac{39 \times 38}{2!} \]
5Step 5: Compute the Final Answer
Calculate the denominator \( 2! = 2 \), so the expression becomes: \[ \frac{39 \times 38}{2} = \frac{1482}{2} = 741 \] Thus, there are 741 ways to fill the 37 seats from the 39 people holding tickets.
Key Concepts
CombinationsFactorialsPermutations
Combinations
To solve the problem of finding out how many ways we can fill 37 seats from 39 ticket holders, we use the concept of combinations. Combinations count the number of ways to choose a subset of items from a larger set, where the order does not matter. The formula for combinations is given by: \[ C(n, k) = \frac{n!}{k!(n-k)!} \] Here, \( n \) is the total number of items (39 ticket holders), and \( k \) is the number of items to choose (37 seats). The symbol \( ! \) denotes a factorial, which we'll discuss shortly. Using our values, the formula becomes: \[ C(39, 37) = \frac{39!}{37!(39 - 37)!} = \frac{39!}{37! \times 2!} \] This simplifies to give us: \[ \frac{39 \times 38}{2!} = \frac{1482}{2} = 741 \] So there are 741 ways to choose 37 people out of 39, meaning there are 741 ways to fill the seats on the flight.
Factorials
To understand the combination formula better, we need to know what factorials are. A factorial, denoted by \( n! \), is the product of all positive integers up to \( n \). For example:
- \( 3! = 3 \times 2 \times 1 = 6 \)
- \( 4! = 4 \times 3 \times 2 \times 1 = 24 \)
Permutations
While this problem used combinations, another important concept in combinatorics is permutations. Permutations, unlike combinations, account for the order of items. For example:
- The combination of selecting letters A, B, and C is the same no matter the order (ABC, ACB, BAC, BCA, CAB, CBA all count as one).
- In permutations, all different orders are counted as unique.
Other exercises in this chapter
Problem 18
A bookstore manager wants to make a window display that consists of a mathematics book, a history book, and an economics book in that order. He has 13 different
View solution Problem 18
If 5 people with different names and different weights randomly line up to buy concert tickets, then what is the probability that a) they line up in alphabetica
View solution Problem 19
Use the addition rule to solve each problem. Among the drivers insured by American Insurance, 65% are women, 38% of the drivers are in a high-risk category, and
View solution Problem 20
If a couple has decided on 6 possible first names for their baby and 5 possible middle names, then how many ways are there for them to name their baby?
View solution