Conditional Weekday Elimination
Conditional Weekday Elimination problems use 'if-then' statements about weekdays (e.g., 'If tomorrow is not Tuesday, which day cannot be today?'). You must determine which weekday is impossible given the condition, using logical deduction and weekday relationships.
What You'll Learn
Introduction to Conditional Weekday Elimination
Conditional Weekday Elimination problems use 'if-then' statements about weekdays (e.g., 'If tomorrow is not Tuesday, which day cannot be today?'). You must determine which weekday is impossible given the condition, using logical deduction and weekday relationships.
Prerequisites
How to Solve Conditional Weekday Elimination Problems
Step 1: Identify the conditional statement (e.g., 'If tomorrow is not X, then ...')
Step 2: Express the condition in terms of today's day
Step 3: Use the relationship: tomorrow = next(today), yesterday = previous(today)
Step 4: Apply the contrapositive if needed: If P → Q, then ¬Q → ¬P
Step 5: Find which today would make the condition false (contradiction)
Step 6: That day cannot be today
Step 7: Answer with the eliminated day
Example Problem
Example: If tomorrow is not Wednesday, then today cannot be which day? Solution: Step 1: Condition: tomorrow ≠ Wednesday Step 2: If today = Tuesday, then tomorrow = Wednesday → violates condition Step 3: Therefore, if tomorrow is not Wednesday, today cannot be Tuesday Step 4: Check other days: If today = Monday, tomorrow = Tuesday (not Wed) → allowed Step 5: So Tuesday is the impossible day Answer: Tuesday
Pro Tips & Tricks
- If condition: 'tomorrow is not X' → today cannot be the day before X
- If condition: 'yesterday is not X' → today cannot be the day after X
- If condition: 'day after tomorrow is not X' → today cannot be 2 days before X
- If condition: 'day before yesterday is not X' → today cannot be 2 days after X
- Use contrapositive to find impossible days
- The impossible day is the one that would make the 'if' part false
Shortcut Methods to Solve Faster
Common Mistakes to Avoid
Practice Worksheets
Practice makes perfect! Work through these worksheets to master Conditional Weekday Elimination. Each worksheet contains 20 questions with detailed explanations. Start from Worksheet 1 and progress through increasing difficulty levels.
Exam Importance
Conditional Weekday Elimination is an important topic for various competitive exams. Here's how frequently it appears:
Ready to Master Conditional Weekday Elimination?
Start with Worksheet 1 and work your way up to expert level! Each worksheet includes: