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.

10Worksheets
200+Practice Questions
IntermediateDifficulty
2-3 hoursHours to Master

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

Understanding of 'if-then' logical statements Knowledge of weekday order and relationships Ability to apply contrapositive logic Contradiction identification
Why This Matters: Conditional Weekday Elimination problems appear in 1-2 questions in advanced reasoning sections. They test logical implication and weekday relationship understanding.

How to Solve Conditional Weekday Elimination Problems

1

Step 1: Identify the conditional statement (e.g., 'If tomorrow is not X, then ...')

2

Step 2: Express the condition in terms of today's day

3

Step 3: Use the relationship: tomorrow = next(today), yesterday = previous(today)

4

Step 4: Apply the contrapositive if needed: If P → Q, then ¬Q → ¬P

5

Step 5: Find which today would make the condition false (contradiction)

6

Step 6: That day cannot be today

7

Step 7: Answer with the eliminated day

Pro Strategy: For 'tomorrow not X' conditions, the prohibited today is the day before X. For 'yesterday not X' conditions, the prohibited today is the day after X. Use the relationship: today = previous(tomorrow) and today = next(yesterday).

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

tomorrow ≠ X → today ≠ previous(X)
yesterday ≠ X → today ≠ next(X)
day after tomorrow ≠ X → today ≠ previous(previous(X))
day before yesterday ≠ X → today ≠ next(next(X))

Common Mistakes to Avoid

Confusing 'tomorrow' with 'yesterday' in the condition
Not applying the contrapositive correctly
Thinking the condition tells what today must be (it tells what cannot be)
Forgetting that the condition is an 'if' statement, not an 'if and only if'

Exam Importance

Conditional Weekday Elimination is an important topic for various competitive exams. Here's how frequently it appears:

SSC CGL
1-2 questions
BANKING PO
1-2 questions
RAILWAYS RRB
1-2 questions
INSURANCE
1-2 questions

Ready to Master Conditional Weekday Elimination?

Start with Worksheet 1 and work your way up to expert level! Each worksheet includes:

20 practice questions
Detailed solutions
Step-by-step explanations
Start Practicing Now