By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.
Selection & Scheduling problems test your ability to choose subsets of items (selection) under constraints and arrange them in time slots (scheduling). These questions appear in ~3-4 sets per CAT DILR section (12-16 marks) and are high-scoring if approached systematically.
Why master this?- High ROI: Once you crack the pattern, these sets are faster to solve than LR puzzles (e.g., arrangements).- Predictable traps: CAT repeats constraint misinterpretation, overcounting, and time-window errors.- Real CAT example:
"A company must select 3 managers from 5 candidates (A, B, C, D, E) for 3 distinct projects (P1, P2, P3). A cannot work on P1, and B cannot work on P2. If C is selected, D must also be selected. How many valid selections are possible?" (This tests selection + conditional constraints + scheduling.)
When to use: First step in every problem. List all constraints before solving.
Case Splitting
When to use: When a constraint triggers a chain reaction (e.g., "If X is chosen, Y must be excluded").
Slot-Filling (Scheduling)
When to use: When the problem involves ordering (e.g., "Schedule 4 tasks in 4 time slots with no overlaps").
Inclusion-Exclusion Principle
When to use: For counting problems with overlapping restrictions (e.g., "How many 3-person teams exclude both A and B?").
Backtracking (Trial & Error)
When to use: When constraints are interdependent (e.g., "A and B cannot be together, but C must be with D").
Answer Choice Validation
When to use: For MCQs where brute-force solving is tedious.
Symmetry & Grouping
Problem: A company must select 3 managers from 5 candidates (A, B, C, D, E) for 3 distinct projects (P1, P2, P3). Constraints: 1. A cannot work on P1.2. B cannot work on P2.3. If C is selected, D must also be selected.4. E must be assigned to either P1 or P2.
How many valid selections are possible?
Subcases: 1. Subcase 1.1: C is selected → D must be selected. - Selection: E, C, D. - Assignments: - P1: E (fixed). - P2: Cannot be B (constraint 2) → Can be C or D. - P3: Remaining manager. - Valid assignments: - P2 = C, P3 = D → Valid (B not in P2). - P2 = D, P3 = C → Valid. - Total: 2 ways.2. Subcase 1.2: C is not selected. - Selection: E + any 2 from A, B, D. - Possible pairs: (A,B), (A,D), (B,D). - Assignments: - P1: E (fixed). - P2: Cannot be B (constraint 2). - P3: Remaining manager. - Check each pair: - (A,B): - P2 = A, P3 = B → Valid (B not in P2). - P2 = B → Invalid (constraint 2). - Total: 1 way. - (A,D): - P2 = A, P3 = D → Valid. - P2 = D, P3 = A → Valid. - Total: 2 ways. - (B,D): - P2 = D, P3 = B → Valid (B not in P2). - P2 = B → Invalid. - Total: 1 way. - Total for Subcase 1.2: 1 + 2 + 1 = 4 ways.
Total for Case 1: 2 (Subcase 1.1) + 4 (Subcase 1.2) = 6 ways.
Subcases: 1. Subcase 2.1: C is selected → D must be selected. - Selection: E, C, D. - Assignments: - P2: E (fixed). - P1: Cannot be A → Can be C or D. - P3: Remaining manager. - Valid assignments: - P1 = C, P3 = D → Valid. - P1 = D, P3 = C → Valid. - Total: 2 ways.2. Subcase 2.2: C is not selected. - Selection: E + any 2 from A, B, D. - Possible pairs: (A,B), (A,D), (B,D). - Assignments: - P2: E (fixed). - P1: Cannot be A (constraint 1). - P3: Remaining manager. - Check each pair: - (A,B): - P1 = B, P3 = A → Valid (A not in P1). - P1 = A → Invalid. - Total: 1 way. - (A,D): - P1 = D, P3 = A → Valid. - P1 = A → Invalid. - Total: 1 way. - (B,D): - P1 = B, P3 = D → Valid. - P1 = D, P3 = B → Valid. - Total: 2 ways. - Total for Subcase 2.2: 1 + 1 + 2 = 4 ways.
Total for Case 2: 2 (Subcase 2.1) + 4 (Subcase 2.2) = 6 ways.
Correct approach: Always case-split on conditional constraints.
Mistake: Overcounting identical scenarios.
Correct approach: Clarify if projects are distinct (permutations) or identical (combinations).
Mistake: Misapplying inclusion-exclusion.
Correct approach: First calculate total ways, then subtract invalid cases.
Mistake: Not validating assignments.
How to spot: Read the last 2 lines carefully—CAT loves hiding constraints there.
Overlapping Cases: Students double-count scenarios where cases overlap (e.g., "C is selected" and "D is selected" may overlap).
How to avoid: Label cases clearly and ensure they are mutually exclusive.
Time-Window Errors: In scheduling, students misinterpret "no overlaps" (e.g., "Task A ends at 3 PM, Task B starts at 3 PM" → is this allowed?).
Question: A team of 4 must be selected from 6 players (A, B, C, D, E, F) with the following constraints: 1. If A is selected, B must be selected.2. C and D cannot be selected together.3. E and F must be selected together or not at all.How many valid teams are possible?
Answer: 9Solution Path: - Case 1: E and F are selected → 2 spots left. - Subcase 1.1: A is selected → B must be selected → C/D cannot be selected → Only 1 way (A,B,E,F). - Subcase 1.2: A is not selected → Choose 2 from B,C,D (but C and D cannot be together) → 3 ways (B,C / B,D / C,D invalid → B,C and B,D only).- Case 2: E and F are not selected → 4 spots left. - Subcase 2.1: A is selected → B must be selected → Choose 2 from C,D (cannot be together) → 1 way (A,B,C or A,B,D → 2 ways). - Subcase 2.2: A is not selected → Choose 4 from B,C,D → 3 ways (B,C,D,E/F excluded).- Total: 1 (1.1) + 2 (1.2) + 2 (2.1) + 3 (2.2) = 9 ways.
Final Tip: Practice 10-15 sets of this type from past CAT papers. The patterns repeat—master the strategy, not just the problems. ?
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.