Three volunteers, A, B, and C, are scheduled to participate in a volunteer activity from Monday to Friday, with each person participating for one day and at most one person scheduled per day. It is required that A is scheduled before the other two. How many different scheduling methods are there? (Answer with a number)
Problem 42
Official solution
To solve this problem, we first consider the position of A. Since A must be scheduled before B and C, and each person participates on a different day, there are three scenarios for A's participation:
1. If A is scheduled on Monday, then there are days left for B and C, which means there are ways to schedule B and C.
2. If A is scheduled on Tuesday, then there are days left for B and C, which means there are ways to schedule B and C.
3. If A is scheduled on Wednesday, then there are days left for B and C, which means there is only way to schedule B and C.
Adding these scenarios together, the total number of different scheduling methods is .
Therefore, the answer is .