A project manager is scheduling distinct project milestones: technical milestones and managerial milestones. The milestones must be scheduled sequentially across consecutive weeks. To avoid scheduling burnout, no two managerial milestones can be scheduled in consecutive weeks. In how many different valid sequences can all milestones be scheduled?
- A
- B
- Answer
- D
- E
Answer
To ensure no two managerial milestones are adjacent, first order the distinct technical milestones, which can be done in ways. These milestones create available slots (gaps before, between, and after them). To place the distinct managerial milestones into these slots such that no slot contains more than one managerial milestone, we calculate the permutations . Multiplying the independent choices yields valid sequences.
Step-by-Step Solution
Key Concept
Permutations with Non-Adjacency Restrictions (Gap Insertion Method)