Problem 18

Question

Eight people are boarding an aircraft. Two have tickets for first class and board before those in the economy class. In how many ways can the eight people board the aircraft?

Step-by-Step Solution

Verified
Answer
The total number of ways the eight people can board the aircraft is \(2!*6! = 14560\).
1Step 1: Calculate the possible orders of the first-class passengers
The first-class passengers can board in \(2!\) ways. This is calculated by using the factorial function: \(2! = 2 * 1\).
2Step 2: Calculate the possible orders of the economy class passengers
The economy class passengers can board in \(6!\) ways. This is calculated by using the factorial function: \(6! = 6 * 5 * 4 * 3 * 2 * 1\).
3Step 3: Calculate the total number of boarding order possibilities
The total number of boarding scenarios is the number of first-class boarding orders multiplied by the number of economy-class boarding orders: Total = \(2! * 6!\)