Question
2. Seating 8 people in a row at a football game: 5 adults, 3 children
Original question: 2. Seating 8 people in a row at a football game: 5 adults, 3 children
a) List the total number of arrangements
Expert Verified Solution
Key takeaway: This is a counting problem about arranging 8 distinct people in a line. The key idea is to count all possible linear arrangements of 5 adults and 3 children.
Step 1: Count the people
There are 8 people total:
- 5 adults
- 3 children
Step 2: Arrange 8 distinct people in a row
If all 8 people are different, the number of linear arrangements is
Step 3: Compute the value
Final answer
Pitfalls the pros know 👇 A common mistake is to use combinations instead of arrangements. Because the people are sitting in a row, order matters, so this is a permutation problem, not just a selection problem.
What if the problem changes? If some people were identical within a group, the count would change. For example, if the 5 adults were not distinct from one another and the 3 children were not distinct from one another, you would divide by repeated-factor counts. But with 8 different people, the answer is simply .
Tags: permutation, factorial, linear arrangement
FAQ
How many ways can 8 distinct people be seated in a row?
Since all 8 people are distinct and order matters in a row, the total number of arrangements is 8! = 40320.
Why is this a permutation problem?
Because seating in a row depends on position. Changing the order creates a different arrangement, so factorial counting applies.